Pull request #43559 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a35040222cb7582b344fbf96799408d37c710ea0+613b7983129e07d295e9fed7e99e5e264714647a (115f5b6393e903488f787b62a4ad5b3a2d065e4a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43559@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-05-04T08:56:51.991Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-04T08:56:51.998Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-04T08:57:07.186Z] Still waiting to schedule task [2022-05-04T08:57:07.188Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d37d66600c7b2aa0)’ is offline [2022-05-04T08:57:49.090Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d37d66600c7b2aa0) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] { [Pipeline] checkout [2022-05-04T08:57:49.205Z] The recommended git tool is: git [2022-05-04T08:57:52.434Z] using credential docker-jenkins-github-credentials [2022-05-04T08:57:52.445Z] Cloning the remote Git repository [2022-05-04T08:57:52.445Z] Cloning with configured refspecs honoured and without tags [2022-05-04T08:57:52.444Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T08:57:52.616Z] > git init /home/ubuntu/workspace/moby_PR-43559 # timeout=10 [2022-05-04T08:57:52.928Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:57:52.929Z] > git --version # timeout=10 [2022-05-04T08:57:52.957Z] > git --version # 'git version 2.17.1' [2022-05-04T08:57:52.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:57:52.959Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:58:18.905Z] Fetching without tags [2022-05-04T08:58:19.244Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T08:58:18.696Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T08:58:18.727Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T08:58:18.774Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:58:18.857Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T08:58:18.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:58:18.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:58:18.908Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:58:19.247Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T08:58:19.280Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T08:58:20.108Z] > git remote # timeout=10 [2022-05-04T08:58:20.223Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T08:58:20.223Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T08:58:20.137Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T08:58:20.161Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:58:20.162Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T08:58:20.191Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T08:58:20.217Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T08:58:20.237Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T08:58:24.387Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T08:58:24.388Z] First time build. Skipping changelog. [2022-05-04T08:58:24.425Z] > git --version # timeout=10 [2022-05-04T08:58:24.457Z] > git --version # 'git version 2.17.1' [2022-05-04T08:58:24.485Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-04T08:58:25.590Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/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-05-04T08:58:32.189Z] Unable to find image 'alpine:latest' locally [2022-05-04T08:58:33.143Z] latest: Pulling from library/alpine [2022-05-04T08:58:33.143Z] df9b9388f04a: Pulling fs layer [2022-05-04T08:58:33.143Z] df9b9388f04a: Download complete [2022-05-04T08:58:34.094Z] df9b9388f04a: Pull complete [2022-05-04T08:58:34.094Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-04T08:58:34.094Z] Status: Downloaded newer image for alpine:latest [2022-05-04T08:58:42.251Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2022-05-04T08:58:42.555Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d37d66600c7b2aa0) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-05-04T08:58:42.637Z] The recommended git tool is: git [Pipeline] // stage [2022-05-04T08:58:42.647Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-05-04T08:58:42.660Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-05-04T08:58:42.680Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" 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] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [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] } [2022-05-04T08:58:42.918Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-05-04T08:58:43.109Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T08:58:43.110Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T08:58:43.284Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T08:58:43.295Z] > git --version # timeout=10 [2022-05-04T08:58:43.306Z] > git --version # 'git version 2.17.1' [2022-05-04T08:58:43.314Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-04T08:58:42.649Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43559/.git # timeout=10 [2022-05-04T08:58:42.658Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T08:58:42.678Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:58:42.678Z] > git --version # timeout=10 [2022-05-04T08:58:42.686Z] > git --version # 'git version 2.17.1' [2022-05-04T08:58:42.686Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:58:42.687Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:58:42.915Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T08:58:42.925Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T08:58:43.050Z] > git remote # timeout=10 [2022-05-04T08:58:43.059Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T08:58:43.072Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:58:43.073Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T08:58:43.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T08:58:43.110Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T08:58:43.133Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T08:58:43.937Z] + [ PR != PR ] [2022-05-04T08:58:43.937Z] + [ master != master ] [2022-05-04T08:58:43.937Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T08:58:44.284Z] + docker version [2022-05-04T08:58:44.284Z] Client: Docker Engine - Community [2022-05-04T08:58:44.284Z] Version: 20.10.14 [2022-05-04T08:58:44.284Z] API version: 1.41 [2022-05-04T08:58:44.284Z] Go version: go1.16.15 [2022-05-04T08:58:44.284Z] Git commit: a224086 [2022-05-04T08:58:44.284Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-04T08:58:44.284Z] OS/Arch: linux/amd64 [2022-05-04T08:58:44.284Z] Context: default [2022-05-04T08:58:44.284Z] Experimental: true [2022-05-04T08:58:44.284Z] [2022-05-04T08:58:44.284Z] Server: Docker Engine - Community [2022-05-04T08:58:44.284Z] Engine: [2022-05-04T08:58:44.284Z] Version: 20.10.14 [2022-05-04T08:58:44.284Z] API version: 1.41 (minimum version 1.12) [2022-05-04T08:58:44.284Z] Go version: go1.16.15 [2022-05-04T08:58:44.284Z] Git commit: 87a90dc [2022-05-04T08:58:44.284Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-04T08:58:44.284Z] OS/Arch: linux/amd64 [2022-05-04T08:58:44.284Z] Experimental: true [2022-05-04T08:58:44.284Z] containerd: [2022-05-04T08:58:44.284Z] Version: 1.5.11 [2022-05-04T08:58:44.284Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T08:58:44.284Z] runc: [2022-05-04T08:58:44.284Z] Version: 1.0.3 [2022-05-04T08:58:44.284Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-04T08:58:44.284Z] docker-init: [2022-05-04T08:58:44.284Z] Version: 0.19.0 [2022-05-04T08:58:44.284Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-04T08:58:44.578Z] + docker info [2022-05-04T08:58:57.549Z] Still waiting to schedule task [2022-05-04T08:58:57.550Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d37d66600c7b2aa0)’ [2022-05-04T08:58:57.550Z] Still waiting to schedule task [2022-05-04T08:58:57.550Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d37d66600c7b2aa0)’ [2022-05-04T08:58:57.551Z] Still waiting to schedule task [2022-05-04T08:58:57.552Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b58480c5a2f53612)’ is offline [2022-05-04T08:58:57.556Z] Still waiting to schedule task [2022-05-04T08:58:57.556Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ecdd06ee97568652)’ is offline [2022-05-04T08:58:57.557Z] Still waiting to schedule task [2022-05-04T08:58:57.558Z] All nodes of label ‘windows-2019’ are offline [2022-05-04T08:58:57.558Z] Still waiting to schedule task [2022-05-04T08:58:57.559Z] All nodes of label ‘windows-2022’ are offline [2022-05-04T08:58:57.559Z] Still waiting to schedule task [2022-05-04T08:58:57.560Z] All nodes of label ‘windows-2022’ are offline [2022-05-04T08:59:06.690Z] Client: [2022-05-04T08:59:06.690Z] Context: default [2022-05-04T08:59:06.690Z] Debug Mode: false [2022-05-04T08:59:06.690Z] Plugins: [2022-05-04T08:59:06.690Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-04T08:59:06.690Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-04T08:59:06.690Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-04T08:59:06.690Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-04T08:59:06.690Z] [2022-05-04T08:59:06.690Z] Server: [2022-05-04T08:59:06.690Z] Containers: 0 [2022-05-04T08:59:06.690Z] Running: 0 [2022-05-04T08:59:06.690Z] Paused: 0 [2022-05-04T08:59:06.690Z] Stopped: 0 [2022-05-04T08:59:06.690Z] Images: 1 [2022-05-04T08:59:06.690Z] Server Version: 20.10.14 [2022-05-04T08:59:06.690Z] Storage Driver: overlay2 [2022-05-04T08:59:06.690Z] Backing Filesystem: extfs [2022-05-04T08:59:06.690Z] Supports d_type: true [2022-05-04T08:59:06.690Z] Native Overlay Diff: true [2022-05-04T08:59:06.690Z] userxattr: false [2022-05-04T08:59:06.690Z] Logging Driver: json-file [2022-05-04T08:59:06.690Z] Cgroup Driver: cgroupfs [2022-05-04T08:59:06.690Z] Cgroup Version: 1 [2022-05-04T08:59:06.690Z] Plugins: [2022-05-04T08:59:06.690Z] Volume: local [2022-05-04T08:59:06.690Z] Network: bridge host ipvlan macvlan null overlay [2022-05-04T08:59:06.690Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-04T08:59:06.690Z] Swarm: inactive [2022-05-04T08:59:06.690Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-04T08:59:06.690Z] Default Runtime: runc [2022-05-04T08:59:06.690Z] Init Binary: docker-init [2022-05-04T08:59:06.690Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T08:59:06.690Z] runc version: v1.0.3-0-gf46b6ba [2022-05-04T08:59:06.690Z] init version: de40ad0 [2022-05-04T08:59:06.690Z] Security Options: [2022-05-04T08:59:06.690Z] apparmor [2022-05-04T08:59:06.690Z] seccomp [2022-05-04T08:59:06.690Z] Profile: default [2022-05-04T08:59:06.690Z] Kernel Version: 5.4.0-1071-aws [2022-05-04T08:59:06.690Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-04T08:59:06.690Z] OSType: linux [2022-05-04T08:59:06.690Z] Architecture: x86_64 [2022-05-04T08:59:06.690Z] CPUs: 2 [2022-05-04T08:59:06.690Z] Total Memory: 7.483GiB [2022-05-04T08:59:06.690Z] Name: ip-10-100-48-91 [2022-05-04T08:59:06.690Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-04T08:59:06.690Z] Docker Root Dir: /var/lib/docker [2022-05-04T08:59:06.690Z] Debug Mode: false [2022-05-04T08:59:06.690Z] Registry: https://index.docker.io/v1/ [2022-05-04T08:59:06.690Z] Labels: [2022-05-04T08:59:06.690Z] Experimental: true [2022-05-04T08:59:06.690Z] Insecure Registries: [2022-05-04T08:59:06.690Z] 127.0.0.0/8 [2022-05-04T08:59:06.690Z] Live Restore Enabled: true [2022-05-04T08:59:06.690Z] [2022-05-04T08:59:06.690Z] WARNING: No swap limit support [Pipeline] sh [2022-05-04T08:59:07.108Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T08:59:07.108Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T08:59:07.108Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43559/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-04T08:59:07.108Z] + bash /home/ubuntu/workspace/moby_PR-43559/check-config.sh [2022-05-04T08:59:07.108Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-04T08:59:07.108Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-04T08:59:07.108Z] [2022-05-04T08:59:07.108Z] Generally Necessary: [2022-05-04T08:59:07.108Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-04T08:59:07.108Z] - apparmor: enabled and tools installed [2022-05-04T08:59:07.108Z] - CONFIG_NAMESPACES: enabled [2022-05-04T08:59:07.108Z] - CONFIG_NET_NS: enabled [2022-05-04T08:59:07.108Z] - CONFIG_PID_NS: enabled [2022-05-04T08:59:07.108Z] - CONFIG_IPC_NS: enabled [2022-05-04T08:59:07.108Z] - CONFIG_UTS_NS: enabled [2022-05-04T08:59:07.108Z] - CONFIG_CGROUPS: enabled [2022-05-04T08:59:07.108Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-04T08:59:07.109Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-04T08:59:07.109Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-04T08:59:07.109Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-04T08:59:07.109Z] - CONFIG_CPUSETS: enabled [2022-05-04T08:59:07.109Z] - CONFIG_MEMCG: enabled [2022-05-04T08:59:07.109Z] - CONFIG_KEYS: enabled [2022-05-04T08:59:07.109Z] - CONFIG_VETH: enabled (as module) [2022-05-04T08:59:07.109Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-04T08:59:07.391Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-04T08:59:07.392Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-04T08:59:07.392Z] - CONFIG_CGROUP_BPF: enabled [2022-05-04T08:59:07.392Z] [2022-05-04T08:59:07.392Z] Optional Features: [2022-05-04T08:59:07.392Z] - CONFIG_USER_NS: enabled [2022-05-04T08:59:07.392Z] - CONFIG_SECCOMP: enabled [2022-05-04T08:59:07.392Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-04T08:59:07.392Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-04T08:59:07.392Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-04T08:59:07.392Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-04T08:59:07.392Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-04T08:59:07.392Z] - CONFIG_BLK_CGROUP: enabled [2022-05-04T08:59:07.392Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-04T08:59:07.392Z] - CONFIG_CGROUP_PERF: enabled [2022-05-04T08:59:07.392Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-04T08:59:07.392Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-04T08:59:07.392Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-04T08:59:07.392Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-04T08:59:07.392Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-04T08:59:07.392Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-04T08:59:07.654Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_IP_VS: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-04T08:59:07.654Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-04T08:59:07.654Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-04T08:59:07.654Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-04T08:59:07.654Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-04T08:59:07.654Z] - CONFIG_EXT4_FS: enabled [2022-05-04T08:59:07.654Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-04T08:59:07.654Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-04T08:59:07.654Z] - Network Drivers: [2022-05-04T08:59:07.654Z] - "overlay": [2022-05-04T08:59:07.654Z] - CONFIG_VXLAN: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-04T08:59:07.654Z] Optional (for encrypted networks): [2022-05-04T08:59:07.654Z] - CONFIG_CRYPTO: enabled [2022-05-04T08:59:07.654Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-04T08:59:07.654Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-04T08:59:07.654Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-04T08:59:07.654Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-04T08:59:07.654Z] - CONFIG_XFRM: enabled [2022-05-04T08:59:07.654Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-04T08:59:07.654Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-04T08:59:07.654Z] - "ipvlan": [2022-05-04T08:59:07.654Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-04T08:59:07.654Z] - "macvlan": [2022-05-04T08:59:07.920Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-04T08:59:07.920Z] - CONFIG_DUMMY: enabled (as module) [2022-05-04T08:59:07.920Z] - "ftp,tftp client in container": [2022-05-04T08:59:07.920Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-04T08:59:07.920Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-04T08:59:07.920Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-04T08:59:07.920Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-04T08:59:07.920Z] - Storage Drivers: [2022-05-04T08:59:07.920Z] - "aufs": [2022-05-04T08:59:07.920Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-04T08:59:07.920Z] - "btrfs": [2022-05-04T08:59:07.920Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-04T08:59:07.920Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-04T08:59:07.920Z] - "devicemapper": [2022-05-04T08:59:07.920Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-04T08:59:07.920Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-04T08:59:07.920Z] - "overlay": [2022-05-04T08:59:07.920Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-04T08:59:07.920Z] - "zfs": [2022-05-04T08:59:07.920Z] - /dev/zfs: present [2022-05-04T08:59:07.920Z] - zfs command: missing [2022-05-04T08:59:07.920Z] - zpool command: missing [2022-05-04T08:59:07.920Z] [2022-05-04T08:59:07.920Z] Limits: [2022-05-04T08:59:07.920Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-04T08:59:07.920Z] [2022-05-04T08:59:07.920Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-04T08:59:08.273Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:a35040222cb7582b344fbf96799408d37c710ea0 . [2022-05-04T08:59:08.535Z] #1 [internal] load build definition from Dockerfile [2022-05-04T08:59:08.535Z] #1 sha256:8a6ad76d78b1b863d6f547299329e9b88776874d4bb869bbc4524441d2ee553f [2022-05-04T08:59:08.535Z] #1 transferring dockerfile: 17.44kB done [2022-05-04T08:59:08.535Z] #1 DONE 0.1s [2022-05-04T08:59:08.535Z] [2022-05-04T08:59:08.535Z] #2 [internal] load .dockerignore [2022-05-04T08:59:08.535Z] #2 sha256:c7b9f50e6008308d6d1d1c7207a0fa1256c70d20cf5c63e59beb8d18415cb554 [2022-05-04T08:59:08.535Z] #2 transferring context: 145B done [2022-05-04T08:59:08.535Z] #2 DONE 0.1s [2022-05-04T08:59:08.535Z] [2022-05-04T08:59:08.535Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-04T08:59:08.535Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-04T08:59:08.797Z] #3 DONE 0.4s [2022-05-04T08:59:08.797Z] [2022-05-04T08:59:08.797Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-04T08:59:08.797Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-04T08:59:08.797Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-04T08:59:09.059Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-04T08:59:09.060Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.2s [2022-05-04T08:59:09.060Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-04T08:59:09.060Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-04T08:59:09.060Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.3s [2022-05-04T08:59:09.322Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s [2022-05-04T08:59:09.322Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-05-04T08:59:09.322Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-04T08:59:09.585Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-04T08:59:09.848Z] #4 DONE 0.9s [2022-05-04T08:59:10.111Z] [2022-05-04T08:59:10.111Z] #5 [internal] load build definition from Dockerfile [2022-05-04T08:59:10.111Z] #5 sha256:901a3661d9c49c55e26ea6b3d7ec007d232af36870b4f3ee9ceededb82b95189 [2022-05-04T08:59:10.111Z] #5 DONE 0.0s [2022-05-04T08:59:10.111Z] [2022-05-04T08:59:10.111Z] #6 [internal] load .dockerignore [2022-05-04T08:59:10.111Z] #6 sha256:feb3c6221e529310b4335cd0a488677eb15a732e9b324c05c9ba2ea2b3af1a4b [2022-05-04T08:59:10.111Z] #6 DONE 0.0s [2022-05-04T08:59:10.111Z] [2022-05-04T08:59:10.111Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T08:59:10.111Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T08:59:11.057Z] #10 ... [2022-05-04T08:59:11.057Z] [2022-05-04T08:59:11.057Z] #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T08:59:11.057Z] #7 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-04T08:59:11.057Z] #7 DONE 1.0s [2022-05-04T08:59:11.057Z] [2022-05-04T08:59:11.057Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-04T08:59:11.057Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-04T08:59:11.057Z] #8 DONE 1.0s [2022-05-04T08:59:11.057Z] [2022-05-04T08:59:11.057Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T08:59:11.057Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-04T08:59:11.057Z] #9 DONE 1.0s [2022-05-04T08:59:11.057Z] [2022-05-04T08:59:11.057Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T08:59:11.057Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T08:59:11.057Z] #10 DONE 1.0s [2022-05-04T08:59:12.445Z] [2022-05-04T08:59:12.445Z] #31 [internal] load build context [2022-05-04T08:59:12.445Z] #31 sha256:1e3891083dd6068f10fb58bf39545ed84996877fa2a72c83b9eb455bdd775d67 [2022-05-04T08:59:13.081Z] #31 ... [2022-05-04T08:59:13.082Z] [2022-05-04T08:59:13.082Z] #54 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T08:59:13.082Z] #54 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T08:59:13.082Z] #54 DONE 0.0s [2022-05-04T08:59:13.082Z] [2022-05-04T08:59:13.082Z] #31 [internal] load build context [2022-05-04T08:59:13.082Z] #31 sha256:1e3891083dd6068f10fb58bf39545ed84996877fa2a72c83b9eb455bdd775d67 [2022-05-04T08:59:13.658Z] #31 transferring context: 5.74MB 1.2s [2022-05-04T08:59:18.967Z] #31 transferring context: 31.78MB 6.3s [2022-05-04T08:59:18.967Z] #31 ... [2022-05-04T08:59:18.967Z] [2022-05-04T08:59:18.967Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T08:59:18.967Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-04T08:59:18.967Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-04T08:59:18.967Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T08:59:18.967Z] #76 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-04T08:59:18.967Z] #76 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-04T08:59:18.967Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-05-04T08:59:18.967Z] #76 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.7s done [2022-05-04T08:59:18.967Z] #76 DONE 6.6s [2022-05-04T08:59:18.967Z] [2022-05-04T08:59:18.967Z] #31 [internal] load build context [2022-05-04T08:59:18.967Z] #31 sha256:1e3891083dd6068f10fb58bf39545ed84996877fa2a72c83b9eb455bdd775d67 [2022-05-04T08:59:18.967Z] #31 ... [2022-05-04T08:59:18.967Z] [2022-05-04T08:59:18.967Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:18.967Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:18.967Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.2s done [2022-05-04T08:59:18.967Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-04T08:59:18.967Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-04T08:59:18.967Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-04T08:59:18.967Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.7s done [2022-05-04T08:59:18.967Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.8s done [2022-05-04T08:59:18.967Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.2s done [2022-05-04T08:59:18.967Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 4.0s done [2022-05-04T08:59:18.968Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 5.9s done [2022-05-04T08:59:18.968Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 101.71MB / 141.70MB 6.2s [2022-05-04T08:59:18.968Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 4.4s done [2022-05-04T08:59:18.968Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.3s [2022-05-04T08:59:19.230Z] #11 ... [2022-05-04T08:59:19.230Z] [2022-05-04T08:59:19.230Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T08:59:19.230Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T08:59:19.230Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-04T08:59:19.230Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T08:59:19.230Z] #78 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-04T08:59:19.230Z] #78 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-04T08:59:19.230Z] #78 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2022-05-04T08:59:19.230Z] #78 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.8s done [2022-05-04T08:59:19.230Z] #78 DONE 6.7s [2022-05-04T08:59:19.230Z] [2022-05-04T08:59:19.230Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:19.230Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:19.230Z] #11 ... [2022-05-04T08:59:19.230Z] [2022-05-04T08:59:19.230Z] #31 [internal] load build context [2022-05-04T08:59:19.230Z] #31 sha256:1e3891083dd6068f10fb58bf39545ed84996877fa2a72c83b9eb455bdd775d67 [2022-05-04T08:59:20.626Z] #31 transferring context: 61.00MB 8.5s done [2022-05-04T08:59:22.026Z] #31 DONE 9.5s [2022-05-04T08:59:22.026Z] [2022-05-04T08:59:22.026Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:22.026Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:22.026Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 9.0s [2022-05-04T08:59:22.289Z] #11 ... [2022-05-04T08:59:22.289Z] [2022-05-04T08:59:22.289Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T08:59:22.289Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T08:59:22.289Z] #35 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.2s done [2022-05-04T08:59:22.289Z] #35 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-04T08:59:22.289Z] #35 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-04T08:59:22.289Z] #35 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-04T08:59:22.289Z] #35 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.9s done [2022-05-04T08:59:22.551Z] #35 ... [2022-05-04T08:59:22.551Z] [2022-05-04T08:59:22.551Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:22.551Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:22.551Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 9.6s done [2022-05-04T08:59:23.940Z] #11 ... [2022-05-04T08:59:23.940Z] [2022-05-04T08:59:23.940Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-04T08:59:23.940Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-04T08:59:23.940Z] #77 DONE 0.6s [2022-05-04T08:59:23.940Z] [2022-05-04T08:59:23.940Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T08:59:23.940Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T08:59:23.940Z] #35 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 7.7s [2022-05-04T08:59:24.886Z] #35 ... [2022-05-04T08:59:24.886Z] [2022-05-04T08:59:24.886Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-04T08:59:24.886Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-04T08:59:24.886Z] #79 DONE 0.8s [2022-05-04T08:59:24.886Z] [2022-05-04T08:59:24.886Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T08:59:24.886Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T08:59:24.886Z] #35 DONE 12.4s [2022-05-04T08:59:24.886Z] [2022-05-04T08:59:24.886Z] #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-05-04T08:59:24.886Z] #36 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T08:59:26.273Z] #36 1.515 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T08:59:26.273Z] #36 1.525 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T08:59:26.539Z] #36 1.789 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T08:59:26.801Z] #36 1.831 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T08:59:27.065Z] #36 2.136 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T08:59:27.329Z] #36 2.533 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T08:59:28.720Z] #36 3.678 Fetched 8511 kB in 2s (3494 kB/s) [2022-05-04T08:59:29.313Z] #36 3.678 Reading package lists... [2022-05-04T08:59:30.260Z] #36 4.517 Reading package lists... [2022-05-04T08:59:30.527Z] #36 5.332 Building dependency tree... [2022-05-04T08:59:30.527Z] #36 5.680 The following additional packages will be installed: [2022-05-04T08:59:30.527Z] #36 5.680 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-04T08:59:30.527Z] #36 5.680 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-04T08:59:30.527Z] #36 5.688 Recommended packages: [2022-05-04T08:59:30.527Z] #36 5.688 libldap-common publicsuffix libsasl2-modules [2022-05-04T08:59:30.791Z] #36 5.897 The following NEW packages will be installed: [2022-05-04T08:59:30.791Z] #36 5.897 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-04T08:59:30.791Z] #36 5.897 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-04T08:59:30.791Z] #36 5.897 libssh2-1 openssl [2022-05-04T08:59:31.054Z] #36 6.172 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-04T08:59:31.054Z] #36 6.172 Need to get 3040 kB of archives. [2022-05-04T08:59:31.054Z] #36 6.172 After this operation, 6651 kB of additional disk space will be used. [2022-05-04T08:59:31.054Z] #36 6.172 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-04T08:59:31.054Z] #36 6.188 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-04T08:59:31.054Z] #36 6.188 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-04T08:59:31.054Z] #36 6.188 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-05-04T08:59:31.054Z] #36 6.188 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-04T08:59:31.054Z] #36 6.197 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-04T08:59:31.054Z] #36 6.197 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-04T08:59:31.054Z] #36 6.197 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-04T08:59:31.054Z] #36 6.197 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-04T08:59:31.054Z] #36 6.200 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-04T08:59:31.054Z] #36 6.200 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-04T08:59:31.054Z] #36 6.207 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-04T08:59:31.054Z] #36 6.219 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T08:59:31.054Z] #36 6.219 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T08:59:31.054Z] #36 6.219 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T08:59:31.316Z] #36 6.420 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T08:59:31.316Z] #36 6.462 Fetched 3040 kB in 0s (9727 kB/s) [2022-05-04T08:59:31.316Z] #36 6.529 Selecting previously unselected package openssl. [2022-05-04T08:59:31.316Z] #36 6.529 (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-05-04T08:59:31.316Z] #36 6.535 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-04T08:59:31.316Z] #36 6.538 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-04T08:59:31.577Z] #36 6.718 Selecting previously unselected package ca-certificates. [2022-05-04T08:59:31.577Z] #36 6.718 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-04T08:59:31.577Z] #36 6.722 Unpacking ca-certificates (20210119) ... [2022-05-04T08:59:31.577Z] #36 6.808 Selecting previously unselected package libbrotli1:amd64. [2022-05-04T08:59:31.577Z] #36 6.808 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-04T08:59:31.577Z] #36 6.816 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T08:59:31.839Z] #36 6.893 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-04T08:59:31.839Z] #36 6.893 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T08:59:31.839Z] #36 6.896 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T08:59:31.839Z] #36 7.002 Selecting previously unselected package libsasl2-2:amd64. [2022-05-04T08:59:31.839Z] #36 7.002 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.006 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T08:59:32.102Z] #36 7.074 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-04T08:59:32.102Z] #36 7.074 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.084 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T08:59:32.102Z] #36 7.167 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-04T08:59:32.102Z] #36 7.167 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.175 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T08:59:32.102Z] #36 7.244 Selecting previously unselected package libpsl5:amd64. [2022-05-04T08:59:32.102Z] #36 7.244 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.250 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T08:59:32.102Z] #36 7.300 Selecting previously unselected package librtmp1:amd64. [2022-05-04T08:59:32.102Z] #36 7.300 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.306 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T08:59:32.102Z] #36 7.362 Selecting previously unselected package libssh2-1:amd64. [2022-05-04T08:59:32.102Z] #36 7.362 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-04T08:59:32.102Z] #36 7.366 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T08:59:32.366Z] #36 7.426 Selecting previously unselected package libcurl4:amd64. [2022-05-04T08:59:32.366Z] #36 7.426 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T08:59:32.366Z] #36 7.432 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T08:59:32.366Z] #36 7.514 Selecting previously unselected package curl. [2022-05-04T08:59:32.366Z] #36 7.514 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T08:59:32.366Z] #36 7.518 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-04T08:59:32.366Z] #36 7.610 Selecting previously unselected package libonig5:amd64. [2022-05-04T08:59:32.366Z] #36 7.610 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T08:59:32.628Z] #36 7.616 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T08:59:32.628Z] #36 7.685 Selecting previously unselected package libjq1:amd64. [2022-05-04T08:59:32.628Z] #36 7.685 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T08:59:32.628Z] #36 7.691 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T08:59:32.628Z] #36 7.736 Selecting previously unselected package jq. [2022-05-04T08:59:32.628Z] #36 7.736 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-04T08:59:32.628Z] #36 7.741 Unpacking jq (1.6-2.1) ... [2022-05-04T08:59:32.628Z] #36 7.781 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T08:59:32.628Z] #36 7.796 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T08:59:32.628Z] #36 7.810 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T08:59:32.628Z] #36 7.822 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T08:59:32.628Z] #36 7.835 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T08:59:32.628Z] #36 7.850 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T08:59:32.890Z] #36 7.862 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T08:59:32.891Z] #36 7.873 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-04T08:59:32.891Z] #36 7.893 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T08:59:32.891Z] #36 7.907 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T08:59:32.891Z] #36 7.921 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T08:59:32.891Z] #36 7.929 Setting up ca-certificates (20210119) ... [2022-05-04T08:59:33.466Z] #36 8.668 Updating certificates in /etc/ssl/certs... [2022-05-04T08:59:34.415Z] #36 ... [2022-05-04T08:59:34.415Z] [2022-05-04T08:59:34.415Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:34.415Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:34.415Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 8.6s done [2022-05-04T08:59:34.415Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.8s done [2022-05-04T08:59:34.415Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 1.0s done [2022-05-04T08:59:34.415Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.1s [2022-05-04T08:59:34.677Z] #11 ... [2022-05-04T08:59:34.677Z] [2022-05-04T08:59:34.677Z] #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-05-04T08:59:34.677Z] #36 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T08:59:34.677Z] #36 9.874 129 added, 0 removed; done. [2022-05-04T08:59:34.939Z] #36 9.941 Setting up jq (1.6-2.1) ... [2022-05-04T08:59:34.939Z] #36 9.954 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T08:59:34.939Z] #36 9.968 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-04T08:59:34.939Z] #36 9.997 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T08:59:34.939Z] #36 10.01 Processing triggers for ca-certificates (20210119) ... [2022-05-04T08:59:34.939Z] #36 10.03 Updating certificates in /etc/ssl/certs... [2022-05-04T08:59:35.890Z] #36 11.07 0 added, 0 removed; done. [2022-05-04T08:59:35.890Z] #36 11.07 Running hooks in /etc/ca-certificates/update.d... [2022-05-04T08:59:35.890Z] #36 11.07 done. [2022-05-04T08:59:39.201Z] #36 DONE 14.4s [2022-05-04T08:59:39.201Z] [2022-05-04T08:59:39.201Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:39.201Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:39.201Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 8.5s done [2022-05-04T08:59:39.201Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 3.0s [2022-05-04T08:59:39.463Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 3.4s done [2022-05-04T08:59:39.724Z] #11 ... [2022-05-04T08:59:39.724Z] [2022-05-04T08:59:39.724Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-04T08:59:39.724Z] #37 sha256:6af4af7563ff5bbeeab61fe556222962c7ed83c88a70a52b26f1fa430eebf877 [2022-05-04T08:59:39.724Z] #37 DONE 0.4s [2022-05-04T08:59:39.724Z] [2022-05-04T08:59:39.724Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:39.724Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:39.724Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-05-04T08:59:42.188Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b58480c5a2f53612) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] { [Pipeline] checkout [2022-05-04T08:59:42.392Z] The recommended git tool is: git [2022-05-04T08:59:43.865Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ecdd06ee97568652) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] { [Pipeline] checkout [2022-05-04T08:59:44.043Z] The recommended git tool is: git [2022-05-04T08:59:45.152Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.1s [2022-05-04T08:59:45.960Z] using credential docker-jenkins-github-credentials [2022-05-04T08:59:45.968Z] Cloning the remote Git repository [2022-05-04T08:59:45.968Z] Cloning with configured refspecs honoured and without tags [2022-05-04T08:59:46.029Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T08:59:46.841Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09eaa2c1a027ac436) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] { [2022-05-04T08:59:46.855Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0047bce2a1d03d619) in /home/ubuntu/workspace/moby_PR-43559 [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2022-05-04T08:59:46.938Z] The recommended git tool is: git [2022-05-04T08:59:46.977Z] The recommended git tool is: git [2022-05-04T08:59:46.086Z] > git init /home/ubuntu/workspace/moby_PR-43559 # timeout=10 [2022-05-04T08:59:46.378Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:59:46.379Z] > git --version # timeout=10 [2022-05-04T08:59:46.389Z] > git --version # 'git version 2.25.1' [2022-05-04T08:59:46.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:59:46.439Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:59:48.035Z] using credential docker-jenkins-github-credentials [2022-05-04T08:59:48.044Z] Cloning the remote Git repository [2022-05-04T08:59:48.044Z] Cloning with configured refspecs honoured and without tags [2022-05-04T08:59:48.089Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T08:59:48.153Z] > git init /home/ubuntu/workspace/moby_PR-43559 # timeout=10 [2022-05-04T08:59:48.635Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:59:48.636Z] > git --version # timeout=10 [2022-05-04T08:59:48.654Z] > git --version # 'git version 2.25.1' [2022-05-04T08:59:48.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:59:48.656Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:59:49.871Z] using credential docker-jenkins-github-credentials [2022-05-04T08:59:49.879Z] Cloning the remote Git repository [2022-05-04T08:59:49.879Z] Cloning with configured refspecs honoured and without tags [2022-05-04T08:59:50.285Z] using credential docker-jenkins-github-credentials [2022-05-04T08:59:50.302Z] Cloning the remote Git repository [2022-05-04T08:59:50.302Z] Cloning with configured refspecs honoured and without tags [2022-05-04T08:59:49.001Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T08:59:49.175Z] > git init /home/ubuntu/workspace/moby_PR-43559 # timeout=10 [2022-05-04T08:59:49.997Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T08:59:50.453Z] #11 ... [2022-05-04T08:59:50.453Z] [2022-05-04T08:59:50.453Z] #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-05-04T08:59:50.453Z] #38 sha256:15bdd3cfe0a38c3616518d6818f64b6adb295852027f8aea2f8238521ffaa6be [2022-05-04T08:59:50.453Z] #38 2.192 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-04T08:59:50.453Z] #38 2.488 [2022-05-04T08:59:50.453Z] #38 2.710 #=#=# ######################################################################## 100.0% [2022-05-04T08:59:50.453Z] #38 3.002 [2022-05-04T08:59:50.453Z] #38 4.062 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-04T08:59:50.453Z] #38 4.375 [2022-05-04T08:59:50.453Z] #38 4.600 #=#=# ################################## 47.8% ######################################################################## 100.0% [2022-05-04T08:59:50.453Z] #38 4.944 [2022-05-04T08:59:50.453Z] #38 5.949 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-04T08:59:50.453Z] #38 6.247 [2022-05-04T08:59:50.453Z] #38 6.475 #=#=# ##### 7.5% ######################################### 58.0% ################################################################ 89.6% ######################################################################## 100.0% [2022-05-04T08:59:50.453Z] #38 7.032 [2022-05-04T08:59:50.453Z] #38 8.054 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-04T08:59:50.453Z] #38 8.391 [2022-05-04T08:59:50.453Z] #38 8.479 ######################################################################## 100.0% [2022-05-04T08:59:50.453Z] #38 8.690 [2022-05-04T08:59:50.453Z] #38 9.525 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-04T08:59:50.453Z] #38 9.823 [2022-05-04T08:59:50.453Z] #38 10.05 #=#=# ######################################################################## 100.0% [2022-05-04T08:59:50.453Z] #38 ... [2022-05-04T08:59:50.453Z] [2022-05-04T08:59:50.453Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:50.453Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:50.453Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.3s [2022-05-04T08:59:49.548Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:59:49.549Z] > git --version # timeout=10 [2022-05-04T08:59:49.589Z] > git --version # 'git version 2.17.1' [2022-05-04T08:59:49.589Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:59:49.591Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:59:50.071Z] > git init /home/ubuntu/workspace/moby_PR-43559 # timeout=10 [2022-05-04T08:59:50.382Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T08:59:50.382Z] > git --version # timeout=10 [2022-05-04T08:59:50.399Z] > git --version # 'git version 2.17.1' [2022-05-04T08:59:50.399Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T08:59:50.401Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T08:59:53.068Z] #11 ... [2022-05-04T08:59:53.068Z] [2022-05-04T08:59:53.068Z] #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-05-04T08:59:53.068Z] #38 sha256:15bdd3cfe0a38c3616518d6818f64b6adb295852027f8aea2f8238521ffaa6be [2022-05-04T08:59:53.068Z] #38 10.39 [2022-05-04T08:59:53.068Z] #38 10.48 Download of images into '/build' complete. [2022-05-04T08:59:53.068Z] #38 10.48 Use something like the following to load the result into a Docker daemon: [2022-05-04T08:59:53.068Z] #38 10.48 tar -cC '/build' . | docker load [2022-05-04T08:59:53.068Z] #38 DONE 13.3s [2022-05-04T08:59:53.068Z] [2022-05-04T08:59:53.068Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T08:59:53.068Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T08:59:54.469Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 14.6s done [2022-05-04T08:59:54.731Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-04T08:59:54.993Z] #11 DONE 42.5s [2022-05-04T08:59:54.993Z] [2022-05-04T08:59:54.993Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-04T08:59:54.993Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-04T08:59:55.573Z] #12 DONE 0.6s [2022-05-04T08:59:55.573Z] [2022-05-04T08:59:55.573Z] #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-05-04T08:59:55.573Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-04T08:59:56.517Z] #13 DONE 1.0s [2022-05-04T08:59:56.778Z] [2022-05-04T08:59:56.778Z] #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-05-04T08:59:56.778Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T08:59:56.779Z] #43 ... [2022-05-04T08:59:56.779Z] [2022-05-04T08:59:56.779Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-04T08:59:56.779Z] #40 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-04T08:59:56.779Z] #40 DONE 0.2s [2022-05-04T08:59:56.779Z] [2022-05-04T08:59:56.779Z] #51 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-04T08:59:56.779Z] #51 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-04T08:59:56.779Z] #51 DONE 0.2s [2022-05-04T08:59:56.779Z] [2022-05-04T08:59:56.779Z] #55 [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-05-04T08:59:56.779Z] #55 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-04T08:59:56.779Z] #55 DONE 0.3s [2022-05-04T08:59:57.040Z] [2022-05-04T08:59:57.040Z] #56 [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-05-04T08:59:57.040Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T08:59:59.592Z] #56 ... [2022-05-04T08:59:59.592Z] [2022-05-04T08:59:59.592Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-04T08:59:59.592Z] #14 sha256:ac610f6949b75ca513a6fbb8133eb83174e86af117f3bb74e5a09d0efab23250 [2022-05-04T08:59:59.592Z] #14 DONE 2.7s [2022-05-04T08:59:59.592Z] [2022-05-04T08:59:59.592Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-04T08:59:59.592Z] #15 sha256:7a9c0475274abba0efb526d9607a550196919504d943ee1fe1447ec33e3ecf21 [2022-05-04T09:00:03.820Z] #15 DONE 4.4s [2022-05-04T09:00:03.820Z] [2022-05-04T09:00:03.820Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-04T09:00:03.820Z] #16 sha256:cd20aadd700c740808171124c98224b778b3f14cb64fe4f92d71f7cc8db38805 [2022-05-04T09:00:04.531Z] Fetching without tags [2022-05-04T09:00:04.772Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:05.471Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:05.471Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:00:05.749Z] #16 DONE 1.9s [2022-05-04T09:00:05.749Z] [2022-05-04T09:00:05.749Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-04T09:00:05.749Z] #17 sha256:50811f5890a0a563f4b3333a7eabd7af79a0d060604c6b4f9b93d1ef04081a76 [2022-05-04T09:00:04.488Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:04.500Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:00:04.510Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:04.525Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:04.577Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:00:04.577Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:04.578Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:04.779Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:04.793Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:05.419Z] > git remote # timeout=10 [2022-05-04T09:00:05.441Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:00:05.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:05.450Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:00:05.465Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T09:00:05.473Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:05.486Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:06.713Z] #17 ... [2022-05-04T09:00:06.713Z] [2022-05-04T09:00:06.713Z] #45 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:00:06.713Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:00:06.713Z] #45 4.401 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:00:06.713Z] #45 5.429 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:00:06.713Z] #45 6.461 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:00:06.713Z] #45 6.720 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:00:06.713Z] #45 6.784 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:00:06.713Z] #45 ... [2022-05-04T09:00:06.713Z] [2022-05-04T09:00:06.713Z] #58 [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-05-04T09:00:06.713Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:00:06.713Z] #58 4.857 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:00:06.713Z] #58 6.977 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:00:06.713Z] #58 6.978 go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:00:06.713Z] #58 7.038 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:00:06.713Z] #58 7.053 go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:00:06.713Z] #58 7.278 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:00:06.713Z] #58 7.309 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:00:06.713Z] #58 7.428 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:00:06.713Z] #58 7.505 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:00:06.713Z] #58 7.598 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:00:06.713Z] #58 7.646 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:00:06.713Z] #58 7.786 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:00:06.713Z] #58 8.193 go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:00:06.978Z] #58 ... [2022-05-04T09:00:06.978Z] [2022-05-04T09:00:06.978Z] #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-05-04T09:00:06.978Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:00:06.978Z] #41 3.816 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-04T09:00:06.978Z] #41 3.816 Cloning into '.'... [2022-05-04T09:00:06.978Z] #41 ... [2022-05-04T09:00:06.978Z] [2022-05-04T09:00:06.978Z] #60 [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-05-04T09:00:06.978Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:06.978Z] #60 4.475 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-04T09:00:07.241Z] #60 ... [2022-05-04T09:00:07.241Z] [2022-05-04T09:00:07.241Z] #52 [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-05-04T09:00:07.241Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:00:07.241Z] #52 3.763 + git clone https://github.com/docker/distribution.git . [2022-05-04T09:00:07.241Z] #52 3.763 Cloning into '.'... [2022-05-04T09:00:07.241Z] #52 ... [2022-05-04T09:00:07.241Z] [2022-05-04T09:00:07.241Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-04T09:00:07.241Z] #17 sha256:50811f5890a0a563f4b3333a7eabd7af79a0d060604c6b4f9b93d1ef04081a76 [2022-05-04T09:00:07.241Z] #17 DONE 1.8s [2022-05-04T09:00:07.241Z] [2022-05-04T09:00:07.241Z] #62 [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-05-04T09:00:07.241Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:00:07.241Z] #62 4.605 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-04T09:00:07.241Z] #62 9.594 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-04T09:00:07.241Z] #62 9.610 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-04T09:00:07.241Z] #62 9.699 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-04T09:00:07.357Z] Fetching without tags [2022-05-04T09:00:07.503Z] #62 ... [2022-05-04T09:00:07.503Z] [2022-05-04T09:00:07.503Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-04T09:00:07.503Z] #18 sha256:97f08d710e1ee07e4bd79eb7b07698f3bb2b8bbcf1f2d52e8ef914a371e9252c [2022-05-04T09:00:07.572Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:08.166Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:08.166Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:00:07.304Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:07.319Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:00:07.324Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:07.337Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:07.360Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:00:07.360Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:07.361Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:07.579Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:07.592Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:08.116Z] > git remote # timeout=10 [2022-05-04T09:00:08.121Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:00:08.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:08.137Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:00:08.148Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T09:00:08.168Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:08.184Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:09.432Z] #18 DONE 1.8s [2022-05-04T09:00:09.432Z] [2022-05-04T09:00:09.432Z] #62 [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-05-04T09:00:09.432Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:00:09.432Z] #62 11.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-04T09:00:09.594Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:00:09.611Z] > git --version # timeout=10 [2022-05-04T09:00:09.624Z] > git --version # 'git version 2.25.1' [2022-05-04T09:00:09.634Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:00:10.871Z] + docker version [2022-05-04T09:00:11.365Z] #62 ... [2022-05-04T09:00:11.365Z] [2022-05-04T09:00:11.365Z] #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-05-04T09:00:11.365Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:00:11.365Z] #43 4.674 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-04T09:00:11.365Z] #43 ... [2022-05-04T09:00:11.365Z] [2022-05-04T09:00:11.365Z] #58 [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-05-04T09:00:11.365Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:00:11.365Z] #58 14.68 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:00:11.365Z] #58 14.76 go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:00:11.628Z] #58 ... [2022-05-04T09:00:11.628Z] [2022-05-04T09:00:11.628Z] #56 [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-05-04T09:00:11.628Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:00:11.628Z] #56 4.767 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:00:11.628Z] #56 4.837 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:00:11.628Z] #56 4.849 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:00:11.628Z] #56 5.291 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-04T09:00:11.628Z] #56 5.658 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:00:11.628Z] #56 6.856 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:00:11.628Z] #56 9.035 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:00:11.628Z] #56 12.88 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-04T09:00:11.894Z] #56 ... [2022-05-04T09:00:11.894Z] [2022-05-04T09:00:11.894Z] #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-05-04T09:00:11.894Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:00:11.894Z] #19 1.793 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:00:11.894Z] #19 1.831 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:00:11.894Z] #19 1.831 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:00:11.894Z] #19 2.403 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:00:12.173Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:00:12.196Z] > git --version # timeout=10 [2022-05-04T09:00:12.208Z] > git --version # 'git version 2.25.1' [2022-05-04T09:00:12.215Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-04T09:00:12.477Z] #19 3.411 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:00:13.173Z] + docker version [2022-05-04T09:00:13.282Z] Fetching without tags [2022-05-04T09:00:13.556Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:13.796Z] Fetching without tags [2022-05-04T09:00:14.047Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:14.402Z] #19 5.226 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:00:14.523Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:14.523Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:00:13.657Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:13.677Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:00:13.695Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:13.738Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:13.776Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:00:13.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:13.787Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:14.031Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:14.067Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:14.863Z] > git remote # timeout=10 [2022-05-04T09:00:14.891Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:00:14.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:14.924Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:00:14.999Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:00:15.000Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:00:13.164Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:13.186Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:00:13.218Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:13.251Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:00:13.285Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:00:13.285Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:13.286Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:00:13.566Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:13.590Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:14.420Z] > git remote # timeout=10 [2022-05-04T09:00:14.446Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:00:14.469Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:00:14.470Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:00:14.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T09:00:14.525Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:14.554Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:16.321Z] #19 7.163 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-04T09:00:16.321Z] #19 ... [2022-05-04T09:00:16.321Z] [2022-05-04T09:00:16.321Z] #56 [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-05-04T09:00:16.321Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:00:16.321Z] #56 19.60 Fetched 8515 kB in 15s (559 kB/s) [2022-05-04T09:00:17.267Z] #56 19.60 Reading package lists... [2022-05-04T09:00:17.267Z] #56 ... [2022-05-04T09:00:17.267Z] [2022-05-04T09:00:17.267Z] #45 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:00:17.267Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:00:17.267Z] #45 10.37 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:00:17.267Z] #45 10.56 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:00:14.958Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-04T09:00:14.980Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:00:15.000Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:00:17.843Z] #45 ... [2022-05-04T09:00:17.843Z] [2022-05-04T09:00:17.843Z] #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-05-04T09:00:17.843Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:00:17.843Z] #19 8.727 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-04T09:00:18.789Z] #19 ... [2022-05-04T09:00:18.789Z] [2022-05-04T09:00:18.789Z] #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-05-04T09:00:18.789Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:00:18.789Z] #43 21.33 tomll can be used in two ways: [2022-05-04T09:00:18.789Z] #43 21.34 Writing to STDIN and reading from STDOUT: [2022-05-04T09:00:18.789Z] #43 21.34 cat file.toml | tomll > file.toml [2022-05-04T09:00:18.789Z] #43 21.34 [2022-05-04T09:00:18.789Z] #43 21.34 Reading and updating a list of files: [2022-05-04T09:00:18.789Z] #43 21.34 tomll a.toml b.toml c.toml [2022-05-04T09:00:18.789Z] #43 21.34 [2022-05-04T09:00:18.789Z] #43 21.34 When given a list of files, tomll will modify all files in place without asking. [2022-05-04T09:00:18.789Z] #43 DONE 22.3s [2022-05-04T09:00:18.972Z] Client: Docker Engine - Community [2022-05-04T09:00:18.972Z] Version: 20.10.14 [2022-05-04T09:00:18.972Z] API version: 1.41 [2022-05-04T09:00:18.972Z] Go version: go1.16.15 [2022-05-04T09:00:18.972Z] Git commit: a224086 [2022-05-04T09:00:18.972Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-04T09:00:18.972Z] OS/Arch: linux/amd64 [2022-05-04T09:00:18.972Z] Context: default [2022-05-04T09:00:18.972Z] Experimental: true [2022-05-04T09:00:18.972Z] [2022-05-04T09:00:18.972Z] Server: Docker Engine - Community [2022-05-04T09:00:18.972Z] Engine: [2022-05-04T09:00:18.972Z] Version: 20.10.14 [2022-05-04T09:00:18.972Z] API version: 1.41 (minimum version 1.12) [2022-05-04T09:00:18.972Z] Go version: go1.16.15 [2022-05-04T09:00:18.972Z] Git commit: 87a90dc [2022-05-04T09:00:18.972Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-04T09:00:18.972Z] OS/Arch: linux/amd64 [2022-05-04T09:00:18.972Z] Experimental: true [2022-05-04T09:00:18.972Z] containerd: [2022-05-04T09:00:18.972Z] Version: 1.5.11 [2022-05-04T09:00:18.972Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:18.972Z] runc: [2022-05-04T09:00:18.972Z] Version: 1.0.3 [2022-05-04T09:00:18.972Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-04T09:00:18.972Z] docker-init: [2022-05-04T09:00:18.972Z] Version: 0.19.0 [2022-05-04T09:00:18.972Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-04T09:00:19.051Z] [2022-05-04T09:00:19.051Z] #52 [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-05-04T09:00:19.051Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:00:19.196Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:00:19.221Z] > git --version # timeout=10 [2022-05-04T09:00:19.246Z] > git --version # 'git version 2.17.1' [2022-05-04T09:00:19.275Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-04T09:00:19.312Z] #52 22.17 Updating files: 88% (1630/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-04T09:00:19.323Z] + docker info [2022-05-04T09:00:19.574Z] #52 22.57 + git checkout -q v2.3.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:00:19.783Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:00:19.786Z] > git --version # timeout=10 [2022-05-04T09:00:19.803Z] > git --version # 'git version 2.17.1' [2022-05-04T09:00:19.811Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:00:20.232Z] + docker version [2022-05-04T09:00:20.911Z] + docker version [2022-05-04T09:00:21.499Z] #52 24.39 + 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-05-04T09:00:23.185Z] Client: Docker Engine - Community [2022-05-04T09:00:23.185Z] Version: 20.10.14 [2022-05-04T09:00:23.185Z] API version: 1.41 [2022-05-04T09:00:23.185Z] Go version: go1.16.15 [2022-05-04T09:00:23.185Z] Git commit: a224086 [2022-05-04T09:00:23.185Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-04T09:00:23.185Z] OS/Arch: linux/arm64 [2022-05-04T09:00:23.185Z] Context: default [2022-05-04T09:00:23.185Z] Experimental: true [2022-05-04T09:00:23.185Z] [2022-05-04T09:00:23.185Z] Server: Docker Engine - Community [2022-05-04T09:00:23.185Z] Engine: [2022-05-04T09:00:23.185Z] Version: 20.10.14 [2022-05-04T09:00:23.185Z] API version: 1.41 (minimum version 1.12) [2022-05-04T09:00:23.185Z] Go version: go1.16.15 [2022-05-04T09:00:23.185Z] Git commit: 87a90dc [2022-05-04T09:00:23.185Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-04T09:00:23.185Z] OS/Arch: linux/arm64 [2022-05-04T09:00:23.185Z] Experimental: true [2022-05-04T09:00:23.185Z] containerd: [2022-05-04T09:00:23.185Z] Version: 1.5.11 [2022-05-04T09:00:23.185Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:23.185Z] runc: [2022-05-04T09:00:23.185Z] Version: 1.0.3 [2022-05-04T09:00:23.185Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-04T09:00:23.185Z] docker-init: [2022-05-04T09:00:23.185Z] Version: 0.19.0 [2022-05-04T09:00:23.185Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-04T09:00:23.509Z] + docker info [2022-05-04T09:00:26.221Z] Client: Docker Engine - Community [2022-05-04T09:00:26.221Z] Version: 20.10.14 [2022-05-04T09:00:26.221Z] API version: 1.41 [2022-05-04T09:00:26.221Z] Go version: go1.16.15 [2022-05-04T09:00:26.221Z] Git commit: a224086 [2022-05-04T09:00:26.221Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-04T09:00:26.221Z] OS/Arch: linux/amd64 [2022-05-04T09:00:26.221Z] Context: default [2022-05-04T09:00:26.221Z] Experimental: true [2022-05-04T09:00:26.221Z] [2022-05-04T09:00:26.221Z] Server: Docker Engine - Community [2022-05-04T09:00:26.221Z] Engine: [2022-05-04T09:00:26.221Z] Version: 20.10.14 [2022-05-04T09:00:26.221Z] API version: 1.41 (minimum version 1.12) [2022-05-04T09:00:26.221Z] Go version: go1.16.15 [2022-05-04T09:00:26.221Z] Git commit: 87a90dc [2022-05-04T09:00:26.221Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-04T09:00:26.221Z] OS/Arch: linux/amd64 [2022-05-04T09:00:26.221Z] Experimental: true [2022-05-04T09:00:26.221Z] containerd: [2022-05-04T09:00:26.221Z] Version: 1.5.11 [2022-05-04T09:00:26.221Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:26.221Z] runc: [2022-05-04T09:00:26.221Z] Version: 1.0.3 [2022-05-04T09:00:26.221Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-04T09:00:26.221Z] docker-init: [2022-05-04T09:00:26.221Z] Version: 0.19.0 [2022-05-04T09:00:26.221Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-04T09:00:26.557Z] + docker info [2022-05-04T09:00:26.851Z] Client: Docker Engine - Community [2022-05-04T09:00:26.851Z] Version: 20.10.14 [2022-05-04T09:00:26.851Z] API version: 1.41 [2022-05-04T09:00:26.851Z] Go version: go1.16.15 [2022-05-04T09:00:26.851Z] Git commit: a224086 [2022-05-04T09:00:26.851Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-04T09:00:26.851Z] OS/Arch: linux/amd64 [2022-05-04T09:00:26.851Z] Context: default [2022-05-04T09:00:26.851Z] Experimental: true [2022-05-04T09:00:26.851Z] [2022-05-04T09:00:26.851Z] Server: Docker Engine - Community [2022-05-04T09:00:26.851Z] Engine: [2022-05-04T09:00:26.851Z] Version: 20.10.14 [2022-05-04T09:00:26.851Z] API version: 1.41 (minimum version 1.12) [2022-05-04T09:00:26.851Z] Go version: go1.16.15 [2022-05-04T09:00:26.851Z] Git commit: 87a90dc [2022-05-04T09:00:26.851Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-04T09:00:26.851Z] OS/Arch: linux/amd64 [2022-05-04T09:00:26.851Z] Experimental: true [2022-05-04T09:00:26.851Z] containerd: [2022-05-04T09:00:26.851Z] Version: 1.5.11 [2022-05-04T09:00:26.851Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:26.851Z] runc: [2022-05-04T09:00:26.851Z] Version: 1.0.3 [2022-05-04T09:00:26.851Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-04T09:00:26.851Z] docker-init: [2022-05-04T09:00:26.851Z] Version: 0.19.0 [2022-05-04T09:00:26.851Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-04T09:00:27.202Z] + docker info [2022-05-04T09:00:28.121Z] #52 ... [2022-05-04T09:00:28.121Z] [2022-05-04T09:00:28.121Z] #60 [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-05-04T09:00:28.121Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:28.121Z] #60 30.38 go: downloading github.com/fatih/color v1.13.0 [2022-05-04T09:00:28.121Z] #60 30.39 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:00:28.121Z] #60 30.44 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-04T09:00:28.121Z] #60 30.50 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:00:28.121Z] #60 30.77 go: downloading github.com/spf13/viper v1.10.1 [2022-05-04T09:00:28.121Z] #60 30.82 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:00:28.121Z] #60 31.18 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-04T09:00:28.121Z] #60 31.22 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-04T09:00:28.121Z] #60 31.28 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-04T09:00:28.121Z] #60 31.28 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-04T09:00:29.071Z] #60 32.42 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-04T09:00:29.071Z] #60 32.49 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-04T09:00:29.071Z] #60 ... [2022-05-04T09:00:29.071Z] [2022-05-04T09:00:29.071Z] #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-05-04T09:00:29.071Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:00:29.071Z] #19 9.917 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-04T09:00:29.071Z] #19 11.04 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-04T09:00:29.071Z] #19 11.04 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-04T09:00:29.071Z] #19 11.04 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-04T09:00:29.071Z] #19 11.05 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:00:29.071Z] #19 11.07 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:00:29.071Z] #19 11.09 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-04T09:00:29.071Z] #19 11.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:00:29.071Z] #19 11.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-04T09:00:29.071Z] #19 11.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-04T09:00:29.071Z] #19 11.12 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:00:29.071Z] #19 11.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-04T09:00:29.071Z] #19 11.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-04T09:00:30.991Z] #19 ... [2022-05-04T09:00:30.991Z] [2022-05-04T09:00:30.991Z] #56 [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-05-04T09:00:30.991Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:00:30.991Z] #56 19.60 Reading package lists... [2022-05-04T09:00:30.991Z] #56 24.96 Reading package lists... [2022-05-04T09:00:30.991Z] #56 29.96 Building dependency tree... [2022-05-04T09:00:30.991Z] #56 34.04 The following additional packages will be installed: [2022-05-04T09:00:30.991Z] #56 34.04 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:00:30.991Z] #56 34.04 python3-protobuf python3-six [2022-05-04T09:00:30.991Z] #56 34.06 Suggested packages: [2022-05-04T09:00:30.991Z] #56 34.06 python3-setuptools [2022-05-04T09:00:30.991Z] #56 34.06 Recommended packages: [2022-05-04T09:00:30.991Z] #56 34.06 iproute2 | iproute [2022-05-04T09:00:31.936Z] #56 34.89 The following NEW packages will be installed: [2022-05-04T09:00:31.936Z] #56 34.90 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:00:31.936Z] #56 34.91 python3-protobuf python3-six [2022-05-04T09:00:32.509Z] #56 35.50 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:00:32.509Z] #56 35.50 Need to get 2292 kB of archives. [2022-05-04T09:00:32.509Z] #56 35.50 After this operation, 11.0 MB of additional disk space will be used. [2022-05-04T09:00:32.509Z] #56 35.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-04T09:00:32.509Z] #56 35.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:00:32.509Z] #56 35.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-04T09:00:32.509Z] #56 35.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-04T09:00:32.509Z] #56 35.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:00:32.509Z] #56 35.65 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-05-04T09:00:32.509Z] #56 35.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:00:33.084Z] #56 ... [2022-05-04T09:00:33.084Z] [2022-05-04T09:00:33.084Z] #60 [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-05-04T09:00:33.084Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:33.084Z] #60 36.26 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:00:33.084Z] #60 36.26 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-04T09:00:33.084Z] #60 36.43 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-04T09:00:33.084Z] #60 36.44 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-04T09:00:33.084Z] #60 36.47 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:00:33.084Z] #60 36.52 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-04T09:00:33.084Z] #60 36.54 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-04T09:00:33.084Z] #60 36.59 go: downloading github.com/spf13/afero v1.6.0 [2022-05-04T09:00:33.084Z] #60 36.60 go: downloading github.com/spf13/cast v1.4.1 [2022-05-04T09:00:33.084Z] #60 36.65 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-04T09:00:33.346Z] #60 36.68 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-04T09:00:33.346Z] #60 36.69 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-04T09:00:33.346Z] #60 36.72 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-04T09:00:33.346Z] #60 36.87 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-04T09:00:33.346Z] #60 36.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-04T09:00:33.610Z] #60 36.93 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-04T09:00:33.610Z] #60 36.96 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-04T09:00:33.610Z] #60 36.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-04T09:00:33.610Z] #60 37.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-04T09:00:33.610Z] #60 37.01 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-04T09:00:33.610Z] #60 37.03 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-04T09:00:34.193Z] #60 37.56 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-04T09:00:34.193Z] #60 37.64 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-04T09:00:34.193Z] #60 37.68 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-04T09:00:34.193Z] #60 37.72 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-04T09:00:34.457Z] #60 37.79 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-04T09:00:34.457Z] #60 37.87 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-04T09:00:35.034Z] #60 38.46 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-04T09:00:35.034Z] #60 38.48 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-04T09:00:35.034Z] #60 38.56 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-04T09:00:35.299Z] #60 ... [2022-05-04T09:00:35.299Z] [2022-05-04T09:00:35.299Z] #45 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:00:35.299Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:00:35.299Z] #45 38.59 NAME: [2022-05-04T09:00:35.299Z] #45 38.59 go-winres - A tool for embedding resources in Windows executables [2022-05-04T09:00:35.299Z] #45 38.59 [2022-05-04T09:00:35.299Z] #45 38.59 USAGE: [2022-05-04T09:00:35.299Z] #45 38.59 go-winres [global options] command [command options] [arguments...] [2022-05-04T09:00:35.299Z] #45 38.59 [2022-05-04T09:00:35.299Z] #45 38.59 COMMANDS: [2022-05-04T09:00:35.299Z] #45 38.59 init Create an initial ./winres/winres.json [2022-05-04T09:00:35.299Z] #45 38.59 make Make syso files for the "go build" command [2022-05-04T09:00:35.299Z] #45 38.59 simply Make syso files for the "go build" command (simplified) [2022-05-04T09:00:35.299Z] #45 38.59 extract Extract all resources from an executable [2022-05-04T09:00:35.300Z] #45 38.59 patch Replace resources in an executable file (exe, dll) [2022-05-04T09:00:35.300Z] #45 38.59 help, h Shows a list of commands or help for one command [2022-05-04T09:00:35.300Z] #45 38.59 [2022-05-04T09:00:35.300Z] #45 38.59 GLOBAL OPTIONS: [2022-05-04T09:00:35.300Z] #45 38.59 --help, -h show help (default: false) [2022-05-04T09:00:35.300Z] #45 DONE 38.7s [2022-05-04T09:00:35.300Z] [2022-05-04T09:00:35.300Z] #60 [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-05-04T09:00:35.300Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:35.300Z] #60 38.58 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-04T09:00:35.300Z] #60 38.62 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-04T09:00:35.300Z] #60 38.64 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-04T09:00:35.300Z] #60 38.68 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-04T09:00:35.300Z] #60 38.75 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-04T09:00:35.300Z] #60 38.81 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-04T09:00:35.563Z] #60 38.83 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-04T09:00:35.563Z] #60 38.88 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-04T09:00:35.563Z] #60 39.00 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-04T09:00:35.563Z] #60 39.03 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-04T09:00:35.563Z] #60 39.09 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-04T09:00:35.826Z] #60 39.12 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-04T09:00:35.826Z] #60 39.16 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-04T09:00:35.826Z] #60 39.20 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-04T09:00:35.826Z] #60 39.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-04T09:00:35.826Z] #60 39.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-04T09:00:35.826Z] #60 39.29 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-04T09:00:36.089Z] #60 ... [2022-05-04T09:00:36.089Z] [2022-05-04T09:00:36.089Z] #62 [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-05-04T09:00:36.089Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:00:36.089Z] #62 39.46 v3.0.2 [2022-05-04T09:00:36.089Z] #62 DONE 39.6s [2022-05-04T09:00:36.089Z] [2022-05-04T09:00:36.089Z] #60 [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-05-04T09:00:36.089Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:36.089Z] #60 39.51 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-04T09:00:36.352Z] #60 39.64 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-04T09:00:36.352Z] #60 39.66 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-04T09:00:36.352Z] #60 39.75 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-04T09:00:36.352Z] #60 39.76 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-04T09:00:36.352Z] #60 39.81 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-04T09:00:36.352Z] #60 39.83 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-04T09:00:36.352Z] #60 39.86 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-04T09:00:36.616Z] #60 39.88 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-04T09:00:36.616Z] #60 39.93 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-04T09:00:36.616Z] #60 39.95 go: downloading github.com/julz/importas v0.1.0 [2022-05-04T09:00:36.616Z] #60 40.03 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-04T09:00:36.616Z] #60 40.03 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-04T09:00:36.616Z] #60 40.12 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-04T09:00:36.879Z] #60 40.23 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-04T09:00:36.879Z] #60 40.26 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-04T09:00:36.879Z] #60 40.28 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-04T09:00:36.879Z] #60 40.31 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-04T09:00:36.879Z] #60 40.33 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-04T09:00:36.879Z] #60 40.37 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-04T09:00:36.879Z] #60 40.39 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-04T09:00:36.879Z] #60 40.41 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-04T09:00:36.879Z] #60 40.45 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-04T09:00:37.455Z] #60 40.94 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-04T09:00:37.455Z] #60 40.96 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-04T09:00:37.455Z] #60 40.96 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-04T09:00:37.455Z] #60 41.03 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-04T09:00:37.718Z] #60 41.09 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-04T09:00:37.718Z] #60 41.11 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-04T09:00:37.718Z] #60 41.12 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-04T09:00:37.718Z] #60 41.14 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-04T09:00:37.718Z] #60 41.16 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-04T09:00:37.983Z] #60 41.34 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-04T09:00:37.983Z] #60 41.35 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-04T09:00:37.983Z] #60 41.37 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-04T09:00:37.983Z] #60 41.42 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-04T09:00:37.983Z] #60 41.42 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-04T09:00:37.983Z] #60 41.43 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-04T09:00:37.983Z] #60 41.47 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-04T09:00:37.983Z] #60 41.49 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-04T09:00:37.983Z] #60 41.53 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-04T09:00:38.246Z] #60 41.56 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-04T09:00:38.246Z] #60 41.62 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-04T09:00:38.246Z] #60 41.63 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-04T09:00:38.438Z] Client: [2022-05-04T09:00:38.438Z] Context: default [2022-05-04T09:00:38.438Z] Debug Mode: false [2022-05-04T09:00:38.438Z] Plugins: [2022-05-04T09:00:38.438Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-04T09:00:38.438Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-04T09:00:38.438Z] [2022-05-04T09:00:38.438Z] Server: [2022-05-04T09:00:38.438Z] Containers: 0 [2022-05-04T09:00:38.438Z] Running: 0 [2022-05-04T09:00:38.438Z] Paused: 0 [2022-05-04T09:00:38.438Z] Stopped: 0 [2022-05-04T09:00:38.438Z] Images: 0 [2022-05-04T09:00:38.438Z] Server Version: 20.10.14 [2022-05-04T09:00:38.438Z] Storage Driver: overlay2 [2022-05-04T09:00:38.438Z] Backing Filesystem: extfs [2022-05-04T09:00:38.438Z] Supports d_type: true [2022-05-04T09:00:38.438Z] Native Overlay Diff: true [2022-05-04T09:00:38.438Z] userxattr: false [2022-05-04T09:00:38.438Z] Logging Driver: json-file [2022-05-04T09:00:38.438Z] Cgroup Driver: cgroupfs [2022-05-04T09:00:38.438Z] Cgroup Version: 1 [2022-05-04T09:00:38.438Z] Plugins: [2022-05-04T09:00:38.438Z] Volume: local [2022-05-04T09:00:38.438Z] Network: bridge host ipvlan macvlan null overlay [2022-05-04T09:00:38.438Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-04T09:00:38.438Z] Swarm: inactive [2022-05-04T09:00:38.438Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-05-04T09:00:38.438Z] Default Runtime: runc [2022-05-04T09:00:38.438Z] Init Binary: docker-init [2022-05-04T09:00:38.438Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:38.438Z] runc version: v1.0.3-0-gf46b6ba [2022-05-04T09:00:38.438Z] init version: de40ad0 [2022-05-04T09:00:38.438Z] Security Options: [2022-05-04T09:00:38.438Z] apparmor [2022-05-04T09:00:38.438Z] seccomp [2022-05-04T09:00:38.438Z] Profile: default [2022-05-04T09:00:38.438Z] Kernel Version: 5.13.0-1021-aws [2022-05-04T09:00:38.438Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-04T09:00:38.438Z] OSType: linux [2022-05-04T09:00:38.438Z] Architecture: aarch64 [2022-05-04T09:00:38.438Z] CPUs: 2 [2022-05-04T09:00:38.438Z] Total Memory: 7.578GiB [2022-05-04T09:00:38.438Z] Name: ip-10-100-63-141 [2022-05-04T09:00:38.438Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-04T09:00:38.438Z] Docker Root Dir: /var/lib/docker [2022-05-04T09:00:38.438Z] Debug Mode: false [2022-05-04T09:00:38.438Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:00:38.438Z] Labels: [2022-05-04T09:00:38.438Z] Experimental: true [2022-05-04T09:00:38.438Z] Insecure Registries: [2022-05-04T09:00:38.438Z] 127.0.0.0/8 [2022-05-04T09:00:38.438Z] Live Restore Enabled: true [2022-05-04T09:00:38.438Z] [Pipeline] sh [2022-05-04T09:00:38.509Z] #60 41.92 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-04T09:00:38.509Z] #60 41.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-04T09:00:38.509Z] #60 41.98 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-04T09:00:38.509Z] #60 42.03 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-04T09:00:38.773Z] #60 42.10 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-04T09:00:38.790Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:38.790Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:38.790Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43559/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-04T09:00:38.790Z] + bash /home/ubuntu/workspace/moby_PR-43559/check-config.sh [2022-05-04T09:00:38.790Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-04T09:00:38.790Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-04T09:00:38.790Z] [2022-05-04T09:00:38.790Z] Generally Necessary: [2022-05-04T09:00:38.790Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-04T09:00:38.790Z] - apparmor: enabled and tools installed [2022-05-04T09:00:38.790Z] - CONFIG_NAMESPACES: enabled [2022-05-04T09:00:38.790Z] - CONFIG_NET_NS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_PID_NS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_IPC_NS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_UTS_NS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CGROUPS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-04T09:00:38.790Z] - CONFIG_CPUSETS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_MEMCG: enabled [2022-05-04T09:00:38.790Z] - CONFIG_KEYS: enabled [2022-05-04T09:00:38.790Z] - CONFIG_VETH: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-04T09:00:38.790Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-04T09:00:39.037Z] #60 42.45 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-04T09:00:39.052Z] - CONFIG_CGROUP_BPF: enabled [2022-05-04T09:00:39.052Z] [2022-05-04T09:00:39.052Z] Optional Features: [2022-05-04T09:00:39.052Z] - CONFIG_USER_NS: enabled [2022-05-04T09:00:39.052Z] - CONFIG_SECCOMP: enabled [2022-05-04T09:00:39.052Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-04T09:00:39.052Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-04T09:00:39.052Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-04T09:00:39.052Z] (cgroup swap accounting is currently enabled) [2022-05-04T09:00:39.052Z] - CONFIG_BLK_CGROUP: enabled [2022-05-04T09:00:39.052Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-04T09:00:39.052Z] - CONFIG_CGROUP_PERF: enabled [2022-05-04T09:00:39.052Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-04T09:00:39.052Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-04T09:00:39.052Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-04T09:00:39.052Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-04T09:00:39.052Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-04T09:00:39.052Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-04T09:00:39.052Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-04T09:00:39.052Z] - CONFIG_IP_VS: enabled (as module) [2022-05-04T09:00:39.052Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-04T09:00:39.052Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-04T09:00:39.052Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-04T09:00:39.052Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-04T09:00:39.052Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-04T09:00:39.052Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-04T09:00:39.052Z] - CONFIG_EXT4_FS: enabled [2022-05-04T09:00:39.052Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-04T09:00:39.052Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-04T09:00:39.052Z] - Network Drivers: [2022-05-04T09:00:39.052Z] - "overlay": [2022-05-04T09:00:39.052Z] - CONFIG_VXLAN: enabled (as module) [2022-05-04T09:00:39.052Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-04T09:00:39.052Z] Optional (for encrypted networks): [2022-05-04T09:00:39.300Z] #60 42.71 go: downloading honnef.co/go/tools v0.2.2 [2022-05-04T09:00:39.314Z] - CONFIG_CRYPTO: enabled [2022-05-04T09:00:39.314Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-04T09:00:39.314Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-04T09:00:39.314Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-04T09:00:39.314Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-04T09:00:39.314Z] - CONFIG_XFRM: enabled [2022-05-04T09:00:39.314Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-04T09:00:39.314Z] - "ipvlan": [2022-05-04T09:00:39.314Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-04T09:00:39.314Z] - "macvlan": [2022-05-04T09:00:39.314Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_DUMMY: enabled (as module) [2022-05-04T09:00:39.314Z] - "ftp,tftp client in container": [2022-05-04T09:00:39.314Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-04T09:00:39.314Z] - Storage Drivers: [2022-05-04T09:00:39.314Z] - "aufs": [2022-05-04T09:00:39.314Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-04T09:00:39.314Z] - "btrfs": [2022-05-04T09:00:39.314Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-04T09:00:39.314Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-04T09:00:39.314Z] - "devicemapper": [2022-05-04T09:00:39.314Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-04T09:00:39.314Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-04T09:00:39.314Z] - "overlay": [2022-05-04T09:00:39.314Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-04T09:00:39.314Z] - "zfs": [2022-05-04T09:00:39.314Z] - /dev/zfs: present [2022-05-04T09:00:39.314Z] - zfs command: missing [2022-05-04T09:00:39.314Z] - zpool command: missing [2022-05-04T09:00:39.314Z] [2022-05-04T09:00:39.314Z] Limits: [2022-05-04T09:00:39.314Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-04T09:00:39.314Z] [2022-05-04T09:00:39.314Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-04T09:00:39.652Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a35040222cb7582b344fbf96799408d37c710ea0 . [2022-05-04T09:00:39.652Z] #1 [internal] load build definition from Dockerfile [2022-05-04T09:00:39.652Z] #1 sha256:a69b2bedc809f38171345908b6afcc80061e55a40ba96c7b1bf84558d6928abc [2022-05-04T09:00:39.652Z] #1 transferring dockerfile: 17.44kB done [2022-05-04T09:00:39.913Z] #1 DONE 0.1s [2022-05-04T09:00:39.913Z] [2022-05-04T09:00:39.913Z] #2 [internal] load .dockerignore [2022-05-04T09:00:39.913Z] #2 sha256:4c0c680de385f4444ea0b7ce5b3b73bc6b563b6bd2fe2b49af9a2646ac0b4a06 [2022-05-04T09:00:39.913Z] #2 transferring context: 145B done [2022-05-04T09:00:39.913Z] #2 DONE 0.2s [2022-05-04T09:00:40.176Z] [2022-05-04T09:00:40.176Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-04T09:00:40.176Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-05-04T09:00:40.437Z] #3 DONE 0.5s [2022-05-04T09:00:40.438Z] [2022-05-04T09:00:40.438Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-04T09:00:40.438Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-04T09:00:40.438Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-04T09:00:40.699Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-04T09:00:40.699Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-05-04T09:00:40.699Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-05-04T09:00:40.699Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s [2022-05-04T09:00:40.761Z] #60 44.02 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-04T09:00:40.761Z] #60 44.02 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-04T09:00:40.761Z] #60 44.10 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-04T09:00:40.761Z] #60 44.22 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:00:40.761Z] #60 44.25 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:00:41.039Z] #60 44.34 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-04T09:00:41.039Z] #60 44.39 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-04T09:00:41.226Z] Client: [2022-05-04T09:00:41.226Z] Context: default [2022-05-04T09:00:41.226Z] Debug Mode: false [2022-05-04T09:00:41.226Z] Plugins: [2022-05-04T09:00:41.226Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-04T09:00:41.226Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-04T09:00:41.226Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-04T09:00:41.226Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-04T09:00:41.226Z] [2022-05-04T09:00:41.226Z] Server: [2022-05-04T09:00:41.226Z] Containers: 0 [2022-05-04T09:00:41.226Z] Running: 0 [2022-05-04T09:00:41.226Z] Paused: 0 [2022-05-04T09:00:41.226Z] Stopped: 0 [2022-05-04T09:00:41.226Z] Images: 0 [2022-05-04T09:00:41.226Z] Server Version: 20.10.14 [2022-05-04T09:00:41.226Z] Storage Driver: overlay2 [2022-05-04T09:00:41.226Z] Backing Filesystem: extfs [2022-05-04T09:00:41.226Z] Supports d_type: true [2022-05-04T09:00:41.226Z] Native Overlay Diff: true [2022-05-04T09:00:41.226Z] userxattr: false [2022-05-04T09:00:41.226Z] Logging Driver: json-file [2022-05-04T09:00:41.226Z] Cgroup Driver: systemd [2022-05-04T09:00:41.226Z] Cgroup Version: 2 [2022-05-04T09:00:41.226Z] Plugins: [2022-05-04T09:00:41.226Z] Volume: local [2022-05-04T09:00:41.226Z] Network: bridge host ipvlan macvlan null overlay [2022-05-04T09:00:41.226Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-04T09:00:41.226Z] Swarm: inactive [2022-05-04T09:00:41.226Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-04T09:00:41.226Z] Default Runtime: runc [2022-05-04T09:00:41.226Z] Init Binary: docker-init [2022-05-04T09:00:41.226Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:41.226Z] runc version: v1.0.3-0-gf46b6ba [2022-05-04T09:00:41.226Z] init version: de40ad0 [2022-05-04T09:00:41.226Z] Security Options: [2022-05-04T09:00:41.226Z] apparmor [2022-05-04T09:00:41.226Z] seccomp [2022-05-04T09:00:41.226Z] Profile: default [2022-05-04T09:00:41.226Z] cgroupns [2022-05-04T09:00:41.226Z] Kernel Version: 5.13.0-1021-aws [2022-05-04T09:00:41.226Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-04T09:00:41.226Z] OSType: linux [2022-05-04T09:00:41.226Z] Architecture: x86_64 [2022-05-04T09:00:41.226Z] CPUs: 2 [2022-05-04T09:00:41.226Z] Total Memory: 7.559GiB [2022-05-04T09:00:41.226Z] Name: ip-10-100-65-25 [2022-05-04T09:00:41.226Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-04T09:00:41.226Z] Docker Root Dir: /var/lib/docker [2022-05-04T09:00:41.226Z] Debug Mode: false [2022-05-04T09:00:41.226Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:00:41.226Z] Labels: [2022-05-04T09:00:41.226Z] Experimental: true [2022-05-04T09:00:41.226Z] Insecure Registries: [2022-05-04T09:00:41.226Z] 127.0.0.0/8 [2022-05-04T09:00:41.226Z] Live Restore Enabled: true [2022-05-04T09:00:41.226Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-04T09:00:41.303Z] #60 44.73 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:00:41.303Z] #60 44.74 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:00:41.303Z] #60 44.86 go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:00:41.341Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-05-04T09:00:41.341Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-05-04T09:00:41.341Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-05-04T09:00:41.551Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:a35040222cb7582b344fbf96799408d37c710ea0 . [2022-05-04T09:00:41.814Z] #1 [internal] load build definition from Dockerfile [2022-05-04T09:00:41.814Z] #1 sha256:0315d895988c5c7b6f249ff5df73f52e90f8da61bd88e046769de05a63fcbe9a [2022-05-04T09:00:41.814Z] #1 transferring dockerfile: 17.44kB done [2022-05-04T09:00:41.814Z] #1 DONE 0.2s [2022-05-04T09:00:41.814Z] [2022-05-04T09:00:41.814Z] #2 [internal] load .dockerignore [2022-05-04T09:00:41.814Z] #2 sha256:38b3180dd2c6c842ce164c1b760437770834e81d5ca2c2340bc10d56fb5ea433 [2022-05-04T09:00:41.814Z] #2 transferring context: 145B done [2022-05-04T09:00:41.814Z] #2 DONE 0.0s [2022-05-04T09:00:41.814Z] [2022-05-04T09:00:41.814Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-04T09:00:41.814Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-04T09:00:42.210Z] Client: [2022-05-04T09:00:42.210Z] Context: default [2022-05-04T09:00:42.210Z] Debug Mode: false [2022-05-04T09:00:42.210Z] Plugins: [2022-05-04T09:00:42.210Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-04T09:00:42.210Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-04T09:00:42.210Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-04T09:00:42.210Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-04T09:00:42.210Z] [2022-05-04T09:00:42.210Z] Server: [2022-05-04T09:00:42.210Z] Containers: 0 [2022-05-04T09:00:42.210Z] Running: 0 [2022-05-04T09:00:42.210Z] Paused: 0 [2022-05-04T09:00:42.210Z] Stopped: 0 [2022-05-04T09:00:42.210Z] Images: 0 [2022-05-04T09:00:42.210Z] Server Version: 20.10.14 [2022-05-04T09:00:42.210Z] Storage Driver: overlay2 [2022-05-04T09:00:42.210Z] Backing Filesystem: extfs [2022-05-04T09:00:42.210Z] Supports d_type: true [2022-05-04T09:00:42.210Z] Native Overlay Diff: true [2022-05-04T09:00:42.210Z] userxattr: false [2022-05-04T09:00:42.210Z] Logging Driver: json-file [2022-05-04T09:00:42.210Z] Cgroup Driver: cgroupfs [2022-05-04T09:00:42.210Z] Cgroup Version: 1 [2022-05-04T09:00:42.210Z] Plugins: [2022-05-04T09:00:42.210Z] Volume: local [2022-05-04T09:00:42.210Z] Network: bridge host ipvlan macvlan null overlay [2022-05-04T09:00:42.210Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-04T09:00:42.210Z] Swarm: inactive [2022-05-04T09:00:42.210Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-04T09:00:42.210Z] Default Runtime: runc [2022-05-04T09:00:42.210Z] Init Binary: docker-init [2022-05-04T09:00:42.210Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:42.210Z] runc version: v1.0.3-0-gf46b6ba [2022-05-04T09:00:42.210Z] init version: de40ad0 [2022-05-04T09:00:42.210Z] Security Options: [2022-05-04T09:00:42.210Z] apparmor [2022-05-04T09:00:42.210Z] seccomp [2022-05-04T09:00:42.210Z] Profile: default [2022-05-04T09:00:42.210Z] Kernel Version: 5.4.0-1071-aws [2022-05-04T09:00:42.210Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-04T09:00:42.210Z] OSType: linux [2022-05-04T09:00:42.210Z] Architecture: x86_64 [2022-05-04T09:00:42.210Z] CPUs: 2 [2022-05-04T09:00:42.210Z] Total Memory: 7.483GiB [2022-05-04T09:00:42.210Z] Name: ip-10-100-89-171 [2022-05-04T09:00:42.210Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-04T09:00:42.210Z] Docker Root Dir: /var/lib/docker [2022-05-04T09:00:42.210Z] Debug Mode: false [2022-05-04T09:00:42.210Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:00:42.210Z] Labels: [2022-05-04T09:00:42.210Z] Experimental: true [2022-05-04T09:00:42.210Z] Insecure Registries: [2022-05-04T09:00:42.210Z] 127.0.0.0/8 [2022-05-04T09:00:42.210Z] Live Restore Enabled: true [2022-05-04T09:00:42.210Z] [2022-05-04T09:00:42.210Z] WARNING: No swap limit support [Pipeline] sh [2022-05-04T09:00:42.288Z] #4 DONE 1.6s [2022-05-04T09:00:42.377Z] #3 DONE 0.5s [2022-05-04T09:00:42.377Z] [2022-05-04T09:00:42.377Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-04T09:00:42.377Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-04T09:00:42.377Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-04T09:00:42.377Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-05-04T09:00:42.377Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-04T09:00:42.377Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-04T09:00:42.377Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-04T09:00:42.377Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.44MB / 9.67MB 0.2s [2022-05-04T09:00:42.484Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:42.484Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:42.484Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43559/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-04T09:00:42.484Z] + bash /home/ubuntu/workspace/moby_PR-43559/check-config.sh [2022-05-04T09:00:42.484Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-04T09:00:42.484Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-04T09:00:42.484Z] [2022-05-04T09:00:42.484Z] Generally Necessary: [2022-05-04T09:00:42.484Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-04T09:00:42.484Z] - apparmor: enabled and tools installed [2022-05-04T09:00:42.484Z] - CONFIG_NAMESPACES: enabled [2022-05-04T09:00:42.484Z] - CONFIG_NET_NS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_PID_NS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_IPC_NS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_UTS_NS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CGROUPS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-04T09:00:42.484Z] - CONFIG_CPUSETS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_MEMCG: enabled [2022-05-04T09:00:42.484Z] - CONFIG_KEYS: enabled [2022-05-04T09:00:42.484Z] - CONFIG_VETH: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-04T09:00:42.484Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-04T09:00:42.549Z] [2022-05-04T09:00:42.549Z] #5 [internal] load .dockerignore [2022-05-04T09:00:42.549Z] #5 sha256:2e4c429377050f1d0d3062c244f3e8667436723e43d7a7f1fd908c3b4910d87b [2022-05-04T09:00:42.549Z] #5 DONE 0.0s [2022-05-04T09:00:42.549Z] [2022-05-04T09:00:42.549Z] #6 [internal] load build definition from Dockerfile [2022-05-04T09:00:42.549Z] #6 sha256:57da2f5d3e012ebf0ba81c88b7a27ec5d38933a276161130223d12384c2d390c [2022-05-04T09:00:42.549Z] #6 DONE 0.0s [2022-05-04T09:00:42.549Z] [2022-05-04T09:00:42.549Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:42.549Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:42.633Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-04T09:00:42.634Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-04T09:00:42.741Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CGROUP_BPF: enabled [2022-05-04T09:00:42.741Z] [2022-05-04T09:00:42.741Z] Optional Features: [2022-05-04T09:00:42.741Z] - CONFIG_USER_NS: enabled [2022-05-04T09:00:42.741Z] - CONFIG_SECCOMP: enabled [2022-05-04T09:00:42.741Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-04T09:00:42.741Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-04T09:00:42.741Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-04T09:00:42.741Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-04T09:00:42.741Z] - CONFIG_BLK_CGROUP: enabled [2022-05-04T09:00:42.741Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CGROUP_PERF: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-04T09:00:42.741Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-04T09:00:42.741Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-04T09:00:42.741Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-04T09:00:42.741Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_IP_VS: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-04T09:00:42.741Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-04T09:00:42.741Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-04T09:00:42.741Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-04T09:00:42.741Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-04T09:00:42.741Z] - CONFIG_EXT4_FS: enabled [2022-05-04T09:00:42.741Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-04T09:00:42.741Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-04T09:00:42.741Z] - Network Drivers: [2022-05-04T09:00:42.741Z] - "overlay": [2022-05-04T09:00:42.741Z] - CONFIG_VXLAN: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-04T09:00:42.741Z] Optional (for encrypted networks): [2022-05-04T09:00:42.741Z] - CONFIG_CRYPTO: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-04T09:00:42.741Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-04T09:00:42.741Z] - CONFIG_XFRM: enabled [2022-05-04T09:00:42.741Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-04T09:00:42.741Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-04T09:00:42.741Z] - "ipvlan": [2022-05-04T09:00:42.741Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-04T09:00:42.741Z] - "macvlan": [2022-05-04T09:00:42.897Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-04T09:00:42.997Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-04T09:00:42.997Z] - CONFIG_DUMMY: enabled (as module) [2022-05-04T09:00:42.997Z] - "ftp,tftp client in container": [2022-05-04T09:00:42.997Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-04T09:00:42.997Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-04T09:00:42.997Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-04T09:00:42.997Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-04T09:00:42.997Z] - Storage Drivers: [2022-05-04T09:00:42.997Z] - "aufs": [2022-05-04T09:00:42.997Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-04T09:00:42.997Z] - "btrfs": [2022-05-04T09:00:42.997Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-04T09:00:42.997Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-04T09:00:42.997Z] - "devicemapper": [2022-05-04T09:00:42.997Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-04T09:00:42.997Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-04T09:00:42.997Z] - "overlay": [2022-05-04T09:00:42.997Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-04T09:00:42.997Z] - "zfs": [2022-05-04T09:00:42.997Z] - /dev/zfs: present [2022-05-04T09:00:42.997Z] - zfs command: missing [2022-05-04T09:00:42.997Z] - zpool command: missing [2022-05-04T09:00:42.997Z] [2022-05-04T09:00:42.997Z] Limits: [2022-05-04T09:00:42.997Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-04T09:00:42.997Z] [2022-05-04T09:00:42.997Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-04T09:00:43.154Z] #4 DONE 0.8s [2022-05-04T09:00:43.154Z] [2022-05-04T09:00:43.154Z] #5 [internal] load .dockerignore [2022-05-04T09:00:43.154Z] #5 sha256:af493927b7459d96f614de567d75ec4ac8b299f5d909e96cf22cd7fc6846513c [2022-05-04T09:00:43.154Z] #5 DONE 0.0s [2022-05-04T09:00:43.154Z] [2022-05-04T09:00:43.154Z] #6 [internal] load build definition from Dockerfile [2022-05-04T09:00:43.154Z] #6 sha256:1db68d9319a31bc268fdd865dc422d1948a5a7a342126d3fc324be40fedb2b40 [2022-05-04T09:00:43.154Z] #6 DONE 0.0s [2022-05-04T09:00:43.154Z] [2022-05-04T09:00:43.154Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T09:00:43.154Z] #8 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-04T09:00:43.333Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a35040222cb7582b344fbf96799408d37c710ea0 . [2022-05-04T09:00:43.592Z] #1 [internal] load build definition from Dockerfile [2022-05-04T09:00:43.592Z] #1 sha256:5e8d23e836bf3e1990b922f06d845304daac2e132af254013c2856716ce8bede [2022-05-04T09:00:43.592Z] #1 transferring dockerfile: 17.44kB done [2022-05-04T09:00:43.592Z] #1 DONE 0.1s [2022-05-04T09:00:43.592Z] [2022-05-04T09:00:43.592Z] #2 [internal] load .dockerignore [2022-05-04T09:00:43.592Z] #2 sha256:f41933bf3b3b39a6d402cee7c47e60ac2581f98bf94363dde327e320818354e3 [2022-05-04T09:00:43.592Z] #2 transferring context: 145B done [2022-05-04T09:00:43.592Z] #2 DONE 0.0s [2022-05-04T09:00:43.592Z] [2022-05-04T09:00:43.592Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-04T09:00:43.592Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-04T09:00:44.083Z] #8 DONE 0.9s [2022-05-04T09:00:44.083Z] [2022-05-04T09:00:44.083Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:44.083Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:44.083Z] #7 DONE 0.8s [2022-05-04T09:00:44.083Z] [2022-05-04T09:00:44.083Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:44.083Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-04T09:00:44.083Z] #10 DONE 0.9s [2022-05-04T09:00:44.083Z] [2022-05-04T09:00:44.083Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-04T09:00:44.083Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-04T09:00:44.083Z] #9 DONE 0.9s [2022-05-04T09:00:44.155Z] #3 DONE 0.5s [2022-05-04T09:00:44.155Z] [2022-05-04T09:00:44.155Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-04T09:00:44.155Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-04T09:00:44.155Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-04T09:00:44.346Z] [2022-05-04T09:00:44.346Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:44.346Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:44.346Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:44.411Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-04T09:00:44.411Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-04T09:00:44.411Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-04T09:00:44.411Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-04T09:00:44.411Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-04T09:00:44.411Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-04T09:00:44.603Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done [2022-05-04T09:00:44.603Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-04T09:00:44.603Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-04T09:00:44.603Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-04T09:00:44.674Z] Client: [2022-05-04T09:00:44.674Z] Context: default [2022-05-04T09:00:44.674Z] Debug Mode: false [2022-05-04T09:00:44.674Z] Plugins: [2022-05-04T09:00:44.674Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-04T09:00:44.674Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-04T09:00:44.674Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-04T09:00:44.674Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-04T09:00:44.674Z] [2022-05-04T09:00:44.674Z] Server: [2022-05-04T09:00:44.674Z] Containers: 0 [2022-05-04T09:00:44.674Z] Running: 0 [2022-05-04T09:00:44.674Z] Paused: 0 [2022-05-04T09:00:44.674Z] Stopped: 0 [2022-05-04T09:00:44.674Z] Images: 0 [2022-05-04T09:00:44.674Z] Server Version: 20.10.14 [2022-05-04T09:00:44.674Z] Storage Driver: overlay2 [2022-05-04T09:00:44.674Z] Backing Filesystem: extfs [2022-05-04T09:00:44.674Z] Supports d_type: true [2022-05-04T09:00:44.674Z] Native Overlay Diff: true [2022-05-04T09:00:44.674Z] userxattr: false [2022-05-04T09:00:44.674Z] Logging Driver: json-file [2022-05-04T09:00:44.674Z] Cgroup Driver: cgroupfs [2022-05-04T09:00:44.674Z] Cgroup Version: 1 [2022-05-04T09:00:44.674Z] Plugins: [2022-05-04T09:00:44.674Z] Volume: local [2022-05-04T09:00:44.674Z] Network: bridge host ipvlan macvlan null overlay [2022-05-04T09:00:44.674Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-04T09:00:44.674Z] Swarm: inactive [2022-05-04T09:00:44.674Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-04T09:00:44.674Z] Default Runtime: runc [2022-05-04T09:00:44.674Z] Init Binary: docker-init [2022-05-04T09:00:44.674Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-04T09:00:44.674Z] runc version: v1.0.3-0-gf46b6ba [2022-05-04T09:00:44.674Z] init version: de40ad0 [2022-05-04T09:00:44.674Z] Security Options: [2022-05-04T09:00:44.674Z] apparmor [2022-05-04T09:00:44.674Z] seccomp [2022-05-04T09:00:44.674Z] Profile: default [2022-05-04T09:00:44.674Z] Kernel Version: 5.4.0-1071-aws [2022-05-04T09:00:44.674Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-04T09:00:44.674Z] OSType: linux [2022-05-04T09:00:44.674Z] Architecture: x86_64 [2022-05-04T09:00:44.674Z] CPUs: 2 [2022-05-04T09:00:44.674Z] Total Memory: 7.483GiB [2022-05-04T09:00:44.674Z] Name: ip-10-100-101-74 [2022-05-04T09:00:44.674Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-04T09:00:44.674Z] Docker Root Dir: /var/lib/docker [2022-05-04T09:00:44.674Z] Debug Mode: false [2022-05-04T09:00:44.674Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:00:44.674Z] Labels: [2022-05-04T09:00:44.674Z] Experimental: true [2022-05-04T09:00:44.674Z] Insecure Registries: [2022-05-04T09:00:44.674Z] 127.0.0.0/8 [2022-05-04T09:00:44.674Z] Live Restore Enabled: true [2022-05-04T09:00:44.674Z] [2022-05-04T09:00:44.674Z] WARNING: No swap limit support [Pipeline] sh [2022-05-04T09:00:44.972Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:44.972Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:00:44.972Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43559/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-04T09:00:44.972Z] + bash /home/ubuntu/workspace/moby_PR-43559/check-config.sh [2022-05-04T09:00:44.972Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-04T09:00:44.972Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-04T09:00:44.972Z] [2022-05-04T09:00:44.972Z] Generally Necessary: [2022-05-04T09:00:44.972Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-04T09:00:44.972Z] - apparmor: enabled and tools installed [2022-05-04T09:00:44.972Z] - CONFIG_NAMESPACES: enabled [2022-05-04T09:00:44.972Z] - CONFIG_NET_NS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_PID_NS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_IPC_NS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_UTS_NS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CGROUPS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-04T09:00:44.972Z] - CONFIG_CPUSETS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_MEMCG: enabled [2022-05-04T09:00:44.972Z] - CONFIG_KEYS: enabled [2022-05-04T09:00:44.972Z] - CONFIG_VETH: enabled (as module) [2022-05-04T09:00:44.972Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-04T09:00:44.972Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-04T09:00:44.972Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-04T09:00:44.972Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-04T09:00:44.972Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-04T09:00:44.978Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-04T09:00:44.978Z] #4 DONE 0.8s [2022-05-04T09:00:45.241Z] [2022-05-04T09:00:45.241Z] #6 [internal] load build definition from Dockerfile [2022-05-04T09:00:45.241Z] #6 sha256:54c565b7af659a4759641dc293fa8594e8fc3c84c57d6520f100d7f3f47283d9 [2022-05-04T09:00:45.241Z] #6 DONE 0.0s [2022-05-04T09:00:45.241Z] [2022-05-04T09:00:45.241Z] #5 [internal] load .dockerignore [2022-05-04T09:00:45.241Z] #5 sha256:ab837ae01c4b15dc0beb7c993cd44eea77879a0401b261b71454b491cc998009 [2022-05-04T09:00:45.241Z] #5 DONE 0.0s [2022-05-04T09:00:45.241Z] [2022-05-04T09:00:45.241Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:45.241Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:45.250Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-04T09:00:45.250Z] - CONFIG_CGROUP_BPF: enabled [2022-05-04T09:00:45.250Z] [2022-05-04T09:00:45.250Z] Optional Features: [2022-05-04T09:00:45.250Z] - CONFIG_USER_NS: enabled [2022-05-04T09:00:45.250Z] - CONFIG_SECCOMP: enabled [2022-05-04T09:00:45.250Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-04T09:00:45.250Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-04T09:00:45.250Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-04T09:00:45.250Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-04T09:00:45.250Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-04T09:00:45.250Z] - CONFIG_BLK_CGROUP: enabled [2022-05-04T09:00:45.250Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-04T09:00:45.250Z] - CONFIG_CGROUP_PERF: enabled [2022-05-04T09:00:45.250Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-04T09:00:45.250Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-04T09:00:45.250Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-04T09:00:45.250Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-04T09:00:45.250Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-04T09:00:45.250Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_IP_VS: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-04T09:00:45.250Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-04T09:00:45.250Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-04T09:00:45.250Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-04T09:00:45.250Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-04T09:00:45.250Z] - CONFIG_EXT4_FS: enabled [2022-05-04T09:00:45.250Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-04T09:00:45.250Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-04T09:00:45.250Z] - Network Drivers: [2022-05-04T09:00:45.250Z] - "overlay": [2022-05-04T09:00:45.250Z] - CONFIG_VXLAN: enabled (as module) [2022-05-04T09:00:45.250Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-04T09:00:45.250Z] Optional (for encrypted networks): [2022-05-04T09:00:45.513Z] #60 48.54 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-04T09:00:45.513Z] #60 48.59 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-04T09:00:45.513Z] #60 48.63 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-04T09:00:45.513Z] #60 48.66 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-04T09:00:45.513Z] #60 48.68 go: downloading golang.org/x/mod v0.5.1 [2022-05-04T09:00:45.513Z] #60 48.71 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-04T09:00:45.513Z] #60 48.75 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-04T09:00:45.513Z] #60 48.83 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-04T09:00:45.513Z] #60 48.87 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-04T09:00:45.513Z] #60 48.91 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-04T09:00:45.513Z] #60 48.92 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-04T09:00:45.513Z] #60 48.93 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-04T09:00:45.513Z] #60 ... [2022-05-04T09:00:45.513Z] [2022-05-04T09:00:45.513Z] #56 [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-05-04T09:00:45.513Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:00:45.513Z] #56 38.74 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-04T09:00:45.513Z] #56 40.30 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:00:45.513Z] #56 40.65 Fetched 2292 kB in 4s (565 kB/s) [2022-05-04T09:00:45.513Z] #56 40.82 Selecting previously unselected package libprotobuf23:amd64. [2022-05-04T09:00:45.513Z] #56 40.82 (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-05-04T09:00:45.513Z] #56 40.87 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 40.88 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:00:45.513Z] #56 41.80 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:00:45.513Z] #56 41.81 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:00:45.513Z] #56 41.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:00:45.513Z] #56 42.04 Selecting previously unselected package python3-six. [2022-05-04T09:00:45.513Z] #56 42.04 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-04T09:00:45.513Z] #56 42.05 Unpacking python3-six (1.16.0-2) ... [2022-05-04T09:00:45.513Z] #56 42.19 Selecting previously unselected package python3-protobuf. [2022-05-04T09:00:45.513Z] #56 42.19 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 42.20 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-04T09:00:45.513Z] #56 42.76 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:00:45.513Z] #56 42.76 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 42.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:00:45.513Z] #56 42.95 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:00:45.513Z] #56 42.96 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 42.96 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:00:45.513Z] #56 43.25 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:00:45.513Z] #56 43.26 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 43.61 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:00:45.513Z] #56 44.36 Selecting previously unselected package criu. [2022-05-04T09:00:45.513Z] #56 44.36 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-04T09:00:45.513Z] #56 44.38 Unpacking criu (3.16.1-3) ... [2022-05-04T09:00:45.513Z] #56 45.20 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:00:45.513Z] #56 46.71 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:00:45.513Z] #56 46.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:00:45.513Z] #56 46.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:00:45.513Z] #56 46.74 Setting up python3-six (1.16.0-2) ... [2022-05-04T09:00:45.513Z] #56 47.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:00:45.513Z] #56 47.47 Setting up python3-protobuf (3.12.4-1) ... [2022-05-04T09:00:45.520Z] - CONFIG_CRYPTO: enabled [2022-05-04T09:00:45.520Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-04T09:00:45.520Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-04T09:00:45.520Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-04T09:00:45.520Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-04T09:00:45.520Z] - CONFIG_XFRM: enabled [2022-05-04T09:00:45.520Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-04T09:00:45.520Z] - "ipvlan": [2022-05-04T09:00:45.520Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-04T09:00:45.520Z] - "macvlan": [2022-05-04T09:00:45.520Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_DUMMY: enabled (as module) [2022-05-04T09:00:45.520Z] - "ftp,tftp client in container": [2022-05-04T09:00:45.520Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-04T09:00:45.520Z] - Storage Drivers: [2022-05-04T09:00:45.520Z] - "aufs": [2022-05-04T09:00:45.520Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-04T09:00:45.520Z] - "btrfs": [2022-05-04T09:00:45.520Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-04T09:00:45.520Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-04T09:00:45.520Z] - "devicemapper": [2022-05-04T09:00:45.520Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-04T09:00:45.520Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-04T09:00:45.520Z] - "overlay": [2022-05-04T09:00:45.520Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-04T09:00:45.520Z] - "zfs": [2022-05-04T09:00:45.520Z] - /dev/zfs: present [2022-05-04T09:00:45.520Z] - zfs command: missing [2022-05-04T09:00:45.520Z] - zpool command: missing [2022-05-04T09:00:45.520Z] [2022-05-04T09:00:45.520Z] Limits: [2022-05-04T09:00:45.520Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-04T09:00:45.520Z] [2022-05-04T09:00:45.520Z] + true [Pipeline] } [2022-05-04T09:00:45.539Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0B / 54.94MB 0.5s [2022-05-04T09:00:45.539Z] #11 ... [2022-05-04T09:00:45.539Z] [2022-05-04T09:00:45.540Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T09:00:45.540Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T09:00:45.540Z] #47 DONE 0.0s [2022-05-04T09:00:45.540Z] [2022-05-04T09:00:45.540Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:45.540Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:45.540Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.19MB / 54.94MB 0.7s [2022-05-04T09:00:45.540Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0B / 5.16MB 0.7s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-04T09:00:45.775Z] #56 ... [2022-05-04T09:00:45.775Z] [2022-05-04T09:00:45.775Z] #60 [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-05-04T09:00:45.775Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:00:45.775Z] #60 49.17 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:00:45.801Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 18.87MB / 54.94MB 0.9s [2022-05-04T09:00:45.801Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 2.10MB / 5.16MB 0.9s [2022-05-04T09:00:45.801Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0B / 10.87MB 0.9s [2022-05-04T09:00:45.801Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 25.17MB / 54.94MB 1.0s [2022-05-04T09:00:45.801Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.0s [2022-05-04T09:00:45.852Z] #10 ... [2022-05-04T09:00:45.852Z] [2022-05-04T09:00:45.852Z] #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T09:00:45.852Z] #7 sha256:0c04842a993ab37b5efcfeba8885896103dd0fb72409f51bf912d6fb7af6c37f [2022-05-04T09:00:45.852Z] #7 DONE 2.8s [2022-05-04T09:00:45.852Z] [2022-05-04T09:00:45.852Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-04T09:00:45.852Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-04T09:00:45.852Z] #8 DONE 2.8s [2022-05-04T09:00:45.852Z] [2022-05-04T09:00:45.852Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:45.852Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-04T09:00:45.852Z] #9 DONE 2.9s [2022-05-04T09:00:45.852Z] [2022-05-04T09:00:45.852Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:45.852Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:45.852Z] #10 DONE 3.0s [2022-05-04T09:00:45.880Z] + sudo modprobe ip_vs [2022-05-04T09:00:45.880Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a35040222cb7582b344fbf96799408d37c710ea0 . [2022-05-04T09:00:46.039Z] #60 49.24 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-04T09:00:46.039Z] #60 49.29 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-04T09:00:46.039Z] #60 49.50 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-04T09:00:46.067Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 28.31MB / 54.94MB 1.1s [2022-05-04T09:00:46.067Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.1s done [2022-05-04T09:00:46.067Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 2.26MB / 10.87MB 1.1s [2022-05-04T09:00:46.067Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 0B / 54.58MB 1.1s [2022-05-04T09:00:46.067Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 32.51MB / 54.94MB 1.2s [2022-05-04T09:00:46.067Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 9.44MB / 10.87MB 1.2s [2022-05-04T09:00:46.142Z] #1 [internal] load build definition from Dockerfile [2022-05-04T09:00:46.142Z] #1 sha256:534901710d397280ca523309050ee623a59ca30ee7979938fcf013b82f15a83e [2022-05-04T09:00:46.142Z] #1 transferring dockerfile: 17.44kB done [2022-05-04T09:00:46.142Z] #1 DONE 0.1s [2022-05-04T09:00:46.142Z] [2022-05-04T09:00:46.142Z] #2 [internal] load .dockerignore [2022-05-04T09:00:46.142Z] #2 sha256:16c5023c3e90c9726d40b3a1294ab41fabd9452d8a9b4a38d9666d4ef7ff2e25 [2022-05-04T09:00:46.142Z] #2 transferring context: [2022-05-04T09:00:46.170Z] #10 ... [2022-05-04T09:00:46.170Z] [2022-05-04T09:00:46.170Z] #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T09:00:46.170Z] #7 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-04T09:00:46.170Z] #7 DONE 0.9s [2022-05-04T09:00:46.170Z] [2022-05-04T09:00:46.170Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:46.170Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-04T09:00:46.170Z] #9 DONE 0.9s [2022-05-04T09:00:46.170Z] [2022-05-04T09:00:46.170Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-04T09:00:46.170Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-04T09:00:46.170Z] #8 DONE 0.9s [2022-05-04T09:00:46.302Z] #60 49.50 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-04T09:00:46.303Z] #60 49.54 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:00:46.303Z] #60 49.56 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:00:46.303Z] #60 49.56 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:00:46.303Z] #60 49.58 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-04T09:00:46.303Z] #60 49.70 go: downloading github.com/prometheus/common v0.10.0 [2022-05-04T09:00:46.326Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 41.94MB / 54.94MB 1.3s [2022-05-04T09:00:46.326Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.3s [2022-05-04T09:00:46.326Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.34MB / 54.58MB 1.3s [2022-05-04T09:00:46.326Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 47.19MB / 54.94MB 1.5s [2022-05-04T09:00:46.326Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.4s done [2022-05-04T09:00:46.326Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 12.58MB / 54.58MB 1.5s [2022-05-04T09:00:46.326Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 0B / 85.84MB 1.5s [2022-05-04T09:00:46.326Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 50.33MB / 54.94MB 1.6s [2022-05-04T09:00:46.326Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 15.73MB / 54.58MB 1.6s [2022-05-04T09:00:46.403Z] #2 transferring context: 145B done [2022-05-04T09:00:46.403Z] #2 DONE 0.1s [2022-05-04T09:00:46.403Z] [2022-05-04T09:00:46.403Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-04T09:00:46.403Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-04T09:00:46.429Z] [2022-05-04T09:00:46.429Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:46.429Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:46.429Z] #10 DONE 1.1s [2022-05-04T09:00:46.519Z] [2022-05-04T09:00:46.519Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:46.519Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:46.519Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done [2022-05-04T09:00:46.519Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-04T09:00:46.519Z] #11 sha256:2e1a0c4b36e65643e4d737797036644ead11609ba3f006d1cf7a5ad151b3f849 1.80kB / 1.80kB done [2022-05-04T09:00:46.565Z] #60 49.81 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-04T09:00:46.565Z] #60 49.89 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-04T09:00:46.565Z] #60 49.93 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:00:46.590Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 53.48MB / 54.94MB 1.7s [2022-05-04T09:00:46.590Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 25.17MB / 54.58MB 1.7s [2022-05-04T09:00:46.590Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 8.39MB / 85.84MB 1.7s [2022-05-04T09:00:46.590Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 30.49MB / 54.58MB 1.8s [2022-05-04T09:00:46.782Z] #11 sha256:27959cb699fc4755876c72ab969ed067fd9e05a32869f99805107273549a5336 7.06kB / 7.06kB done [2022-05-04T09:00:46.914Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 37.75MB / 54.58MB 1.9s [2022-05-04T09:00:46.914Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 19.92MB / 85.84MB 1.9s [2022-05-04T09:00:46.914Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 44.04MB / 54.58MB 2.0s [2022-05-04T09:00:46.974Z] #3 DONE 0.4s [2022-05-04T09:00:46.974Z] [2022-05-04T09:00:46.974Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-04T09:00:46.974Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-04T09:00:46.974Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-04T09:00:46.974Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-04T09:00:46.974Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-04T09:00:46.974Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-04T09:00:46.974Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-04T09:00:46.974Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-04T09:00:46.974Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-04T09:00:47.175Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 51.38MB / 54.58MB 2.2s [2022-05-04T09:00:47.175Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 34.60MB / 85.84MB 2.2s [2022-05-04T09:00:47.175Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.3s [2022-05-04T09:00:47.175Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.3s done [2022-05-04T09:00:47.175Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 46.14MB / 85.84MB 2.4s [2022-05-04T09:00:47.403Z] #11 ... [2022-05-04T09:00:47.403Z] [2022-05-04T09:00:47.403Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T09:00:47.403Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T09:00:47.403Z] #47 DONE 0.0s [2022-05-04T09:00:47.403Z] [2022-05-04T09:00:47.403Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:47.403Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:47.403Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 0B / 53.63MB 0.6s [2022-05-04T09:00:47.403Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 13.63MB / 53.63MB 0.7s [2022-05-04T09:00:47.432Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-05-04T09:00:47.511Z] #60 50.93 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:00:47.548Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-05-04T09:00:47.672Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 29.36MB / 53.63MB 0.9s [2022-05-04T09:00:47.672Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 42.99MB / 53.63MB 1.0s [2022-05-04T09:00:47.672Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 52.43MB / 53.63MB 1.1s [2022-05-04T09:00:47.696Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 60.82MB / 85.84MB 2.8s [2022-05-04T09:00:47.696Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.8s done [2022-05-04T09:00:47.813Z] #4 DONE 1.2s [2022-05-04T09:00:47.955Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 67.11MB / 85.84MB 3.0s [2022-05-04T09:00:47.955Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0B / 141.70MB 3.0s [2022-05-04T09:00:47.955Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 3.0s [2022-05-04T09:00:47.955Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 3.0s done [2022-05-04T09:00:48.214Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 73.40MB / 85.84MB 3.3s [2022-05-04T09:00:48.214Z] #11 ... [2022-05-04T09:00:48.214Z] [2022-05-04T09:00:48.214Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:48.214Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-04T09:00:48.214Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-04T09:00:48.214Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-04T09:00:48.214Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-04T09:00:48.214Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-05-04T09:00:48.214Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done [2022-05-04T09:00:48.214Z] #69 DONE 3.7s [2022-05-04T09:00:48.214Z] [2022-05-04T09:00:48.214Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:48.214Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:48.214Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 12.58MB / 141.70MB 3.4s [2022-05-04T09:00:48.214Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 79.69MB / 85.84MB 3.5s [2022-05-04T09:00:48.324Z] #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 1.05MB / 4.94MB 1.5s [2022-05-04T09:00:48.335Z] [2022-05-04T09:00:48.335Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:48.335Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:00:48.335Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:48.383Z] [2022-05-04T09:00:48.383Z] #5 [internal] load build definition from Dockerfile [2022-05-04T09:00:48.383Z] #5 sha256:b3aa2b8c41320402843f1e098785e6de088ab3a7fc643a9d78f4028c9b420726 [2022-05-04T09:00:48.383Z] #5 DONE 0.0s [2022-05-04T09:00:48.383Z] [2022-05-04T09:00:48.383Z] #6 [internal] load .dockerignore [2022-05-04T09:00:48.383Z] #6 sha256:00dbb1cd757e0bc6aec5ab47fe991497e55b3d499eeaa1b0fd9c5244f8f78987 [2022-05-04T09:00:48.383Z] #6 DONE 0.0s [2022-05-04T09:00:48.383Z] [2022-05-04T09:00:48.383Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T09:00:48.383Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-04T09:00:48.475Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.6s [2022-05-04T09:00:48.475Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 25.17MB / 141.70MB 3.6s [2022-05-04T09:00:48.603Z] #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 1.7s [2022-05-04T09:00:48.638Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-05-04T09:00:48.638Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-04T09:00:48.638Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-04T09:00:48.638Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-04T09:00:48.733Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 32.51MB / 141.70MB 3.8s [2022-05-04T09:00:48.733Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 40.89MB / 141.70MB 3.9s [2022-05-04T09:00:48.901Z] #60 ... [2022-05-04T09:00:48.901Z] [2022-05-04T09:00:48.901Z] #56 [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-05-04T09:00:48.901Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:00:48.901Z] #56 49.81 Setting up criu (3.16.1-3) ... [2022-05-04T09:00:48.901Z] #56 50.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:00:48.901Z] #56 DONE 52.0s [2022-05-04T09:00:48.901Z] [2022-05-04T09:00:48.901Z] #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-05-04T09:00:48.901Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:00:48.901Z] #41 42.08 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-05-04T09:00:48.901Z] #41 42.37 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-04T09:00:48.901Z] #41 43.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:00:48.959Z] #28 ... [2022-05-04T09:00:48.959Z] [2022-05-04T09:00:48.959Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T09:00:48.959Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T09:00:48.959Z] #47 DONE 0.0s [2022-05-04T09:00:48.959Z] [2022-05-04T09:00:48.959Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:48.959Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:00:48.959Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.19MB / 54.94MB 0.3s [2022-05-04T09:00:48.992Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 52.43MB / 141.70MB 4.1s [2022-05-04T09:00:49.220Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 10.49MB / 54.94MB 0.4s [2022-05-04T09:00:49.252Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 68.78MB / 141.70MB 4.3s [2022-05-04T09:00:49.252Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 79.43MB / 141.70MB 4.5s [2022-05-04T09:00:49.330Z] #10 ... [2022-05-04T09:00:49.330Z] [2022-05-04T09:00:49.331Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:49.331Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-04T09:00:49.331Z] #9 DONE 0.9s [2022-05-04T09:00:49.331Z] [2022-05-04T09:00:49.331Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-05-04T09:00:49.331Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-05-04T09:00:49.331Z] #10 DONE 0.9s [2022-05-04T09:00:49.331Z] [2022-05-04T09:00:49.331Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-04T09:00:49.331Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-04T09:00:49.331Z] #8 DONE 0.9s [2022-05-04T09:00:49.331Z] [2022-05-04T09:00:49.331Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-04T09:00:49.331Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-04T09:00:49.331Z] #7 DONE 0.9s [2022-05-04T09:00:49.478Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 22.02MB / 54.94MB 0.7s [2022-05-04T09:00:49.478Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 27.26MB / 54.94MB 0.9s [2022-05-04T09:00:49.510Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 4.4s done [2022-05-04T09:00:49.510Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 93.32MB / 141.70MB 4.7s [2022-05-04T09:00:49.550Z] #11 ... [2022-05-04T09:00:49.550Z] [2022-05-04T09:00:49.550Z] #24 [internal] load build context [2022-05-04T09:00:49.550Z] #24 sha256:57fed23f34ba07dbb6c7861c475ae8d2406f3955aeacf2eed993ebd03000a1b5 [2022-05-04T09:00:49.550Z] #24 transferring context: 61.00MB 2.6s done [2022-05-04T09:00:49.550Z] #24 DONE 3.2s [2022-05-04T09:00:49.550Z] [2022-05-04T09:00:49.550Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:49.551Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:49.551Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.9s done [2022-05-04T09:00:49.741Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 32.21MB / 54.94MB 1.0s [2022-05-04T09:00:49.772Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 102.24MB / 141.70MB 4.9s [2022-05-04T09:00:49.772Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 112.20MB / 141.70MB 5.1s [2022-05-04T09:00:49.815Z] #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 3.0s done [2022-05-04T09:00:49.815Z] #11 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 [2022-05-04T09:00:49.815Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 0B / 81.05MB 3.0s [2022-05-04T09:00:49.815Z] #11 ... [2022-05-04T09:00:49.815Z] [2022-05-04T09:00:49.815Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:49.815Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-04T09:00:49.815Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-04T09:00:49.815Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:49.815Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-04T09:00:49.815Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-04T09:00:49.815Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2022-05-04T09:00:49.815Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2022-05-04T09:00:49.815Z] #69 DONE 3.4s [2022-05-04T09:00:49.815Z] [2022-05-04T09:00:49.815Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:49.815Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:49.815Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 11.48MB / 81.05MB 3.2s [2022-05-04T09:00:49.815Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 4.19MB / 10.66MB 3.2s [2022-05-04T09:00:49.815Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 3.15MB / 54.67MB 3.2s [2022-05-04T09:00:50.008Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 35.65MB / 54.94MB 1.2s [2022-05-04T09:00:50.008Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 38.62MB / 54.94MB 1.3s [2022-05-04T09:00:50.078Z] #11 ... [2022-05-04T09:00:50.078Z] [2022-05-04T09:00:50.078Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:50.078Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T09:00:50.078Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:50.078Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-04T09:00:50.078Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-04T09:00:50.078Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done [2022-05-04T09:00:50.078Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-05-04T09:00:50.078Z] #71 DONE 3.5s [2022-05-04T09:00:50.078Z] [2022-05-04T09:00:50.078Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:50.078Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:50.078Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 17.83MB / 81.05MB 3.3s [2022-05-04T09:00:50.078Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 8.18MB / 10.66MB 3.3s [2022-05-04T09:00:50.078Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 12.58MB / 54.67MB 3.3s [2022-05-04T09:00:50.078Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 32.51MB / 81.05MB 3.4s [2022-05-04T09:00:50.078Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 3.4s [2022-05-04T09:00:50.078Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 23.07MB / 54.67MB 3.4s [2022-05-04T09:00:50.271Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 44.02MB / 54.94MB 1.4s [2022-05-04T09:00:50.342Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 126.88MB / 141.70MB 5.5s [2022-05-04T09:00:50.343Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 56.62MB / 81.05MB 3.6s [2022-05-04T09:00:50.343Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 30.41MB / 54.67MB 3.6s [2022-05-04T09:00:50.343Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 66.06MB / 81.05MB 3.7s [2022-05-04T09:00:50.530Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 53.48MB / 54.94MB 1.8s [2022-05-04T09:00:50.600Z] #11 ... [2022-05-04T09:00:50.600Z] [2022-05-04T09:00:50.600Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:50.600Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T09:00:50.600Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-04T09:00:50.600Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-04T09:00:50.600Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-04T09:00:50.600Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:50.600Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2022-05-04T09:00:50.600Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.9s done [2022-05-04T09:00:50.600Z] #71 DONE 5.9s [2022-05-04T09:00:50.600Z] [2022-05-04T09:00:50.600Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:50.600Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:50.600Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.56MB / 141.70MB 5.7s [2022-05-04T09:00:50.612Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 37.75MB / 54.67MB 3.8s [2022-05-04T09:00:50.612Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 78.64MB / 81.05MB 3.9s [2022-05-04T09:00:50.612Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 3.8s done [2022-05-04T09:00:50.612Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 3.9s [2022-05-04T09:00:50.612Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 0B / 108.70MB 4.1s [2022-05-04T09:00:50.717Z] [2022-05-04T09:00:50.717Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:50.717Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T09:00:50.717Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-05-04T09:00:50.717Z] #71 DONE 0.0s [2022-05-04T09:00:50.717Z] [2022-05-04T09:00:50.717Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:50.717Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:50.717Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.1s done [2022-05-04T09:00:50.717Z] #11 DONE 0.1s [2022-05-04T09:00:50.717Z] [2022-05-04T09:00:50.717Z] #24 [internal] load build context [2022-05-04T09:00:50.717Z] #24 sha256:7a96858c16d1c8199bfa05e65b9cad8b46cef4c6f6711bee9b168bfb9b8474fc [2022-05-04T09:00:50.872Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 16.78MB / 108.70MB 4.3s [2022-05-04T09:00:51.103Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.3s done [2022-05-04T09:00:51.135Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 23.07MB / 108.70MB 4.5s [2022-05-04T09:00:51.289Z] #24 ... [2022-05-04T09:00:51.289Z] [2022-05-04T09:00:51.289Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T09:00:51.289Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T09:00:51.289Z] #47 DONE 0.6s [2022-05-04T09:00:51.289Z] [2022-05-04T09:00:51.289Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-04T09:00:51.289Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-04T09:00:51.289Z] #47 DONE 0.0s [2022-05-04T09:00:51.289Z] [2022-05-04T09:00:51.289Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:51.289Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:51.289Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-04T09:00:51.289Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-04T09:00:51.289Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-04T09:00:51.289Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 13.37MB / 54.94MB 0.5s [2022-05-04T09:00:51.289Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 2.18MB / 5.16MB 0.4s [2022-05-04T09:00:51.289Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 1.05MB / 10.87MB 0.5s [2022-05-04T09:00:51.289Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 16.78MB / 54.94MB 0.6s [2022-05-04T09:00:51.289Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.4s done [2022-05-04T09:00:51.289Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 7.34MB / 10.87MB 0.6s [2022-05-04T09:00:51.289Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 1.05MB / 54.58MB 0.6s [2022-05-04T09:00:51.396Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 32.51MB / 108.70MB 4.6s [2022-05-04T09:00:51.396Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 51.38MB / 108.70MB 4.8s [2022-05-04T09:00:51.465Z] #41 ... [2022-05-04T09:00:51.465Z] [2022-05-04T09:00:51.465Z] #58 [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-05-04T09:00:51.465Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:00:51.465Z] #58 54.72 gotestsum version dev [2022-05-04T09:00:51.465Z] #58 DONE 55.0s [2022-05-04T09:00:51.465Z] [2022-05-04T09:00:51.465Z] #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-05-04T09:00:51.465Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:00:51.538Z] #11 ... [2022-05-04T09:00:51.538Z] [2022-05-04T09:00:51.538Z] #24 [internal] load build context [2022-05-04T09:00:51.538Z] #24 sha256:647db5577a93a8b73d6d2295d9e8cc498ea52c0a071d73e190ba808289771adf [2022-05-04T09:00:51.538Z] #24 transferring context: 60.99MB 6.3s done [2022-05-04T09:00:51.538Z] #24 DONE 7.0s [2022-05-04T09:00:51.538Z] [2022-05-04T09:00:51.538Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:51.538Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:51.538Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 6.7s done [2022-05-04T09:00:51.547Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 25.17MB / 54.94MB 0.7s [2022-05-04T09:00:51.547Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.49MB / 10.87MB 0.7s [2022-05-04T09:00:51.547Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.24MB / 54.58MB 0.7s [2022-05-04T09:00:51.547Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 31.46MB / 54.94MB 0.8s [2022-05-04T09:00:51.547Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 9.44MB / 54.58MB 0.8s [2022-05-04T09:00:51.660Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 66.06MB / 108.70MB 5.0s [2022-05-04T09:00:51.660Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 75.50MB / 108.70MB 5.1s [2022-05-04T09:00:51.843Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 40.89MB / 54.94MB 1.0s [2022-05-04T09:00:51.843Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.9s done [2022-05-04T09:00:51.843Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 17.83MB / 54.58MB 1.0s [2022-05-04T09:00:51.843Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 48.23MB / 54.94MB 1.1s [2022-05-04T09:00:51.843Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 27.26MB / 54.58MB 1.1s [2022-05-04T09:00:51.843Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 0B / 85.84MB 1.1s [2022-05-04T09:00:51.922Z] #11 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 2.4s done [2022-05-04T09:00:51.922Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 84.93MB / 108.70MB 5.3s [2022-05-04T09:00:52.076Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0.4s [2022-05-04T09:00:52.104Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 34.60MB / 54.58MB 1.3s [2022-05-04T09:00:52.104Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.24MB / 85.84MB 1.3s [2022-05-04T09:00:52.185Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 98.57MB / 108.70MB 5.6s [2022-05-04T09:00:52.364Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.61MB / 54.94MB 1.5s [2022-05-04T09:00:52.365Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 44.04MB / 54.58MB 1.5s [2022-05-04T09:00:52.365Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 13.63MB / 85.84MB 1.5s [2022-05-04T09:00:52.365Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 47.19MB / 54.58MB 1.6s [2022-05-04T09:00:52.447Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 105.91MB / 108.70MB 5.7s [2022-05-04T09:00:52.473Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.1s [2022-05-04T09:00:52.625Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 52.43MB / 54.58MB 1.7s [2022-05-04T09:00:52.625Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 22.02MB / 85.84MB 1.7s [2022-05-04T09:00:52.625Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 26.69MB / 85.84MB 1.8s [2022-05-04T09:00:52.709Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 6.0s done [2022-05-04T09:00:52.730Z] #11 ... [2022-05-04T09:00:52.730Z] [2022-05-04T09:00:52.730Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-04T09:00:52.730Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-04T09:00:52.730Z] #70 DONE 0.9s [2022-05-04T09:00:52.730Z] [2022-05-04T09:00:52.730Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:52.730Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:52.902Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.1s done [2022-05-04T09:00:52.902Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 44.04MB / 85.84MB 2.1s [2022-05-04T09:00:52.970Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba [2022-05-04T09:00:52.970Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 0B / 126B 6.3s [2022-05-04T09:00:53.189Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 51.38MB / 85.84MB 2.3s [2022-05-04T09:00:53.237Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.2s done [2022-05-04T09:00:53.237Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 6.5s [2022-05-04T09:00:53.293Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.7s done [2022-05-04T09:00:53.293Z] #11 ... [2022-05-04T09:00:53.293Z] [2022-05-04T09:00:53.293Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:53.293Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:00:53.293Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.3s done [2022-05-04T09:00:53.293Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-04T09:00:53.293Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-04T09:00:53.293Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-04T09:00:53.293Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.7s done [2022-05-04T09:00:53.293Z] #28 DONE 8.4s [2022-05-04T09:00:53.293Z] [2022-05-04T09:00:53.293Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-04T09:00:53.293Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-04T09:00:53.293Z] #72 DONE 0.6s [2022-05-04T09:00:53.293Z] [2022-05-04T09:00:53.293Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:53.293Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:53.293Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.1s [2022-05-04T09:00:53.452Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 61.87MB / 85.84MB 2.6s [2022-05-04T09:00:53.452Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.6s done [2022-05-04T09:00:53.711Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 79.69MB / 85.84MB 2.9s [2022-05-04T09:00:53.711Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.8s [2022-05-04T09:00:53.711Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0B / 141.70MB 2.9s [2022-05-04T09:00:53.858Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.6s done [2022-05-04T09:00:53.858Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-04T09:00:53.971Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 84.93MB / 85.84MB 3.0s [2022-05-04T09:00:53.971Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.8s done [2022-05-04T09:00:53.974Z] #28 ... [2022-05-04T09:00:53.974Z] [2022-05-04T09:00:53.974Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:53.974Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-04T09:00:53.974Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-05-04T09:00:53.974Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:53.974Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-04T09:00:53.974Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-04T09:00:53.974Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-05-04T09:00:53.974Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.5s done [2022-05-04T09:00:53.974Z] #69 DONE 5.7s [2022-05-04T09:00:54.233Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 13.63MB / 141.70MB 3.3s [2022-05-04T09:00:54.233Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 22.13MB / 141.70MB 3.5s [2022-05-04T09:00:54.234Z] [2022-05-04T09:00:54.234Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:54.234Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:54.234Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.1s done [2022-05-04T09:00:54.234Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-05-04T09:00:54.234Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-05-04T09:00:54.234Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-05-04T09:00:54.234Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.3s done [2022-05-04T09:00:54.234Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.7s done [2022-05-04T09:00:54.234Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.0s done [2022-05-04T09:00:54.234Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 3.3s done [2022-05-04T09:00:54.234Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 4.8s done [2022-05-04T09:00:54.234Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 113.25MB / 141.70MB 5.5s [2022-05-04T09:00:54.234Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 3.6s done [2022-05-04T09:00:54.425Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.4s done [2022-05-04T09:00:54.425Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 0.1s [2022-05-04T09:00:54.493Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 122.68MB / 141.70MB 5.7s [2022-05-04T09:00:54.493Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 134.22MB / 141.70MB 5.9s [2022-05-04T09:00:54.494Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 29.36MB / 141.70MB 3.6s [2022-05-04T09:00:54.625Z] #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b [2022-05-04T09:00:54.625Z] #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.2s done [2022-05-04T09:00:54.761Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 36.70MB / 141.70MB 3.8s [2022-05-04T09:00:54.761Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.8s done [2022-05-04T09:00:54.761Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 46.14MB / 141.70MB 4.0s [2022-05-04T09:00:54.769Z] #19 45.31 Fetched 48.9 MB in 44s (1117 kB/s) [2022-05-04T09:00:54.774Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 6.0s [2022-05-04T09:00:54.886Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 8.2s done [2022-05-04T09:00:55.030Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 1.8s [2022-05-04T09:00:55.148Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d [2022-05-04T09:00:55.290Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 53.48MB / 141.70MB 4.3s [2022-05-04T09:00:55.550Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 65.08MB / 141.70MB 4.6s [2022-05-04T09:00:55.815Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 73.40MB / 141.70MB 5.0s [2022-05-04T09:00:56.147Z] #11 ... [2022-05-04T09:00:56.147Z] [2022-05-04T09:00:56.147Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:56.147Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:00:56.400Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 83.89MB / 141.70MB 5.5s [2022-05-04T09:00:56.533Z] #11 ... [2022-05-04T09:00:56.533Z] [2022-05-04T09:00:56.533Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:56.533Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-05-04T09:00:56.533Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-05-04T09:00:56.533Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-04T09:00:56.533Z] #28 sha256:3c0acad2a24228465b3273129fe5bd5c3b122925a491f24e0308999fa5532d48 529B / 529B done [2022-05-04T09:00:56.533Z] #28 sha256:f8dd32c4c981fb56702f6effe49f64226ac124415109befc63d15ec19a12dabd 1.48kB / 1.48kB done [2022-05-04T09:00:56.533Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.5s done [2022-05-04T09:00:56.533Z] #28 ... [2022-05-04T09:00:56.533Z] [2022-05-04T09:00:56.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:56.533Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:56.663Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 91.17MB / 141.70MB 5.7s [2022-05-04T09:00:56.708Z] #28 ... [2022-05-04T09:00:56.708Z] [2022-05-04T09:00:56.708Z] #24 [internal] load build context [2022-05-04T09:00:56.708Z] #24 sha256:bced687affb3271692270a7537ccff8a7ef73103793bf9670bf2935b4c930ff0 [2022-05-04T09:00:56.708Z] #24 transferring context: 61.00MB 7.6s done [2022-05-04T09:00:56.708Z] #24 DONE 8.2s [2022-05-04T09:00:56.708Z] [2022-05-04T09:00:56.708Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:56.708Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:56.708Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 7.8s done [2022-05-04T09:00:56.794Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 1.7s done [2022-05-04T09:00:56.923Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 100.66MB / 141.70MB 6.1s [2022-05-04T09:00:56.966Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.5s [2022-05-04T09:00:56.966Z] #11 ... [2022-05-04T09:00:56.966Z] [2022-05-04T09:00:56.966Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:56.966Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T09:00:56.966Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-04T09:00:56.966Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:56.966Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-04T09:00:56.966Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-04T09:00:56.966Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.9s done [2022-05-04T09:00:56.966Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2022-05-04T09:00:56.966Z] #71 DONE 8.6s [2022-05-04T09:00:56.966Z] [2022-05-04T09:00:56.966Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:56.966Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:57.055Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 10.5s done [2022-05-04T09:00:57.185Z] #11 ... [2022-05-04T09:00:57.185Z] [2022-05-04T09:00:57.185Z] #24 [internal] load build context [2022-05-04T09:00:57.185Z] #24 sha256:7a96858c16d1c8199bfa05e65b9cad8b46cef4c6f6711bee9b168bfb9b8474fc [2022-05-04T09:00:57.185Z] #24 transferring context: 61.00MB 6.5s done [2022-05-04T09:00:57.185Z] #24 DONE 6.7s [2022-05-04T09:00:57.185Z] [2022-05-04T09:00:57.185Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:57.185Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:57.185Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 116.39MB / 141.70MB 6.4s [2022-05-04T09:00:57.185Z] #11 ... [2022-05-04T09:00:57.185Z] [2022-05-04T09:00:57.185Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:57.185Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:00:57.185Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-05-04T09:00:57.185Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-05-04T09:00:57.185Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-05-04T09:00:57.185Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-05-04T09:00:57.185Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.1s done [2022-05-04T09:00:57.316Z] #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 0.1s [2022-05-04T09:00:57.316Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 10.6s done [2022-05-04T09:00:57.446Z] #28 ... [2022-05-04T09:00:57.446Z] [2022-05-04T09:00:57.446Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:57.446Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:57.446Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 123.73MB / 141.70MB 6.6s [2022-05-04T09:00:57.706Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 131.07MB / 141.70MB 6.8s [2022-05-04T09:00:57.890Z] #11 ... [2022-05-04T09:00:57.890Z] [2022-05-04T09:00:57.890Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:00:57.890Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-05-04T09:00:57.890Z] #28 DONE 11.4s [2022-05-04T09:00:57.890Z] [2022-05-04T09:00:57.890Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:57.890Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:00:57.967Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 7.0s [2022-05-04T09:00:58.910Z] #11 ... [2022-05-04T09:00:58.910Z] [2022-05-04T09:00:58.910Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-04T09:00:58.910Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-04T09:00:58.910Z] #70 DONE 0.7s [2022-05-04T09:00:58.910Z] [2022-05-04T09:00:58.910Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:58.910Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:59.356Z] #11 ... [2022-05-04T09:00:59.356Z] [2022-05-04T09:00:59.356Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:59.356Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-04T09:00:59.356Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-04T09:00:59.356Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:59.356Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-04T09:00:59.356Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-04T09:00:59.356Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done [2022-05-04T09:00:59.356Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.3s done [2022-05-04T09:00:59.356Z] #69 DONE 8.3s [2022-05-04T09:00:59.356Z] [2022-05-04T09:00:59.356Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:59.356Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:59.356Z] #11 ... [2022-05-04T09:00:59.356Z] [2022-05-04T09:00:59.356Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-04T09:00:59.356Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-04T09:00:59.356Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-04T09:00:59.356Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-04T09:00:59.356Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-04T09:00:59.356Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.4s done [2022-05-04T09:00:59.356Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.1s done [2022-05-04T09:00:59.356Z] #71 DONE 8.4s [2022-05-04T09:00:59.356Z] [2022-05-04T09:00:59.356Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:59.356Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:00:59.356Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 8.2s done [2022-05-04T09:00:59.745Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 4.7s done [2022-05-04T09:00:59.745Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-04T09:00:59.810Z] #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 2.2s done [2022-05-04T09:00:59.810Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d [2022-05-04T09:00:59.845Z] #11 ... [2022-05-04T09:00:59.845Z] [2022-05-04T09:00:59.845Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-04T09:00:59.845Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-04T09:00:59.845Z] #72 DONE 0.9s [2022-05-04T09:00:59.845Z] [2022-05-04T09:00:59.845Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:00:59.845Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:00.102Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 8.7s done [2022-05-04T09:01:00.361Z] #11 ... [2022-05-04T09:01:00.361Z] [2022-05-04T09:01:00.361Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:01:00.361Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:01:00.361Z] #28 DONE 11.8s [2022-05-04T09:01:00.361Z] [2022-05-04T09:01:00.361Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:00.361Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:00.361Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-05-04T09:01:00.739Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 7.6s [2022-05-04T09:01:00.927Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.6s done [2022-05-04T09:01:00.927Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-04T09:01:01.859Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.7s done [2022-05-04T09:01:02.119Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 0.1s [2022-05-04T09:01:02.674Z] #11 ... [2022-05-04T09:01:02.674Z] [2022-05-04T09:01:02.674Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-04T09:01:02.674Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-04T09:01:02.674Z] #70 DONE 0.5s [2022-05-04T09:01:02.674Z] [2022-05-04T09:01:02.674Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:01:02.674Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:01:02.674Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 9.4s done [2022-05-04T09:01:03.025Z] #11 ... [2022-05-04T09:01:03.025Z] [2022-05-04T09:01:03.025Z] #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-05-04T09:01:03.026Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:03.026Z] #29 1.065 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:03.026Z] #29 1.074 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:03.026Z] #29 1.074 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:03.026Z] #29 1.202 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:03.026Z] #29 1.385 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:03.026Z] #29 1.569 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:03.026Z] #29 3.065 Fetched 8511 kB in 2s (3746 kB/s) [2022-05-04T09:01:03.026Z] #29 3.065 Reading package lists... [2022-05-04T09:01:03.026Z] #29 3.878 Reading package lists... [2022-05-04T09:01:03.026Z] #29 4.652 Building dependency tree... [2022-05-04T09:01:03.026Z] #29 4.996 The following additional packages will be installed: [2022-05-04T09:01:03.026Z] #29 4.996 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-04T09:01:03.026Z] #29 4.996 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-04T09:01:03.026Z] #29 4.998 Recommended packages: [2022-05-04T09:01:03.026Z] #29 4.998 libldap-common publicsuffix libsasl2-modules [2022-05-04T09:01:03.026Z] #29 5.170 The following NEW packages will be installed: [2022-05-04T09:01:03.026Z] #29 5.171 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-04T09:01:03.026Z] #29 5.171 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-04T09:01:03.026Z] #29 5.172 libssh2-1 openssl [2022-05-04T09:01:03.026Z] #29 5.447 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-04T09:01:03.026Z] #29 5.447 Need to get 3040 kB of archives. [2022-05-04T09:01:03.026Z] #29 5.447 After this operation, 6651 kB of additional disk space will be used. [2022-05-04T09:01:03.026Z] #29 5.447 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-04T09:01:03.026Z] #29 5.464 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-04T09:01:03.026Z] #29 5.464 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-04T09:01:03.026Z] #29 5.464 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-05-04T09:01:03.026Z] #29 5.464 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-04T09:01:03.026Z] #29 5.491 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-04T09:01:03.026Z] #29 5.493 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:01:03.026Z] #29 5.495 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:01:03.026Z] #29 5.497 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:01:03.026Z] #29 5.646 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:03.026Z] #29 5.681 Fetched 3040 kB in 0s (9555 kB/s) [2022-05-04T09:01:03.026Z] #29 5.714 Selecting previously unselected package openssl. [2022-05-04T09:01:03.026Z] #29 5.714 (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-05-04T09:01:03.026Z] #29 5.716 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 5.720 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 5.865 Selecting previously unselected package ca-certificates. [2022-05-04T09:01:03.026Z] #29 5.865 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-04T09:01:03.026Z] #29 5.870 Unpacking ca-certificates (20210119) ... [2022-05-04T09:01:03.026Z] #29 5.955 Selecting previously unselected package libbrotli1:amd64. [2022-05-04T09:01:03.026Z] #29 5.955 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 5.964 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:03.026Z] #29 6.045 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-04T09:01:03.026Z] #29 6.045 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.050 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.101 Selecting previously unselected package libsasl2-2:amd64. [2022-05-04T09:01:03.026Z] #29 6.101 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.112 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.157 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-04T09:01:03.026Z] #29 6.157 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.163 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:03.026Z] #29 6.230 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-04T09:01:03.026Z] #29 6.232 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.236 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:03.026Z] #29 6.295 Selecting previously unselected package libpsl5:amd64. [2022-05-04T09:01:03.026Z] #29 6.296 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.301 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:03.026Z] #29 6.346 Selecting previously unselected package librtmp1:amd64. [2022-05-04T09:01:03.026Z] #29 6.346 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.358 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:03.026Z] #29 6.433 Selecting previously unselected package libssh2-1:amd64. [2022-05-04T09:01:03.026Z] #29 6.433 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.438 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:03.026Z] #29 6.497 Selecting previously unselected package libcurl4:amd64. [2022-05-04T09:01:03.026Z] #29 6.497 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.502 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.575 Selecting previously unselected package curl. [2022-05-04T09:01:03.026Z] #29 6.576 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.581 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.649 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:01:03.026Z] #29 6.649 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.653 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:03.026Z] #29 6.729 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:01:03.026Z] #29 6.729 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.733 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:03.026Z] #29 6.782 Selecting previously unselected package jq. [2022-05-04T09:01:03.026Z] #29 6.786 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:01:03.026Z] #29 6.788 Unpacking jq (1.6-2.1) ... [2022-05-04T09:01:03.026Z] #29 6.843 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:03.026Z] #29 6.863 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:03.026Z] #29 6.871 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:03.026Z] #29 6.886 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.900 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:03.026Z] #29 6.913 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.932 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:03.026Z] #29 6.942 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 6.961 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:03.026Z] #29 6.977 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:03.026Z] #29 6.991 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:03.026Z] #29 7.004 Setting up ca-certificates (20210119) ... [2022-05-04T09:01:03.026Z] #29 7.608 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:03.026Z] #29 8.286 129 added, 0 removed; done. [2022-05-04T09:01:03.026Z] #29 8.349 Setting up jq (1.6-2.1) ... [2022-05-04T09:01:03.026Z] #29 8.362 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 8.378 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:03.026Z] #29 8.392 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:03.026Z] #29 8.411 Processing triggers for ca-certificates (20210119) ... [2022-05-04T09:01:03.026Z] #29 8.419 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:03.026Z] #29 8.989 0 added, 0 removed; done. [2022-05-04T09:01:03.026Z] #29 8.989 Running hooks in /etc/ca-certificates/update.d... [2022-05-04T09:01:03.026Z] #29 8.998 done. [2022-05-04T09:01:03.026Z] #29 ... [2022-05-04T09:01:03.026Z] [2022-05-04T09:01:03.026Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:03.026Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:03.244Z] #28 ... [2022-05-04T09:01:03.245Z] [2022-05-04T09:01:03.245Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:03.245Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:03.245Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-05-04T09:01:03.245Z] #11 ... [2022-05-04T09:01:03.245Z] [2022-05-04T09:01:03.245Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-04T09:01:03.245Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-04T09:01:03.245Z] #72 DONE 0.9s [2022-05-04T09:01:03.245Z] [2022-05-04T09:01:03.245Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-05-04T09:01:03.245Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-05-04T09:01:03.245Z] #28 DONE 12.5s [2022-05-04T09:01:03.245Z] [2022-05-04T09:01:03.245Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:03.245Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:03.617Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 4.0s done [2022-05-04T09:01:03.873Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-05-04T09:01:04.183Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.8s done [2022-05-04T09:01:04.183Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-05-04T09:01:04.436Z] #11 ... [2022-05-04T09:01:04.436Z] [2022-05-04T09:01:04.436Z] #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-05-04T09:01:04.436Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:04.436Z] #29 DONE 11.2s [2022-05-04T09:01:04.436Z] [2022-05-04T09:01:04.436Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:04.436Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:04.693Z] #11 ... [2022-05-04T09:01:04.693Z] [2022-05-04T09:01:04.693Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-04T09:01:04.693Z] #30 sha256:6d0dc5855311bafb6dba450623cf05418a03bec4c3159067ffb5c2a75c477622 [2022-05-04T09:01:04.693Z] #30 DONE 0.4s [2022-05-04T09:01:04.693Z] [2022-05-04T09:01:04.693Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:04.693Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:04.778Z] #19 45.31 Reading package lists... [2022-05-04T09:01:05.122Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.7s done [2022-05-04T09:01:05.126Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 5.4s [2022-05-04T09:01:05.126Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 5.5s done [2022-05-04T09:01:05.382Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-05-04T09:01:05.697Z] #11 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa done [2022-05-04T09:01:06.034Z] #11 ... [2022-05-04T09:01:06.034Z] [2022-05-04T09:01:06.034Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-04T09:01:06.034Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-04T09:01:06.034Z] #70 DONE 1.4s [2022-05-04T09:01:06.034Z] [2022-05-04T09:01:06.034Z] #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-05-04T09:01:06.034Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-04T09:01:06.034Z] #29 1.763 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:06.034Z] #29 1.763 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:06.034Z] #29 1.777 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:06.034Z] #29 1.972 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:01:06.034Z] #29 2.126 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:01:06.034Z] #29 2.565 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:01:06.034Z] #29 3.678 Fetched 8399 kB in 2s (3843 kB/s) [2022-05-04T09:01:06.034Z] #29 3.678 Reading package lists... [2022-05-04T09:01:06.034Z] #29 4.253 Reading package lists... [2022-05-04T09:01:06.034Z] #29 4.830 Building dependency tree... [2022-05-04T09:01:06.034Z] #29 5.259 The following additional packages will be installed: [2022-05-04T09:01:06.034Z] #29 5.259 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-04T09:01:06.034Z] #29 5.259 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-04T09:01:06.034Z] #29 5.267 Recommended packages: [2022-05-04T09:01:06.034Z] #29 5.267 libldap-common publicsuffix libsasl2-modules [2022-05-04T09:01:06.034Z] #29 5.394 The following NEW packages will be installed: [2022-05-04T09:01:06.034Z] #29 5.394 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-04T09:01:06.034Z] #29 5.394 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-04T09:01:06.034Z] #29 5.394 libssh2-1 openssl [2022-05-04T09:01:06.034Z] #29 5.687 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-04T09:01:06.034Z] #29 5.687 Need to get 2934 kB of archives. [2022-05-04T09:01:06.034Z] #29 5.687 After this operation, 6476 kB of additional disk space will be used. [2022-05-04T09:01:06.034Z] #29 5.687 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB] [2022-05-04T09:01:06.034Z] #29 5.932 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-05-04T09:01:06.034Z] #29 5.943 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-05-04T09:01:06.034Z] #29 5.949 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-05-04T09:01:06.034Z] #29 5.955 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-05-04T09:01:06.034Z] #29 5.961 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-05-04T09:01:06.034Z] #29 5.965 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-05-04T09:01:06.034Z] #29 5.970 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-05-04T09:01:06.034Z] #29 5.974 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-05-04T09:01:06.034Z] #29 5.978 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-05-04T09:01:06.034Z] #29 5.982 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-05-04T09:01:06.034Z] #29 6.111 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-05-04T09:01:06.034Z] #29 6.168 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-04T09:01:06.034Z] #29 6.201 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-04T09:01:06.034Z] #29 6.232 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-04T09:01:06.034Z] #29 6.557 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:06.034Z] #29 6.597 Fetched 2934 kB in 1s (3518 kB/s) [2022-05-04T09:01:06.034Z] #29 6.647 Selecting previously unselected package openssl. [2022-05-04T09:01:06.034Z] #29 6.647 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-05-04T09:01:06.034Z] #29 6.724 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_arm64.deb ... [2022-05-04T09:01:06.034Z] #29 6.730 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:06.034Z] #29 7.017 Selecting previously unselected package ca-certificates. [2022-05-04T09:01:06.034Z] #29 7.017 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-04T09:01:06.034Z] #29 7.157 Unpacking ca-certificates (20210119) ... [2022-05-04T09:01:06.034Z] #29 7.897 Selecting previously unselected package libbrotli1:arm64. [2022-05-04T09:01:06.034Z] #29 7.897 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-05-04T09:01:06.034Z] #29 7.911 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-04T09:01:06.034Z] #29 7.966 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-05-04T09:01:06.034Z] #29 7.968 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-04T09:01:06.034Z] #29 7.973 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:06.034Z] #29 8.025 Selecting previously unselected package libsasl2-2:arm64. [2022-05-04T09:01:06.034Z] #29 8.025 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-04T09:01:06.034Z] #29 8.032 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:06.609Z] #29 ... [2022-05-04T09:01:06.609Z] [2022-05-04T09:01:06.609Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:06.609Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-05-04T09:01:06.609Z] #11 DONE 20.0s [2022-05-04T09:01:06.609Z] [2022-05-04T09:01:06.609Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-04T09:01:06.609Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-04T09:01:06.609Z] #72 DONE 0.6s [2022-05-04T09:01:06.609Z] [2022-05-04T09:01:06.609Z] #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-05-04T09:01:06.609Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-04T09:01:06.609Z] #29 8.490 Selecting previously unselected package libldap-2.4-2:arm64. [2022-05-04T09:01:06.609Z] #29 8.490 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-05-04T09:01:06.609Z] #29 8.495 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:06.609Z] #29 8.583 Selecting previously unselected package libnghttp2-14:arm64. [2022-05-04T09:01:06.609Z] #29 8.583 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-05-04T09:01:06.609Z] #29 8.583 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-04T09:01:06.609Z] #29 ... [2022-05-04T09:01:06.609Z] [2022-05-04T09:01:06.609Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-04T09:01:06.609Z] #12 sha256:80061efade5c08fb0454894b9fecdcf9e5f17d0a5abb16ac99e4a44b5a4e16bb [2022-05-04T09:01:06.870Z] #12 DONE 0.5s [2022-05-04T09:01:06.870Z] [2022-05-04T09:01:06.870Z] #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-05-04T09:01:06.870Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-04T09:01:06.871Z] #29 8.642 Selecting previously unselected package libpsl5:arm64. [2022-05-04T09:01:06.871Z] #29 8.642 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.652 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-05-04T09:01:06.871Z] #29 8.693 Selecting previously unselected package librtmp1:arm64. [2022-05-04T09:01:06.871Z] #29 8.693 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.697 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:06.871Z] #29 8.737 Selecting previously unselected package libssh2-1:arm64. [2022-05-04T09:01:06.871Z] #29 8.737 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.740 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-05-04T09:01:06.871Z] #29 8.789 Selecting previously unselected package libcurl4:arm64. [2022-05-04T09:01:06.871Z] #29 8.790 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.794 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:06.871Z] #29 8.856 Selecting previously unselected package curl. [2022-05-04T09:01:06.871Z] #29 8.856 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.862 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:06.871Z] #29 8.914 Selecting previously unselected package libonig5:arm64. [2022-05-04T09:01:06.871Z] #29 8.915 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.924 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-04T09:01:06.871Z] #29 8.991 Selecting previously unselected package libjq1:arm64. [2022-05-04T09:01:06.871Z] #29 8.991 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-05-04T09:01:06.871Z] #29 8.999 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-04T09:01:06.871Z] #29 9.047 Selecting previously unselected package jq. [2022-05-04T09:01:06.871Z] #29 9.047 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-05-04T09:01:07.132Z] #29 9.062 Unpacking jq (1.6-2.1) ... [2022-05-04T09:01:07.132Z] #29 9.186 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-05-04T09:01:07.132Z] #29 9.197 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-04T09:01:07.132Z] #29 9.208 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-04T09:01:07.132Z] #29 9.220 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:07.132Z] #29 9.233 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:07.132Z] #29 9.245 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:07.132Z] #29 9.256 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-05-04T09:01:07.132Z] #29 9.268 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:07.132Z] #29 9.283 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-04T09:01:07.132Z] #29 9.295 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-04T09:01:07.376Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.1s [2022-05-04T09:01:07.394Z] #29 9.306 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:07.394Z] #29 9.318 Setting up ca-certificates (20210119) ... [2022-05-04T09:01:07.394Z] #29 ... [2022-05-04T09:01:07.394Z] [2022-05-04T09:01:07.394Z] #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-05-04T09:01:07.394Z] #13 sha256:d44db83506b90b1e795bad107758c045e9b93d014922afbc0c5bb45f7af0fa19 [2022-05-04T09:01:07.394Z] #13 DONE 0.5s [2022-05-04T09:01:07.665Z] [2022-05-04T09:01:07.665Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-04T09:01:07.665Z] #44 sha256:ff83da9c64c2560916777fa1cd39a4060d2a0899b61d10e38fb696f654ffa77e [2022-05-04T09:01:07.665Z] #44 DONE 0.2s [2022-05-04T09:01:07.665Z] [2022-05-04T09:01:07.665Z] #45 [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-05-04T09:01:07.665Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:01:07.665Z] #45 ... [2022-05-04T09:01:07.665Z] [2022-05-04T09:01:07.665Z] #48 [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-05-04T09:01:07.665Z] #48 sha256:856385533abea61300222078df9478902a7496582ca537df413835705c24e77a [2022-05-04T09:01:07.665Z] #48 DONE 0.3s [2022-05-04T09:01:07.665Z] [2022-05-04T09:01:07.665Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-04T09:01:07.665Z] #33 sha256:aecd6f20765a723a92e63bd2f4ba6cb19d1340ddd5dd116fbd8bdb06fb902341 [2022-05-04T09:01:07.665Z] #33 DONE 0.3s [2022-05-04T09:01:07.665Z] [2022-05-04T09:01:07.665Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-04T09:01:07.665Z] #64 sha256:7d3596cb2f0549bc1ea973949064f018e236620b96cf3f661671fc3474885e92 [2022-05-04T09:01:07.665Z] #64 DONE 0.3s [2022-05-04T09:01:07.926Z] [2022-05-04T09:01:07.926Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-04T09:01:07.926Z] #25 sha256:a6e3e2ef1b0a350d4f1b180968dfb95671ad0d2e10f3eeb9c7cb7083457bf13b [2022-05-04T09:01:07.926Z] #25 DONE 0.4s [2022-05-04T09:01:07.926Z] [2022-05-04T09:01:07.926Z] #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-05-04T09:01:07.926Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:01:09.276Z] #11 ... [2022-05-04T09:01:09.276Z] [2022-05-04T09:01:09.276Z] #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-05-04T09:01:09.276Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:09.276Z] #29 1.553 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:09.276Z] #29 1.553 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:09.276Z] #29 1.558 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:09.276Z] #29 1.705 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:09.276Z] #29 2.125 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:09.276Z] #29 2.621 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:09.276Z] #29 3.597 Fetched 8511 kB in 2s (3667 kB/s) [2022-05-04T09:01:09.276Z] #29 3.597 Reading package lists... [2022-05-04T09:01:09.276Z] #29 4.457 Reading package lists... [2022-05-04T09:01:09.276Z] #29 5.304 Building dependency tree... [2022-05-04T09:01:09.276Z] #29 5.651 The following additional packages will be installed: [2022-05-04T09:01:09.276Z] #29 5.651 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-04T09:01:09.276Z] #29 5.652 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-04T09:01:09.276Z] #29 5.653 Recommended packages: [2022-05-04T09:01:09.276Z] #29 5.653 libldap-common publicsuffix libsasl2-modules [2022-05-04T09:01:09.276Z] #29 5.836 The following NEW packages will be installed: [2022-05-04T09:01:09.276Z] #29 5.837 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-04T09:01:09.276Z] #29 5.837 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-04T09:01:09.276Z] #29 5.838 libssh2-1 openssl [2022-05-04T09:01:09.276Z] #29 6.114 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-04T09:01:09.276Z] #29 6.114 Need to get 3040 kB of archives. [2022-05-04T09:01:09.276Z] #29 6.114 After this operation, 6651 kB of additional disk space will be used. [2022-05-04T09:01:09.276Z] #29 6.114 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-04T09:01:09.276Z] #29 6.141 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-04T09:01:09.276Z] #29 6.144 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-04T09:01:09.276Z] #29 6.148 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-05-04T09:01:09.276Z] #29 6.154 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-04T09:01:09.276Z] #29 6.156 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-04T09:01:09.276Z] #29 6.159 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-04T09:01:09.276Z] #29 6.160 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-04T09:01:09.276Z] #29 6.162 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-04T09:01:09.276Z] #29 6.162 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-04T09:01:09.276Z] #29 6.165 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-04T09:01:09.276Z] #29 6.173 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-04T09:01:09.276Z] #29 6.178 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:01:09.276Z] #29 6.180 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:01:09.276Z] #29 6.187 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:01:09.276Z] #29 6.380 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:09.276Z] #29 6.425 Fetched 3040 kB in 0s (8875 kB/s) [2022-05-04T09:01:09.276Z] #29 6.453 Selecting previously unselected package openssl. [2022-05-04T09:01:09.276Z] #29 6.453 (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-05-04T09:01:09.276Z] #29 6.462 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 6.466 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 6.652 Selecting previously unselected package ca-certificates. [2022-05-04T09:01:09.276Z] #29 6.652 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-04T09:01:09.276Z] #29 6.655 Unpacking ca-certificates (20210119) ... [2022-05-04T09:01:09.276Z] #29 6.801 Selecting previously unselected package libbrotli1:amd64. [2022-05-04T09:01:09.276Z] #29 6.801 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 6.809 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:09.276Z] #29 6.910 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-04T09:01:09.276Z] #29 6.910 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 6.914 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 6.969 Selecting previously unselected package libsasl2-2:amd64. [2022-05-04T09:01:09.276Z] #29 6.969 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 6.981 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.023 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-04T09:01:09.276Z] #29 7.023 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.027 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:09.276Z] #29 7.128 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-04T09:01:09.276Z] #29 7.128 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.131 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:09.276Z] #29 7.183 Selecting previously unselected package libpsl5:amd64. [2022-05-04T09:01:09.276Z] #29 7.183 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.186 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:09.276Z] #29 7.231 Selecting previously unselected package librtmp1:amd64. [2022-05-04T09:01:09.276Z] #29 7.231 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.236 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:09.276Z] #29 7.322 Selecting previously unselected package libssh2-1:amd64. [2022-05-04T09:01:09.276Z] #29 7.322 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.325 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:09.276Z] #29 7.399 Selecting previously unselected package libcurl4:amd64. [2022-05-04T09:01:09.276Z] #29 7.399 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.399 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.484 Selecting previously unselected package curl. [2022-05-04T09:01:09.276Z] #29 7.484 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.495 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.574 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:01:09.276Z] #29 7.574 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.577 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:09.276Z] #29 7.651 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:01:09.276Z] #29 7.651 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.653 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:09.276Z] #29 7.709 Selecting previously unselected package jq. [2022-05-04T09:01:09.276Z] #29 7.709 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:01:09.276Z] #29 7.709 Unpacking jq (1.6-2.1) ... [2022-05-04T09:01:09.276Z] #29 7.766 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:09.276Z] #29 7.779 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:09.276Z] #29 7.793 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:09.276Z] #29 7.803 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.813 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:09.276Z] #29 7.822 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.833 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:09.276Z] #29 7.843 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:09.276Z] #29 7.856 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:09.276Z] #29 7.865 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:09.276Z] #29 7.877 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:09.276Z] #29 7.888 Setting up ca-certificates (20210119) ... [2022-05-04T09:01:09.276Z] #29 8.598 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:09.276Z] #29 ... [2022-05-04T09:01:09.276Z] [2022-05-04T09:01:09.276Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:09.276Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:09.846Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.6s done [2022-05-04T09:01:10.001Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.0s [2022-05-04T09:01:10.105Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-04T09:01:10.660Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.2s [2022-05-04T09:01:11.348Z] #26 ... [2022-05-04T09:01:11.348Z] [2022-05-04T09:01:11.348Z] #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-05-04T09:01:11.348Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-05-04T09:01:11.348Z] #29 10.17 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:11.348Z] #29 11.56 129 added, 0 removed; done. [2022-05-04T09:01:11.348Z] #29 11.66 Setting up jq (1.6-2.1) ... [2022-05-04T09:01:11.348Z] #29 11.71 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:11.348Z] #29 11.71 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:11.348Z] #29 11.71 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:11.348Z] #29 11.73 Processing triggers for ca-certificates (20210119) ... [2022-05-04T09:01:11.348Z] #29 11.74 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:11.348Z] #29 13.16 0 added, 0 removed; done. [2022-05-04T09:01:11.348Z] #29 13.16 Running hooks in /etc/ca-certificates/update.d... [2022-05-04T09:01:11.348Z] #29 13.18 done. [2022-05-04T09:01:11.348Z] #29 DONE 13.5s [2022-05-04T09:01:11.649Z] [2022-05-04T09:01:11.649Z] #45 [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-05-04T09:01:11.649Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:01:11.649Z] #45 3.929 + git clone https://github.com/docker/distribution.git . [2022-05-04T09:01:11.649Z] #45 3.929 Cloning into '.'... [2022-05-04T09:01:11.649Z] #45 ... [2022-05-04T09:01:11.649Z] [2022-05-04T09:01:11.649Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-04T09:01:11.649Z] #30 sha256:39449b5c1c2f938c9a2b1956438ab2a215fef858ab29e6c843d1a0635a1e935d [2022-05-04T09:01:11.649Z] #30 DONE 0.3s [2022-05-04T09:01:11.649Z] [2022-05-04T09:01:11.650Z] #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-05-04T09:01:11.650Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:11.903Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 8.0s done [2022-05-04T09:01:12.467Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-04T09:01:12.467Z] #11 DONE 28.0s [2022-05-04T09:01:12.467Z] [2022-05-04T09:01:12.467Z] #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-05-04T09:01:12.467Z] #31 sha256:8756a96e9dd3a4fdbacd794672da6ed968ab356a3e0ee1b45258f41677179e20 [2022-05-04T09:01:12.467Z] #31 1.515 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-04T09:01:12.467Z] #31 1.774 [2022-05-04T09:01:12.467Z] #31 1.993 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:12.467Z] #31 2.270 [2022-05-04T09:01:12.467Z] #31 3.134 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-04T09:01:12.467Z] #31 3.401 [2022-05-04T09:01:12.467Z] #31 3.619 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:12.467Z] #31 3.913 [2022-05-04T09:01:12.467Z] #31 4.888 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-04T09:01:12.467Z] #31 5.165 [2022-05-04T09:01:12.467Z] #31 5.382 #=#=# 0.5% ########### 16.5% ################################################# 68.9% ######################################################################## 100.0% [2022-05-04T09:01:12.467Z] #31 5.957 [2022-05-04T09:01:12.467Z] #31 6.860 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-04T09:01:12.467Z] #31 7.138 [2022-05-04T09:01:12.467Z] #31 7.365 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:12.467Z] #31 7.580 [2022-05-04T09:01:12.724Z] #31 ... [2022-05-04T09:01:12.724Z] [2022-05-04T09:01:12.725Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-04T09:01:12.725Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-04T09:01:12.928Z] #19 54.29 Reading package lists... [2022-05-04T09:01:13.203Z] #11 ... [2022-05-04T09:01:13.203Z] [2022-05-04T09:01:13.203Z] #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-05-04T09:01:13.203Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:13.203Z] #29 1.432 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:13.203Z] #29 1.448 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:13.203Z] #29 1.457 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:13.203Z] #29 1.689 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:13.203Z] #29 1.918 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:13.203Z] #29 2.301 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:13.203Z] #29 3.635 Fetched 8511 kB in 2s (3446 kB/s) [2022-05-04T09:01:13.203Z] #29 3.635 Reading package lists... [2022-05-04T09:01:13.203Z] #29 4.542 Reading package lists... [2022-05-04T09:01:13.203Z] #29 5.435 Building dependency tree... [2022-05-04T09:01:13.203Z] #29 5.772 The following additional packages will be installed: [2022-05-04T09:01:13.203Z] #29 5.777 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-04T09:01:13.203Z] #29 5.777 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-04T09:01:13.203Z] #29 5.777 Recommended packages: [2022-05-04T09:01:13.203Z] #29 5.777 libldap-common publicsuffix libsasl2-modules [2022-05-04T09:01:13.203Z] #29 5.953 The following NEW packages will be installed: [2022-05-04T09:01:13.203Z] #29 5.953 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-04T09:01:13.203Z] #29 5.953 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-04T09:01:13.203Z] #29 5.953 libssh2-1 openssl [2022-05-04T09:01:13.203Z] #29 6.231 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-05-04T09:01:13.203Z] #29 6.231 Need to get 3040 kB of archives. [2022-05-04T09:01:13.203Z] #29 6.231 After this operation, 6651 kB of additional disk space will be used. [2022-05-04T09:01:13.203Z] #29 6.231 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-04T09:01:13.203Z] #29 6.246 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-04T09:01:13.203Z] #29 6.248 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-04T09:01:13.203Z] #29 6.256 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-05-04T09:01:13.203Z] #29 6.256 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-04T09:01:13.203Z] #29 6.256 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-04T09:01:13.203Z] #29 6.265 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-04T09:01:13.203Z] #29 6.265 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-04T09:01:13.203Z] #29 6.265 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-04T09:01:13.203Z] #29 6.265 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-04T09:01:13.203Z] #29 6.265 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-04T09:01:13.203Z] #29 6.274 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-04T09:01:13.203Z] #29 6.274 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:01:13.203Z] #29 6.281 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:01:13.203Z] #29 6.281 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:01:13.203Z] #29 6.489 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:13.203Z] #29 6.541 Fetched 3040 kB in 0s (9405 kB/s) [2022-05-04T09:01:13.203Z] #29 6.579 Selecting previously unselected package openssl. [2022-05-04T09:01:13.203Z] #29 6.579 (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-05-04T09:01:13.203Z] #29 6.579 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 6.579 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 6.795 Selecting previously unselected package ca-certificates. [2022-05-04T09:01:13.203Z] #29 6.795 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-04T09:01:13.203Z] #29 6.810 Unpacking ca-certificates (20210119) ... [2022-05-04T09:01:13.203Z] #29 6.959 Selecting previously unselected package libbrotli1:amd64. [2022-05-04T09:01:13.203Z] #29 6.959 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 6.969 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:13.203Z] #29 7.047 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-04T09:01:13.203Z] #29 7.047 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.053 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 7.109 Selecting previously unselected package libsasl2-2:amd64. [2022-05-04T09:01:13.203Z] #29 7.109 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.114 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 7.177 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-04T09:01:13.203Z] #29 7.177 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.197 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:13.203Z] #29 7.285 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-04T09:01:13.203Z] #29 7.285 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.298 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:13.203Z] #29 7.364 Selecting previously unselected package libpsl5:amd64. [2022-05-04T09:01:13.203Z] #29 7.365 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.372 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:13.203Z] #29 7.424 Selecting previously unselected package librtmp1:amd64. [2022-05-04T09:01:13.203Z] #29 7.424 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.428 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:13.203Z] #29 7.503 Selecting previously unselected package libssh2-1:amd64. [2022-05-04T09:01:13.203Z] #29 7.503 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.513 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:13.203Z] #29 7.577 Selecting previously unselected package libcurl4:amd64. [2022-05-04T09:01:13.203Z] #29 7.577 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.588 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 7.707 Selecting previously unselected package curl. [2022-05-04T09:01:13.203Z] #29 7.707 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.712 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 7.802 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:01:13.203Z] #29 7.802 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.806 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:13.203Z] #29 7.882 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:01:13.203Z] #29 7.882 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.893 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:13.203Z] #29 7.946 Selecting previously unselected package jq. [2022-05-04T09:01:13.203Z] #29 7.946 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:01:13.203Z] #29 7.952 Unpacking jq (1.6-2.1) ... [2022-05-04T09:01:13.203Z] #29 8.058 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-04T09:01:13.203Z] #29 8.076 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-04T09:01:13.203Z] #29 8.088 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-04T09:01:13.203Z] #29 8.108 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 8.134 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-04T09:01:13.203Z] #29 8.145 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 8.157 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-04T09:01:13.203Z] #29 8.172 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-04T09:01:13.203Z] #29 8.202 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:01:13.203Z] #29 8.215 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:01:13.203Z] #29 8.231 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-04T09:01:13.203Z] #29 8.245 Setting up ca-certificates (20210119) ... [2022-05-04T09:01:13.203Z] #29 9.006 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:13.203Z] #29 ... [2022-05-04T09:01:13.203Z] [2022-05-04T09:01:13.203Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:13.203Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:13.203Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.8s done [2022-05-04T09:01:13.430Z] #11 ... [2022-05-04T09:01:13.430Z] [2022-05-04T09:01:13.430Z] #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-05-04T09:01:13.430Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:13.430Z] #29 9.904 129 added, 0 removed; done. [2022-05-04T09:01:13.430Z] #29 9.936 Setting up jq (1.6-2.1) ... [2022-05-04T09:01:13.430Z] #29 9.946 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:13.430Z] #29 9.962 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:13.430Z] #29 9.972 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:13.430Z] #29 9.989 Processing triggers for ca-certificates (20210119) ... [2022-05-04T09:01:13.430Z] #29 10.01 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:13.430Z] #29 10.88 0 added, 0 removed; done. [2022-05-04T09:01:13.430Z] #29 10.88 Running hooks in /etc/ca-certificates/update.d... [2022-05-04T09:01:13.430Z] #29 10.89 done. [2022-05-04T09:01:13.430Z] #29 DONE 13.0s [2022-05-04T09:01:13.430Z] [2022-05-04T09:01:13.430Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:13.430Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:13.430Z] #11 ... [2022-05-04T09:01:13.430Z] [2022-05-04T09:01:13.430Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-04T09:01:13.430Z] #30 sha256:7e582e7397b8d64db35ae355a7e59d56228b2be6c029d850f02dff383eafacbb [2022-05-04T09:01:13.430Z] #30 DONE 0.2s [2022-05-04T09:01:13.463Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-05-04T09:01:13.688Z] [2022-05-04T09:01:13.689Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:13.689Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:14.096Z] #12 DONE 1.5s [2022-05-04T09:01:14.096Z] [2022-05-04T09:01:14.096Z] #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-05-04T09:01:14.096Z] #31 sha256:8756a96e9dd3a4fdbacd794672da6ed968ab356a3e0ee1b45258f41677179e20 [2022-05-04T09:01:14.096Z] #31 8.163 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-04T09:01:14.096Z] #31 8.350 [2022-05-04T09:01:14.096Z] #31 8.565 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:14.096Z] #31 8.745 [2022-05-04T09:01:14.096Z] #31 8.784 Download of images into '/build' complete. [2022-05-04T09:01:14.096Z] #31 8.784 Use something like the following to load the result into a Docker daemon: [2022-05-04T09:01:14.096Z] #31 8.784 tar -cC '/build' . | docker load [2022-05-04T09:01:14.096Z] #31 DONE 9.2s [2022-05-04T09:01:14.096Z] [2022-05-04T09:01:14.097Z] #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-05-04T09:01:14.097Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-04T09:01:14.661Z] #13 DONE 0.6s [2022-05-04T09:01:14.661Z] [2022-05-04T09:01:14.661Z] #55 [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-05-04T09:01:14.661Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:14.846Z] #19 63.26 Building dependency tree... [2022-05-04T09:01:14.918Z] #55 ... [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-04T09:01:14.918Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-04T09:01:14.918Z] #44 DONE 0.2s [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-04T09:01:14.918Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-04T09:01:14.918Z] #33 DONE 0.2s [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #48 [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-05-04T09:01:14.918Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-04T09:01:14.918Z] #48 DONE 0.3s [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-04T09:01:14.918Z] #25 sha256:dbd9a243b491fa499e73f8d8fae3f0b17b7d68a28266c9db206379d5e304088e [2022-05-04T09:01:14.918Z] #25 DONE 0.3s [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-04T09:01:14.918Z] #64 sha256:54aee9e7751fc34548412adfaa0c6d311126e09c833806c03dd7a27b9a0fa3da [2022-05-04T09:01:14.918Z] #64 DONE 0.3s [2022-05-04T09:01:14.918Z] [2022-05-04T09:01:14.918Z] #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-05-04T09:01:14.918Z] #26 sha256:d30e9955fde30a5d4798352d2272a67bf100671a11443b8924a95d045e338e70 [2022-05-04T09:01:15.069Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.0s [2022-05-04T09:01:16.758Z] #11 ... [2022-05-04T09:01:16.758Z] [2022-05-04T09:01:16.758Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-05-04T09:01:16.758Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-05-04T09:01:16.758Z] #29 10.07 129 added, 0 removed; done. [2022-05-04T09:01:16.758Z] #29 10.13 Setting up jq (1.6-2.1) ... [2022-05-04T09:01:16.758Z] #29 10.13 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:16.758Z] #29 10.14 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-04T09:01:16.758Z] #29 10.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:16.758Z] #29 10.18 Processing triggers for ca-certificates (20210119) ... [2022-05-04T09:01:16.758Z] #29 10.19 Updating certificates in /etc/ssl/certs... [2022-05-04T09:01:16.758Z] #29 11.15 0 added, 0 removed; done. [2022-05-04T09:01:16.758Z] #29 11.15 Running hooks in /etc/ca-certificates/update.d... [2022-05-04T09:01:16.758Z] #29 11.15 done. [2022-05-04T09:01:16.758Z] #29 DONE 13.0s [2022-05-04T09:01:16.758Z] [2022-05-04T09:01:16.758Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:16.758Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:16.758Z] #11 ... [2022-05-04T09:01:16.758Z] [2022-05-04T09:01:16.758Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-04T09:01:16.758Z] #30 sha256:b62ca2293ee0d5d6332f34a838e70b0c665c6452c55136c2cc1e3c2c24943390 [2022-05-04T09:01:16.758Z] #30 DONE 0.3s [2022-05-04T09:01:16.758Z] [2022-05-04T09:01:16.758Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:16.758Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:16.764Z] #19 67.38 The following additional packages will be installed: [2022-05-04T09:01:16.764Z] #19 67.38 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-04T09:01:16.764Z] #19 67.38 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.38 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.38 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-04T09:01:16.764Z] #19 67.38 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.38 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.38 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-05-04T09:01:16.764Z] #19 67.38 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-05-04T09:01:16.764Z] #19 67.38 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.38 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.39 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-04T09:01:16.764Z] #19 67.39 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-04T09:01:16.764Z] #19 67.39 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-04T09:01:16.764Z] #19 67.39 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-04T09:01:16.764Z] #19 67.39 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.39 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.39 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-04T09:01:16.764Z] #19 67.39 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-04T09:01:16.764Z] #19 67.39 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-04T09:01:16.764Z] #19 67.39 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.39 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.39 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.39 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-04T09:01:16.764Z] #19 67.39 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-04T09:01:16.764Z] #19 67.39 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.39 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-04T09:01:16.764Z] #19 67.39 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.39 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.40 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-04T09:01:16.764Z] #19 67.40 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-04T09:01:16.764Z] #19 67.40 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.40 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.41 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.41 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-04T09:01:16.764Z] #19 67.41 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.41 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-04T09:01:16.764Z] #19 67.41 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-04T09:01:16.764Z] #19 67.41 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-04T09:01:16.764Z] #19 67.41 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.41 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-04T09:01:16.764Z] #19 67.41 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-04T09:01:16.764Z] #19 67.41 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-04T09:01:16.764Z] #19 67.41 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-04T09:01:16.764Z] #19 67.42 linux-libc-dev-s390x-cross patch xz-utils [2022-05-04T09:01:16.764Z] #19 67.45 Suggested packages: [2022-05-04T09:01:16.764Z] #19 67.45 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-05-04T09:01:16.764Z] #19 67.45 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.45 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-05-04T09:01:16.764Z] #19 67.45 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-05-04T09:01:16.764Z] #19 67.45 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-05-04T09:01:16.764Z] #19 67.45 libyaml-shell-perl ed diffutils-doc [2022-05-04T09:01:16.764Z] #19 67.45 Recommended packages: [2022-05-04T09:01:16.764Z] #19 67.45 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-05-04T09:01:16.764Z] #19 67.45 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-05-04T09:01:16.951Z] #31 ... [2022-05-04T09:01:16.951Z] [2022-05-04T09:01:16.951Z] #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-05-04T09:01:16.951Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:01:16.951Z] #26 4.472 + RM_GOPATH=0 [2022-05-04T09:01:16.951Z] #26 4.473 + TMP_GOPATH= [2022-05-04T09:01:16.951Z] #26 4.473 + : /build [2022-05-04T09:01:16.951Z] #26 4.473 + '[' -z '' ']' [2022-05-04T09:01:16.951Z] #26 4.474 ++ mktemp -d [2022-05-04T09:01:16.951Z] #26 4.475 + export GOPATH=/tmp/tmp.akuBn6VrAy [2022-05-04T09:01:16.951Z] #26 4.480 + GOPATH=/tmp/tmp.akuBn6VrAy [2022-05-04T09:01:16.951Z] #26 4.480 + RM_GOPATH=1 [2022-05-04T09:01:16.951Z] #26 4.480 + case "$(go env GOARCH)" in [2022-05-04T09:01:16.951Z] #26 4.483 ++ go env GOARCH [2022-05-04T09:01:16.951Z] #26 4.511 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:16.951Z] #26 4.511 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:16.951Z] #26 4.512 ++ dirname /install.sh [2022-05-04T09:01:16.951Z] #26 4.521 + dir=/ [2022-05-04T09:01:16.951Z] #26 4.527 + bin=dockercli [2022-05-04T09:01:16.951Z] #26 4.534 + shift [2022-05-04T09:01:16.951Z] #26 4.534 + '[' '!' -f //dockercli.installer ']' [2022-05-04T09:01:16.951Z] #26 4.534 + . //dockercli.installer [2022-05-04T09:01:16.951Z] #26 4.534 ++ : stable [2022-05-04T09:01:16.951Z] #26 4.534 ++ : 17.06.2-ce [2022-05-04T09:01:16.951Z] #26 4.534 + install_dockercli [2022-05-04T09:01:16.951Z] #26 4.534 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-04T09:01:16.951Z] #26 4.534 ++ uname -m [2022-05-04T09:01:16.951Z] #26 4.534 Install docker/cli version 17.06.2-ce from stable [2022-05-04T09:01:16.951Z] #26 4.540 + arch=aarch64 [2022-05-04T09:01:16.951Z] #26 4.540 + '[' aarch64 '!=' x86_64 ']' [2022-05-04T09:01:16.951Z] #26 4.540 + '[' aarch64 '!=' s390x ']' [2022-05-04T09:01:16.951Z] #26 4.540 + '[' aarch64 '!=' armhf ']' [2022-05-04T09:01:16.951Z] #26 4.540 + build_dockercli [2022-05-04T09:01:16.951Z] #26 4.540 + git clone https://github.com/docker/docker-ce /tmp/tmp.akuBn6VrAy/tmp/docker-ce [2022-05-04T09:01:16.951Z] #26 4.551 Cloning into '/tmp/tmp.akuBn6VrAy/tmp/docker-ce'... [2022-05-04T09:01:16.961Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 6.8s done [2022-05-04T09:01:16.961Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-05-04T09:01:17.524Z] #26 ... [2022-05-04T09:01:17.524Z] [2022-05-04T09:01:17.524Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:17.524Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-05-04T09:01:17.524Z] #38 4.661 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:01:17.524Z] #38 5.685 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:01:17.524Z] #38 6.768 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:01:17.524Z] #38 7.007 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:01:17.524Z] #38 7.107 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:01:17.524Z] #38 9.104 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:01:17.524Z] #38 9.183 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:17.524Z] #38 ... [2022-05-04T09:01:17.524Z] [2022-05-04T09:01:17.524Z] #60 [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-05-04T09:01:17.524Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-04T09:01:17.524Z] #60 5.183 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:17.524Z] #60 5.235 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:17.524Z] #60 5.236 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:17.524Z] #60 6.162 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:01:17.524Z] #60 8.526 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:01:17.784Z] #60 ... [2022-05-04T09:01:17.784Z] [2022-05-04T09:01:17.784Z] #55 [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-05-04T09:01:17.784Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-05-04T09:01:17.784Z] #55 4.983 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-04T09:01:17.784Z] #55 5.735 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-04T09:01:17.784Z] #55 5.738 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-04T09:01:17.784Z] #55 5.786 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-04T09:01:17.784Z] #55 7.203 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-04T09:01:17.784Z] #55 ... [2022-05-04T09:01:17.784Z] [2022-05-04T09:01:17.784Z] #53 [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-05-04T09:01:17.784Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:17.784Z] #53 3.601 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-04T09:01:18.045Z] #53 ... [2022-05-04T09:01:18.045Z] [2022-05-04T09:01:18.045Z] #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-05-04T09:01:18.045Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:18.045Z] #14 2.885 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:18.045Z] #14 2.901 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:18.045Z] #14 2.901 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:18.045Z] #14 3.245 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:01:18.045Z] #14 4.076 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:01:18.045Z] #14 6.580 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:01:18.045Z] #14 ... [2022-05-04T09:01:18.045Z] [2022-05-04T09:01:18.045Z] #51 [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-05-04T09:01:18.045Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-05-04T09:01:18.045Z] #51 4.503 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:01:18.045Z] #51 6.057 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:01:18.045Z] #51 6.058 go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:01:18.045Z] #51 6.171 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:01:18.045Z] #51 6.183 go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:01:18.045Z] #51 6.588 go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:01:18.045Z] #51 6.617 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:01:18.045Z] #51 6.712 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:01:18.045Z] #51 6.791 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:01:18.045Z] #51 6.870 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:01:18.045Z] #51 9.850 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:01:18.045Z] #51 9.907 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:01:18.045Z] #51 10.09 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:01:18.198Z] #26 3.416 + RM_GOPATH=0 [2022-05-04T09:01:18.198Z] #26 3.416 + TMP_GOPATH= [2022-05-04T09:01:18.198Z] #26 3.416 + : /build [2022-05-04T09:01:18.198Z] #26 3.416 + '[' -z '' ']' [2022-05-04T09:01:18.198Z] #26 3.417 ++ mktemp -d [2022-05-04T09:01:18.198Z] #26 3.421 + export GOPATH=/tmp/tmp.1J55Phxn9W [2022-05-04T09:01:18.198Z] #26 3.421 + GOPATH=/tmp/tmp.1J55Phxn9W [2022-05-04T09:01:18.198Z] #26 3.421 + RM_GOPATH=1 [2022-05-04T09:01:18.198Z] #26 3.421 + case "$(go env GOARCH)" in [2022-05-04T09:01:18.198Z] #26 3.421 ++ go env GOARCH [2022-05-04T09:01:18.198Z] #26 3.433 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:18.198Z] #26 3.433 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:18.198Z] #26 3.433 ++ dirname /install.sh [2022-05-04T09:01:18.198Z] #26 3.436 Install docker/cli version 17.06.2-ce from stable [2022-05-04T09:01:18.198Z] #26 3.440 + dir=/ [2022-05-04T09:01:18.198Z] #26 3.440 + bin=dockercli [2022-05-04T09:01:18.198Z] #26 3.440 + shift [2022-05-04T09:01:18.198Z] #26 3.440 + '[' '!' -f //dockercli.installer ']' [2022-05-04T09:01:18.198Z] #26 3.440 + . //dockercli.installer [2022-05-04T09:01:18.198Z] #26 3.440 ++ : stable [2022-05-04T09:01:18.198Z] #26 3.440 ++ : 17.06.2-ce [2022-05-04T09:01:18.198Z] #26 3.440 + install_dockercli [2022-05-04T09:01:18.198Z] #26 3.440 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-04T09:01:18.198Z] #26 3.440 ++ uname -m [2022-05-04T09:01:18.198Z] #26 3.440 + arch=x86_64 [2022-05-04T09:01:18.198Z] #26 3.440 + '[' x86_64 '!=' x86_64 ']' [2022-05-04T09:01:18.198Z] #26 3.440 + url=https://download.docker.com/linux/static [2022-05-04T09:01:18.198Z] #26 3.440 + tar -xz docker/docker [2022-05-04T09:01:18.198Z] #26 3.443 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-04T09:01:18.306Z] #51 ... [2022-05-04T09:01:18.306Z] [2022-05-04T09:01:18.306Z] #40 [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-05-04T09:01:18.306Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-04T09:01:18.306Z] #40 4.156 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:18.306Z] #40 4.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:18.306Z] #40 4.409 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:18.306Z] #40 5.338 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:01:18.306Z] #40 7.955 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:01:18.306Z] #40 10.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:01:18.306Z] #40 ... [2022-05-04T09:01:18.306Z] [2022-05-04T09:01:18.306Z] #65 [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-05-04T09:01:18.306Z] #65 sha256:dc0b14dcb89d04536c976b47abef80d9b4f8dbd0acf93944c3baede1ab8a3419 [2022-05-04T09:01:18.306Z] #65 4.217 + RM_GOPATH=0 [2022-05-04T09:01:18.306Z] #65 4.217 + TMP_GOPATH= [2022-05-04T09:01:18.306Z] #65 4.217 + : /build [2022-05-04T09:01:18.306Z] #65 4.217 + '[' -z '' ']' [2022-05-04T09:01:18.306Z] #65 4.221 ++ mktemp -d [2022-05-04T09:01:18.306Z] #65 4.227 + export GOPATH=/tmp/tmp.liNydxpoOI [2022-05-04T09:01:18.306Z] #65 4.228 + GOPATH=/tmp/tmp.liNydxpoOI [2022-05-04T09:01:18.306Z] #65 4.228 + RM_GOPATH=1 [2022-05-04T09:01:18.306Z] #65 4.228 + case "$(go env GOARCH)" in [2022-05-04T09:01:18.306Z] #65 4.232 ++ go env GOARCH [2022-05-04T09:01:18.306Z] #65 4.266 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:18.306Z] #65 4.266 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:18.306Z] #65 4.266 ++ dirname /install.sh [2022-05-04T09:01:18.306Z] #65 4.266 + dir=/ [2022-05-04T09:01:18.306Z] #65 4.266 + bin=rootlesskit [2022-05-04T09:01:18.306Z] #65 4.266 + shift [2022-05-04T09:01:18.306Z] #65 4.266 + '[' '!' -f //rootlesskit.installer ']' [2022-05-04T09:01:18.306Z] #65 4.266 + . //rootlesskit.installer [2022-05-04T09:01:18.306Z] #65 4.266 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:18.306Z] #65 4.266 + install_rootlesskit [2022-05-04T09:01:18.306Z] #65 4.266 + case "$1" in [2022-05-04T09:01:18.306Z] #65 4.266 + export CGO_ENABLED=0 [2022-05-04T09:01:18.306Z] #65 4.266 + CGO_ENABLED=0 [2022-05-04T09:01:18.306Z] #65 4.266 + _install_rootlesskit [2022-05-04T09:01:18.306Z] #65 4.266 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-04T09:01:18.306Z] #65 4.266 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:18.306Z] #65 4.274 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:01:18.306Z] #65 4.274 + GOBIN=/build [2022-05-04T09:01:18.306Z] #65 4.274 + GO111MODULE=on [2022-05-04T09:01:18.306Z] #65 4.274 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:18.306Z] #65 4.788 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:01:18.306Z] #65 6.519 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:18.306Z] #65 6.523 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-04T09:01:18.306Z] #65 6.990 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-04T09:01:18.306Z] #65 9.292 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-04T09:01:18.306Z] #65 9.795 go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:01:18.306Z] #65 9.819 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-04T09:01:18.306Z] #65 9.877 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-04T09:01:18.306Z] #65 10.06 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:18.306Z] #65 10.24 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:01:18.306Z] #65 10.44 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:01:18.306Z] #65 10.69 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-04T09:01:18.568Z] #65 10.81 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-04T09:01:18.568Z] #65 ... [2022-05-04T09:01:18.568Z] [2022-05-04T09:01:18.568Z] #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-05-04T09:01:18.568Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-05-04T09:01:18.568Z] #36 4.054 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-04T09:01:18.667Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.0s [2022-05-04T09:01:18.831Z] #36 ... [2022-05-04T09:01:18.831Z] [2022-05-04T09:01:18.831Z] #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-05-04T09:01:18.831Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-04T09:01:18.831Z] #34 4.343 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-04T09:01:18.831Z] #34 4.343 Cloning into '.'... [2022-05-04T09:01:18.831Z] #34 ... [2022-05-04T09:01:18.831Z] [2022-05-04T09:01:18.831Z] #49 [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-05-04T09:01:18.831Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-04T09:01:18.831Z] #49 4.511 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:18.831Z] #49 4.559 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:18.831Z] #49 4.559 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:18.831Z] #49 5.140 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-04T09:01:18.831Z] #49 5.645 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:01:18.831Z] #49 8.507 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:01:18.831Z] #49 11.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:01:19.093Z] #49 ... [2022-05-04T09:01:19.093Z] [2022-05-04T09:01:19.093Z] #51 [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-05-04T09:01:19.093Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-05-04T09:01:19.093Z] #51 11.56 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:01:19.093Z] #51 11.59 go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:01:20.074Z] #19 70.94 The following NEW packages will be installed: [2022-05-04T09:01:20.074Z] #19 70.94 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-04T09:01:20.074Z] #19 70.94 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-04T09:01:20.074Z] #19 70.94 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-05-04T09:01:20.074Z] #19 70.94 crossbuild-essential-armel crossbuild-essential-armhf [2022-05-04T09:01:20.074Z] #19 70.94 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-05-04T09:01:20.074Z] #19 70.94 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-05-04T09:01:20.074Z] #19 70.94 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-05-04T09:01:20.074Z] #19 70.94 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-04T09:01:20.074Z] #19 70.94 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-04T09:01:20.074Z] #19 70.94 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-04T09:01:20.074Z] #19 70.94 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-04T09:01:20.074Z] #19 70.94 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.94 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-04T09:01:20.074Z] #19 70.95 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-04T09:01:20.074Z] #19 70.95 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-04T09:01:20.074Z] #19 70.95 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-04T09:01:20.074Z] #19 70.95 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-04T09:01:20.074Z] #19 70.95 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-04T09:01:20.074Z] #19 70.95 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-04T09:01:20.074Z] #19 70.95 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-04T09:01:20.074Z] #19 70.95 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-04T09:01:20.074Z] #19 70.95 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-04T09:01:20.074Z] #19 70.95 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-04T09:01:20.074Z] #19 70.95 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-04T09:01:20.074Z] #19 70.95 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-04T09:01:20.074Z] #19 70.95 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-04T09:01:20.074Z] #19 70.95 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-04T09:01:20.074Z] #19 70.95 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-04T09:01:20.074Z] #19 70.96 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-04T09:01:20.074Z] #19 70.96 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-04T09:01:20.075Z] #19 70.96 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-04T09:01:20.075Z] #19 70.96 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-04T09:01:20.075Z] #19 70.96 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-04T09:01:20.075Z] #19 70.96 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-04T09:01:20.075Z] #19 70.96 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-04T09:01:20.075Z] #19 70.96 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-04T09:01:20.075Z] #19 70.96 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-04T09:01:20.075Z] #19 70.96 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-04T09:01:20.075Z] #19 70.96 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-04T09:01:20.075Z] #19 70.96 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-04T09:01:20.075Z] #19 70.97 linux-libc-dev-s390x-cross patch xz-utils [2022-05-04T09:01:20.650Z] #19 71.44 0 upgraded, 133 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:20.650Z] #19 71.44 Need to get 787 MB of archives. [2022-05-04T09:01:20.650Z] #19 71.44 After this operation, 3385 MB of additional disk space will be used. [2022-05-04T09:01:20.651Z] #19 71.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-05-04T09:01:20.651Z] #19 71.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-04T09:01:20.651Z] #19 71.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-05-04T09:01:20.651Z] #19 71.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-05-04T09:01:20.651Z] #19 71.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-05-04T09:01:20.651Z] #19 71.46 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-05-04T09:01:20.651Z] #19 71.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-05-04T09:01:20.651Z] #19 71.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-05-04T09:01:20.651Z] #19 71.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-05-04T09:01:20.914Z] #19 71.65 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-05-04T09:01:20.914Z] #19 71.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-05-04T09:01:20.914Z] #19 71.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-04T09:01:20.914Z] #19 71.74 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-05-04T09:01:21.211Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 7.4s done [2022-05-04T09:01:21.211Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-05-04T09:01:22.300Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.2s [2022-05-04T09:01:22.315Z] #19 72.78 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-05-04T09:01:22.315Z] #19 72.79 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-05-04T09:01:22.381Z] #26 ... [2022-05-04T09:01:22.381Z] [2022-05-04T09:01:22.381Z] #65 [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-05-04T09:01:22.381Z] #65 sha256:fec0f9a6bc94c19bce98e68c3b0e41f6d0f3ab4c10f68e9d02da51085c064ba5 [2022-05-04T09:01:22.381Z] #65 6.646 + RM_GOPATH=0 [2022-05-04T09:01:22.381Z] #65 6.647 + TMP_GOPATH= [2022-05-04T09:01:22.381Z] #65 6.647 + : /build [2022-05-04T09:01:22.381Z] #65 6.648 + '[' -z '' ']' [2022-05-04T09:01:22.381Z] #65 6.650 ++ mktemp -d [2022-05-04T09:01:22.381Z] #65 6.665 + export GOPATH=/tmp/tmp.Wrw0VfCwvZ [2022-05-04T09:01:22.381Z] #65 6.665 + GOPATH=/tmp/tmp.Wrw0VfCwvZ [2022-05-04T09:01:22.381Z] #65 6.665 + RM_GOPATH=1 [2022-05-04T09:01:22.381Z] #65 6.665 + case "$(go env GOARCH)" in [2022-05-04T09:01:22.381Z] #65 6.666 ++ go env GOARCH [2022-05-04T09:01:22.381Z] #65 6.699 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:22.381Z] #65 6.699 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:22.381Z] #65 6.700 ++ dirname /install.sh [2022-05-04T09:01:22.381Z] #65 6.701 + dir=/ [2022-05-04T09:01:22.381Z] #65 6.703 + bin=rootlesskit [2022-05-04T09:01:22.381Z] #65 6.703 + shift [2022-05-04T09:01:22.381Z] #65 6.704 + '[' '!' -f //rootlesskit.installer ']' [2022-05-04T09:01:22.381Z] #65 6.704 + . //rootlesskit.installer [2022-05-04T09:01:22.381Z] #65 6.704 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:22.382Z] #65 6.705 + install_rootlesskit [2022-05-04T09:01:22.382Z] #65 6.708 + case "$1" in [2022-05-04T09:01:22.382Z] #65 6.709 + export CGO_ENABLED=0 [2022-05-04T09:01:22.382Z] #65 6.709 + CGO_ENABLED=0 [2022-05-04T09:01:22.382Z] #65 6.709 + _install_rootlesskit [2022-05-04T09:01:22.382Z] #65 6.718 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-04T09:01:22.382Z] #65 6.723 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:22.382Z] #65 6.723 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:01:22.382Z] #65 6.724 + GOBIN=/build [2022-05-04T09:01:22.382Z] #65 6.724 + GO111MODULE=on [2022-05-04T09:01:22.382Z] #65 6.724 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:22.382Z] #65 7.254 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:01:22.412Z] #51 ... [2022-05-04T09:01:22.412Z] [2022-05-04T09:01:22.412Z] #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-05-04T09:01:22.412Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-05-04T09:01:22.412Z] #36 13.95 tomll can be used in two ways: [2022-05-04T09:01:22.412Z] #36 13.95 Writing to STDIN and reading from STDOUT: [2022-05-04T09:01:22.412Z] #36 13.95 cat file.toml | tomll > file.toml [2022-05-04T09:01:22.412Z] #36 13.95 [2022-05-04T09:01:22.412Z] #36 13.95 Reading and updating a list of files: [2022-05-04T09:01:22.412Z] #36 13.95 tomll a.toml b.toml c.toml [2022-05-04T09:01:22.412Z] #36 13.95 [2022-05-04T09:01:22.412Z] #36 13.95 When given a list of files, tomll will modify all files in place without asking. [2022-05-04T09:01:22.412Z] #36 DONE 15.0s [2022-05-04T09:01:22.412Z] [2022-05-04T09:01:22.412Z] #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-05-04T09:01:22.412Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:22.412Z] #31 5.786 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-04T09:01:22.412Z] #31 7.426 [2022-05-04T09:01:22.412Z] #31 7.747 #=#=# 0.1% ######################################################################## 100.0% [2022-05-04T09:01:22.412Z] #31 8.937 [2022-05-04T09:01:22.894Z] #19 73.71 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-05-04T09:01:22.894Z] #19 73.71 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-05-04T09:01:22.947Z] #65 ... [2022-05-04T09:01:22.947Z] [2022-05-04T09:01:22.947Z] #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-05-04T09:01:22.947Z] #26 sha256:d30e9955fde30a5d4798352d2272a67bf100671a11443b8924a95d045e338e70 [2022-05-04T09:01:22.947Z] #26 8.057 + mkdir -p /build [2022-05-04T09:01:23.205Z] #26 8.066 + mv docker/docker /build/ [2022-05-04T09:01:23.205Z] #26 8.081 + rmdir docker [2022-05-04T09:01:23.689Z] #11 ... [2022-05-04T09:01:23.689Z] [2022-05-04T09:01:23.690Z] #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-05-04T09:01:23.690Z] #31 sha256:a33adeadb49465783496f19a6e0b4525a63ecfa283c98361feb02d9b3af9b1e3 [2022-05-04T09:01:23.690Z] #31 1.744 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-04T09:01:23.690Z] #31 2.131 [2022-05-04T09:01:23.690Z] #31 2.352 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:23.690Z] #31 2.703 [2022-05-04T09:01:23.690Z] #31 3.702 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-04T09:01:23.690Z] #31 4.026 [2022-05-04T09:01:23.690Z] #31 4.241 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:23.690Z] #31 4.558 [2022-05-04T09:01:23.690Z] #31 5.598 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-04T09:01:23.690Z] #31 5.901 [2022-05-04T09:01:23.690Z] #31 6.120 #=#=# ################ 23.0% ######################################### 57.5% ########################################### 60.1% ######################################################################## 100.0% [2022-05-04T09:01:23.690Z] #31 6.867 [2022-05-04T09:01:23.690Z] #31 7.959 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-04T09:01:23.690Z] #31 8.284 [2022-05-04T09:01:23.690Z] #31 8.526 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:23.690Z] #31 8.866 [2022-05-04T09:01:23.690Z] #31 9.913 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-04T09:01:23.690Z] #31 ... [2022-05-04T09:01:23.690Z] [2022-05-04T09:01:23.690Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:23.690Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:23.842Z] #19 74.66 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-05-04T09:01:23.842Z] #19 74.66 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-05-04T09:01:24.144Z] #26 DONE 9.2s [2022-05-04T09:01:24.144Z] [2022-05-04T09:01:24.144Z] #51 [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-05-04T09:01:24.144Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:24.144Z] #51 5.477 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:01:24.145Z] #51 6.584 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:01:24.145Z] #51 6.584 go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:01:24.145Z] #51 6.689 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:01:24.145Z] #51 6.701 go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:01:24.145Z] #51 6.967 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:01:24.145Z] #51 6.971 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:01:24.145Z] #51 6.992 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:01:24.145Z] #51 7.072 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:01:24.145Z] #51 7.272 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:01:24.145Z] #51 7.295 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:01:24.145Z] #51 7.499 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:01:24.145Z] #51 7.606 go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:01:24.713Z] #51 ... [2022-05-04T09:01:24.713Z] [2022-05-04T09:01:24.713Z] #40 [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-05-04T09:01:24.713Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:24.713Z] #40 7.477 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:24.713Z] #40 7.525 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:24.713Z] #40 7.525 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:24.713Z] #40 8.414 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:24.713Z] #40 9.865 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:24.795Z] #19 75.61 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-05-04T09:01:24.796Z] #19 75.61 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-05-04T09:01:24.970Z] #40 ... [2022-05-04T09:01:24.970Z] [2022-05-04T09:01:24.970Z] #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-05-04T09:01:24.970Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:24.970Z] #14 6.954 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:24.970Z] #14 6.982 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:24.970Z] #14 6.983 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:24.970Z] #14 7.835 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:24.970Z] #14 9.286 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:24.970Z] #14 ... [2022-05-04T09:01:24.970Z] [2022-05-04T09:01:24.970Z] #53 [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-05-04T09:01:24.970Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:24.970Z] #53 5.845 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-04T09:01:25.227Z] #53 ... [2022-05-04T09:01:25.227Z] [2022-05-04T09:01:25.227Z] #45 [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-05-04T09:01:25.227Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:01:25.227Z] #45 3.296 + git clone https://github.com/docker/distribution.git . [2022-05-04T09:01:25.227Z] #45 3.301 Cloning into '.'... [2022-05-04T09:01:25.227Z] #45 ... [2022-05-04T09:01:25.227Z] [2022-05-04T09:01:25.227Z] #60 [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-05-04T09:01:25.227Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:25.227Z] #60 2.280 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:25.227Z] #60 2.302 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:25.227Z] #60 2.302 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:25.227Z] #60 2.535 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:25.227Z] #60 3.138 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:25.227Z] #60 3.591 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:25.227Z] #60 6.081 Fetched 8511 kB in 4s (2096 kB/s) [2022-05-04T09:01:25.484Z] #60 6.081 Reading package lists... [2022-05-04T09:01:25.484Z] #60 ... [2022-05-04T09:01:25.484Z] [2022-05-04T09:01:25.484Z] #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-05-04T09:01:25.484Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:25.484Z] #36 7.346 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-04T09:01:25.484Z] #36 ... [2022-05-04T09:01:25.484Z] [2022-05-04T09:01:25.484Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:25.485Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:25.485Z] #38 6.463 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:01:25.485Z] #38 7.310 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:01:25.485Z] #38 8.759 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:01:25.485Z] #38 9.001 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:01:25.485Z] #38 9.128 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:01:25.725Z] #31 13.90 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-04T09:01:25.742Z] #38 ... [2022-05-04T09:01:25.742Z] [2022-05-04T09:01:25.742Z] #49 [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-05-04T09:01:25.742Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:25.742Z] #49 5.829 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:25.742Z] #49 5.856 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:25.742Z] #49 5.862 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:25.742Z] #49 6.412 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-04T09:01:25.742Z] #49 6.607 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:25.742Z] #49 8.409 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:25.742Z] #49 10.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:25.745Z] #19 76.60 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-05-04T09:01:25.745Z] #19 76.60 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-05-04T09:01:25.745Z] #19 76.60 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-05-04T09:01:25.745Z] #19 76.60 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-05-04T09:01:25.745Z] #19 76.60 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-05-04T09:01:25.745Z] #19 76.61 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-05-04T09:01:25.745Z] #19 76.61 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-05-04T09:01:25.745Z] #19 76.62 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-05-04T09:01:25.745Z] #19 76.64 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-05-04T09:01:25.745Z] #19 76.64 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-05-04T09:01:25.745Z] #19 76.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-05-04T09:01:25.745Z] #19 76.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-05-04T09:01:25.745Z] #19 76.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-05-04T09:01:25.745Z] #19 76.69 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-05-04T09:01:25.745Z] #19 76.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-05-04T09:01:26.000Z] #49 ... [2022-05-04T09:01:26.000Z] [2022-05-04T09:01:26.000Z] #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-05-04T09:01:26.000Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:26.000Z] #34 6.637 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-04T09:01:26.000Z] #34 6.649 Cloning into '.'... [2022-05-04T09:01:26.000Z] #34 ... [2022-05-04T09:01:26.000Z] [2022-05-04T09:01:26.000Z] #60 [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-05-04T09:01:26.000Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:26.000Z] #60 6.081 Reading package lists... [2022-05-04T09:01:26.009Z] #19 76.73 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-05-04T09:01:26.009Z] #19 76.74 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-05-04T09:01:26.009Z] #19 76.76 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-05-04T09:01:26.009Z] #19 76.78 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-05-04T09:01:26.217Z] #11 ... [2022-05-04T09:01:26.217Z] [2022-05-04T09:01:26.217Z] #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-05-04T09:01:26.217Z] #31 sha256:a33adeadb49465783496f19a6e0b4525a63ecfa283c98361feb02d9b3af9b1e3 [2022-05-04T09:01:26.217Z] #31 10.24 [2022-05-04T09:01:26.217Z] #31 10.46 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:26.217Z] #31 10.84 [2022-05-04T09:01:26.217Z] #31 10.90 Download of images into '/build' complete. [2022-05-04T09:01:26.217Z] #31 10.90 Use something like the following to load the result into a Docker daemon: [2022-05-04T09:01:26.217Z] #31 10.90 tar -cC '/build' . | docker load [2022-05-04T09:01:26.217Z] #31 DONE 12.5s [2022-05-04T09:01:26.217Z] [2022-05-04T09:01:26.217Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:26.217Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:26.496Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.2s [2022-05-04T09:01:26.754Z] #11 ... [2022-05-04T09:01:26.754Z] [2022-05-04T09:01:26.754Z] #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-05-04T09:01:26.754Z] #31 sha256:9c0a05aa5dc954d86ccd71df2948af9e0461b806ad24dfb8feecdea7097ed535 [2022-05-04T09:01:26.754Z] #31 2.069 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-04T09:01:26.754Z] #31 2.436 [2022-05-04T09:01:26.754Z] #31 2.661 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:26.754Z] #31 2.988 [2022-05-04T09:01:26.754Z] #31 4.054 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-04T09:01:26.754Z] #31 4.348 [2022-05-04T09:01:26.754Z] #31 4.584 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:26.754Z] #31 4.877 [2022-05-04T09:01:26.754Z] #31 5.822 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-04T09:01:26.754Z] #31 6.123 [2022-05-04T09:01:26.754Z] #31 6.345 #=#=# ################### 27.1% ########################################## 58.9% ################################################################# 91.0% ######################################################################## 100.0% [2022-05-04T09:01:26.754Z] #31 6.884 [2022-05-04T09:01:26.754Z] #31 7.799 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-04T09:01:26.754Z] #31 8.071 [2022-05-04T09:01:26.754Z] #31 8.309 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:26.754Z] #31 8.655 [2022-05-04T09:01:26.754Z] #31 9.410 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-04T09:01:26.754Z] #31 9.719 [2022-05-04T09:01:26.754Z] #31 9.945 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:26.754Z] #31 ... [2022-05-04T09:01:26.754Z] [2022-05-04T09:01:26.754Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:26.754Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:27.114Z] #31 ... [2022-05-04T09:01:27.114Z] [2022-05-04T09:01:27.114Z] #45 [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-05-04T09:01:27.114Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:01:27.114Z] #45 19.24 Updating files: 88% (1639/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-04T09:01:27.114Z] #45 19.46 + git checkout -q v2.3.0 [2022-05-04T09:01:27.150Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.2s [2022-05-04T09:01:27.394Z] #19 78.30 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-05-04T09:01:27.395Z] #19 78.30 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-05-04T09:01:27.395Z] #19 78.33 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-05-04T09:01:27.628Z] #60 11.70 Reading package lists... [2022-05-04T09:01:27.628Z] #60 ... [2022-05-04T09:01:27.628Z] [2022-05-04T09:01:27.628Z] #55 [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-05-04T09:01:27.628Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:27.628Z] #55 2.956 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-04T09:01:27.628Z] #55 3.626 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-04T09:01:27.628Z] #55 3.626 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-04T09:01:27.628Z] #55 3.633 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-04T09:01:27.628Z] #55 4.087 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-04T09:01:27.655Z] #19 78.37 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-05-04T09:01:27.655Z] #19 78.40 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-05-04T09:01:27.886Z] #55 ... [2022-05-04T09:01:27.886Z] [2022-05-04T09:01:27.886Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:27.886Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:27.886Z] #38 12.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:01:27.886Z] #38 12.77 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:28.502Z] #45 ... [2022-05-04T09:01:28.502Z] [2022-05-04T09:01:28.502Z] #60 [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-05-04T09:01:28.502Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-04T09:01:28.502Z] #60 11.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:01:28.502Z] #60 16.25 Fetched 8399 kB in 11s (734 kB/s) [2022-05-04T09:01:28.502Z] #60 16.25 Reading package lists... [2022-05-04T09:01:28.764Z] #60 20.69 Reading package lists... [2022-05-04T09:01:28.764Z] #60 ... [2022-05-04T09:01:28.764Z] [2022-05-04T09:01:28.764Z] #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-05-04T09:01:28.764Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:28.764Z] #14 11.13 Fetched 8399 kB in 9s (986 kB/s) [2022-05-04T09:01:28.764Z] #14 11.13 Reading package lists... [2022-05-04T09:01:28.764Z] #14 15.49 Reading package lists... [2022-05-04T09:01:28.764Z] #14 19.58 Building dependency tree... [2022-05-04T09:01:29.026Z] #14 ... [2022-05-04T09:01:29.026Z] [2022-05-04T09:01:29.026Z] #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-05-04T09:01:29.026Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:29.026Z] #31 15.45 [2022-05-04T09:01:29.026Z] #31 15.77 #=#=# 0.8% ######################################################################## 100.0% [2022-05-04T09:01:29.026Z] #31 17.07 [2022-05-04T09:01:29.042Z] #19 79.87 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-05-04T09:01:29.042Z] #19 79.87 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-04T09:01:29.042Z] #19 79.87 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-05-04T09:01:29.042Z] #19 79.90 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-05-04T09:01:29.042Z] #19 79.90 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-05-04T09:01:29.042Z] #19 79.91 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:01:29.306Z] #19 80.13 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-05-04T09:01:29.306Z] #19 80.15 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-05-04T09:01:29.306Z] #19 80.15 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-05-04T09:01:29.306Z] #19 80.15 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-05-04T09:01:29.306Z] #19 80.16 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-05-04T09:01:29.306Z] #19 80.16 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-05-04T09:01:29.306Z] #19 80.16 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-05-04T09:01:29.306Z] #19 80.16 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-05-04T09:01:29.306Z] #19 80.17 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-05-04T09:01:29.306Z] #19 80.19 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-05-04T09:01:29.306Z] #19 80.19 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-05-04T09:01:29.306Z] #19 80.19 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-05-04T09:01:29.306Z] #19 80.20 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-05-04T09:01:29.306Z] #19 80.24 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-05-04T09:01:29.568Z] #19 80.25 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-05-04T09:01:29.568Z] #19 80.27 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-05-04T09:01:29.568Z] #19 80.28 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-05-04T09:01:30.413Z] #31 ... [2022-05-04T09:01:30.413Z] [2022-05-04T09:01:30.413Z] #65 [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-05-04T09:01:30.413Z] #65 sha256:dc0b14dcb89d04536c976b47abef80d9b4f8dbd0acf93944c3baede1ab8a3419 [2022-05-04T09:01:30.413Z] #65 12.58 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-04T09:01:30.413Z] #65 12.93 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:30.413Z] #65 ... [2022-05-04T09:01:30.413Z] [2022-05-04T09:01:30.413Z] #53 [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-05-04T09:01:30.413Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:30.413Z] #53 22.17 go: downloading github.com/fatih/color v1.13.0 [2022-05-04T09:01:30.413Z] #53 22.18 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:30.413Z] #53 22.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-04T09:01:30.413Z] #53 22.25 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:01:30.413Z] #53 22.47 go: downloading github.com/spf13/viper v1.10.1 [2022-05-04T09:01:30.413Z] #53 22.55 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:01:30.413Z] #53 22.98 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-04T09:01:30.413Z] #53 22.98 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-04T09:01:30.961Z] #19 81.67 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-05-04T09:01:30.961Z] #19 81.67 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-05-04T09:01:30.961Z] #19 81.70 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-05-04T09:01:30.961Z] #19 81.73 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-05-04T09:01:30.961Z] #19 81.76 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-05-04T09:01:31.321Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 14.2s done [2022-05-04T09:01:31.578Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-04T09:01:31.806Z] #53 24.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-04T09:01:31.806Z] #53 24.11 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-04T09:01:31.806Z] #53 ... [2022-05-04T09:01:31.806Z] [2022-05-04T09:01:31.806Z] #40 [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-05-04T09:01:31.806Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-04T09:01:31.806Z] #40 14.28 Fetched 8399 kB in 10s (811 kB/s) [2022-05-04T09:01:31.806Z] #40 14.28 Reading package lists... [2022-05-04T09:01:31.806Z] #40 18.99 Reading package lists... [2022-05-04T09:01:31.806Z] #40 23.09 Building dependency tree... [2022-05-04T09:01:31.806Z] #40 ... [2022-05-04T09:01:31.806Z] [2022-05-04T09:01:31.806Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-04T09:01:31.806Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:31.806Z] #14 23.35 The following additional packages will be installed: [2022-05-04T09:01:31.806Z] #14 23.35 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:01:31.806Z] #14 23.36 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-04T09:01:31.806Z] #14 23.36 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-04T09:01:31.806Z] #14 23.36 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-04T09:01:31.806Z] #14 23.36 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-04T09:01:31.806Z] #14 23.36 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-04T09:01:31.806Z] #14 23.36 mingw-w64-common mingw-w64-x86-64-dev [2022-05-04T09:01:31.806Z] #14 23.38 Suggested packages: [2022-05-04T09:01:31.806Z] #14 23.38 gcc-10-locales seccomp wine64 [2022-05-04T09:01:31.806Z] #14 24.44 The following NEW packages will be installed: [2022-05-04T09:01:31.806Z] #14 24.44 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:01:31.806Z] #14 24.44 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-04T09:01:31.806Z] #14 24.44 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-04T09:01:31.806Z] #14 24.44 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-04T09:01:31.806Z] #14 24.44 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-04T09:01:31.806Z] #14 24.45 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-04T09:01:31.806Z] #14 24.45 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-04T09:01:31.806Z] #14 24.45 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-04T09:01:31.806Z] #14 24.45 mingw-w64-x86-64-dev [2022-05-04T09:01:31.837Z] #11 DONE 43.3s [2022-05-04T09:01:31.837Z] [2022-05-04T09:01:31.837Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-04T09:01:31.837Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-04T09:01:32.031Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.3s [2022-05-04T09:01:32.031Z] #11 ... [2022-05-04T09:01:32.031Z] [2022-05-04T09:01:32.031Z] #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-05-04T09:01:32.031Z] #31 sha256:9c0a05aa5dc954d86ccd71df2948af9e0461b806ad24dfb8feecdea7097ed535 [2022-05-04T09:01:32.031Z] #31 10.23 [2022-05-04T09:01:32.031Z] #31 10.32 Download of images into '/build' complete. [2022-05-04T09:01:32.031Z] #31 10.32 Use something like the following to load the result into a Docker daemon: [2022-05-04T09:01:32.031Z] #31 10.32 tar -cC '/build' . | docker load [2022-05-04T09:01:32.031Z] #31 DONE 15.2s [2022-05-04T09:01:32.031Z] [2022-05-04T09:01:32.031Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-05-04T09:01:32.031Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-05-04T09:01:32.293Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 11.1s done [2022-05-04T09:01:32.353Z] #19 83.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-05-04T09:01:32.353Z] #19 83.12 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-05-04T09:01:32.353Z] #19 83.12 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-05-04T09:01:32.353Z] #19 83.15 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-05-04T09:01:32.353Z] #19 83.15 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-05-04T09:01:32.353Z] #19 83.15 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-05-04T09:01:32.353Z] #19 83.15 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-05-04T09:01:32.353Z] #19 83.21 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-05-04T09:01:32.353Z] #19 83.22 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-05-04T09:01:32.353Z] #19 83.23 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-05-04T09:01:32.353Z] #19 83.25 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-05-04T09:01:32.381Z] #14 24.84 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:32.381Z] #14 24.84 Need to get 108 MB of archives. [2022-05-04T09:01:32.381Z] #14 24.84 After this operation, 620 MB of additional disk space will be used. [2022-05-04T09:01:32.381Z] #14 24.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-05-04T09:01:32.381Z] #14 24.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-05-04T09:01:32.381Z] #14 24.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-04T09:01:32.381Z] #14 24.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-05-04T09:01:32.381Z] #14 24.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-05-04T09:01:32.381Z] #14 24.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-04T09:01:32.643Z] #14 25.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-05-04T09:01:32.643Z] #14 ... [2022-05-04T09:01:32.643Z] [2022-05-04T09:01:32.643Z] #49 [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-05-04T09:01:32.643Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-04T09:01:32.643Z] #49 14.90 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-04T09:01:32.643Z] #49 16.24 Fetched 8402 kB in 12s (694 kB/s) [2022-05-04T09:01:32.643Z] #49 16.24 Reading package lists... [2022-05-04T09:01:32.643Z] #49 20.12 Reading package lists... [2022-05-04T09:01:32.643Z] #49 24.33 Building dependency tree... [2022-05-04T09:01:32.643Z] #49 ... [2022-05-04T09:01:32.643Z] [2022-05-04T09:01:32.643Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-04T09:01:32.643Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:32.643Z] #14 25.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-05-04T09:01:32.643Z] #14 25.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-05-04T09:01:32.770Z] #12 DONE 0.8s [2022-05-04T09:01:32.770Z] [2022-05-04T09:01:32.770Z] #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-05-04T09:01:32.770Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-04T09:01:32.864Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-05-04T09:01:32.905Z] #14 25.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-05-04T09:01:33.123Z] #11 DONE 42.3s [2022-05-04T09:01:33.123Z] [2022-05-04T09:01:33.123Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-04T09:01:33.123Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-05-04T09:01:33.151Z] #38 ... [2022-05-04T09:01:33.151Z] [2022-05-04T09:01:33.152Z] #60 [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-05-04T09:01:33.152Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:33.152Z] #60 11.70 Reading package lists... [2022-05-04T09:01:33.340Z] #13 DONE 0.6s [2022-05-04T09:01:33.340Z] [2022-05-04T09:01:33.340Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-04T09:01:33.340Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-04T09:01:33.340Z] #44 DONE 0.2s [2022-05-04T09:01:33.340Z] [2022-05-04T09:01:33.340Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-04T09:01:33.340Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-04T09:01:33.340Z] #33 DONE 0.1s [2022-05-04T09:01:33.340Z] [2022-05-04T09:01:33.340Z] #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-05-04T09:01:33.340Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:33.597Z] #34 ... [2022-05-04T09:01:33.597Z] [2022-05-04T09:01:33.597Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-04T09:01:33.597Z] #64 sha256:c8bfae2dddf66930ba9a1969d65a622a51385cf755c55daf2083420b64178e65 [2022-05-04T09:01:33.597Z] #64 DONE 0.2s [2022-05-04T09:01:33.597Z] [2022-05-04T09:01:33.597Z] #48 [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-05-04T09:01:33.597Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-04T09:01:33.597Z] #48 DONE 0.4s [2022-05-04T09:01:33.597Z] [2022-05-04T09:01:33.597Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-04T09:01:33.597Z] #25 sha256:99f1899a62dce24767e0a64e0868ae7341f169c1db7573094a580c69b2cb8630 [2022-05-04T09:01:33.597Z] #25 DONE 0.4s [2022-05-04T09:01:33.597Z] [2022-05-04T09:01:33.597Z] #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-05-04T09:01:33.597Z] #26 sha256:9ad7ea3a3641dbaaf63de2862ba1b228d718518c0d3b50e364cfb65afa79521a [2022-05-04T09:01:34.065Z] #12 DONE 0.7s [2022-05-04T09:01:34.065Z] [2022-05-04T09:01:34.065Z] #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-05-04T09:01:34.065Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-05-04T09:01:34.091Z] #60 17.77 Building dependency tree... [2022-05-04T09:01:34.291Z] #19 84.88 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-05-04T09:01:34.291Z] #19 84.88 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-05-04T09:01:34.291Z] #19 84.92 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-05-04T09:01:34.291Z] #19 84.97 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-05-04T09:01:34.291Z] #19 85.00 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-05-04T09:01:34.296Z] #14 26.69 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-05-04T09:01:34.325Z] #13 DONE 0.7s [2022-05-04T09:01:34.349Z] #60 ... [2022-05-04T09:01:34.349Z] [2022-05-04T09:01:34.349Z] #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-05-04T09:01:34.349Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:34.349Z] #36 19.43 tomll can be used in two ways: [2022-05-04T09:01:34.349Z] #36 19.44 Writing to STDIN and reading from STDOUT: [2022-05-04T09:01:34.349Z] #36 19.44 cat file.toml | tomll > file.toml [2022-05-04T09:01:34.349Z] #36 19.44 [2022-05-04T09:01:34.349Z] #36 19.44 Reading and updating a list of files: [2022-05-04T09:01:34.349Z] #36 19.44 tomll a.toml b.toml c.toml [2022-05-04T09:01:34.349Z] #36 19.44 [2022-05-04T09:01:34.349Z] #36 19.44 When given a list of files, tomll will modify all files in place without asking. [2022-05-04T09:01:34.349Z] #36 DONE 19.7s [2022-05-04T09:01:34.349Z] [2022-05-04T09:01:34.349Z] #45 [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-05-04T09:01:34.349Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:01:34.349Z] #45 18.85 Updating files: 89% (1653/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-04T09:01:34.349Z] #45 19.18 + git checkout -q v2.3.0 [2022-05-04T09:01:34.558Z] #14 27.00 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-05-04T09:01:34.584Z] [2022-05-04T09:01:34.585Z] #48 [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-05-04T09:01:34.585Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-05-04T09:01:34.585Z] #48 DONE 0.1s [2022-05-04T09:01:34.585Z] [2022-05-04T09:01:34.585Z] #49 [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-05-04T09:01:34.585Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:34.607Z] #45 ... [2022-05-04T09:01:34.607Z] [2022-05-04T09:01:34.607Z] #65 [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-05-04T09:01:34.607Z] #65 sha256:fec0f9a6bc94c19bce98e68c3b0e41f6d0f3ab4c10f68e9d02da51085c064ba5 [2022-05-04T09:01:34.607Z] #65 9.627 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:34.607Z] #65 9.627 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-04T09:01:34.607Z] #65 10.34 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-04T09:01:34.607Z] #65 13.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-04T09:01:34.607Z] #65 14.20 go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:01:34.607Z] #65 14.27 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-04T09:01:34.607Z] #65 14.90 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-04T09:01:34.607Z] #65 15.10 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:34.607Z] #65 15.19 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:01:34.607Z] #65 15.57 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:01:34.607Z] #65 15.89 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-04T09:01:34.607Z] #65 16.06 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-04T09:01:34.607Z] #65 16.18 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-04T09:01:34.607Z] #65 18.21 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:34.820Z] #14 27.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-05-04T09:01:34.849Z] #49 ... [2022-05-04T09:01:34.849Z] [2022-05-04T09:01:34.849Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-04T09:01:34.849Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-05-04T09:01:34.849Z] #44 DONE 0.3s [2022-05-04T09:01:34.849Z] [2022-05-04T09:01:34.849Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-04T09:01:34.849Z] #25 sha256:79cdbba30b6045948c982befeda4c814583ba60f612efb1d0d09d2e10b5b74c3 [2022-05-04T09:01:34.849Z] #25 DONE 0.3s [2022-05-04T09:01:34.849Z] [2022-05-04T09:01:34.849Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-04T09:01:34.849Z] #64 sha256:d118f8e10fd6ff33b1c79258b5c705554ff14f71ab890ce032de8970f1f0142b [2022-05-04T09:01:34.849Z] #64 DONE 0.3s [2022-05-04T09:01:35.109Z] [2022-05-04T09:01:35.109Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-04T09:01:35.109Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-05-04T09:01:35.109Z] #33 DONE 0.5s [2022-05-04T09:01:35.109Z] [2022-05-04T09:01:35.109Z] #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-05-04T09:01:35.109Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:35.683Z] #19 86.15 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-05-04T09:01:35.683Z] #19 86.16 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-05-04T09:01:35.683Z] #19 86.16 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-05-04T09:01:35.683Z] #19 86.21 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-05-04T09:01:35.683Z] #19 86.21 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-05-04T09:01:35.683Z] #19 86.21 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-05-04T09:01:35.683Z] #19 86.22 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-05-04T09:01:35.683Z] #19 86.22 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-05-04T09:01:35.683Z] #19 86.26 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-05-04T09:01:35.683Z] #19 ... [2022-05-04T09:01:35.683Z] [2022-05-04T09:01:35.683Z] #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-05-04T09:01:35.683Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:35.683Z] #41 DONE 98.7s [2022-05-04T09:01:35.683Z] [2022-05-04T09:01:35.683Z] #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-05-04T09:01:35.684Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:01:35.684Z] #19 86.33 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-05-04T09:01:35.684Z] #19 86.42 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-05-04T09:01:35.684Z] #19 86.44 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-05-04T09:01:35.684Z] #19 86.49 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-05-04T09:01:35.684Z] #19 86.49 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-05-04T09:01:35.684Z] #19 86.53 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-05-04T09:01:35.767Z] #14 28.19 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-05-04T09:01:36.031Z] #14 28.50 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-04T09:01:36.031Z] #14 28.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-04T09:01:36.031Z] #14 28.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-04T09:01:36.031Z] #14 28.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-04T09:01:36.031Z] #14 28.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-04T09:01:36.031Z] #14 28.62 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-05-04T09:01:36.031Z] #14 28.62 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-05-04T09:01:36.031Z] #14 28.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-05-04T09:01:36.031Z] #14 28.63 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-05-04T09:01:36.031Z] #14 28.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-05-04T09:01:36.031Z] #14 28.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-05-04T09:01:36.031Z] #14 28.65 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-05-04T09:01:36.031Z] #14 28.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-05-04T09:01:36.031Z] #14 28.67 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-05-04T09:01:36.031Z] #14 28.67 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-04T09:01:36.031Z] #14 28.67 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-05-04T09:01:36.510Z] #65 ... [2022-05-04T09:01:36.510Z] [2022-05-04T09:01:36.510Z] #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-05-04T09:01:36.510Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:36.510Z] #14 11.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:36.510Z] #14 19.96 Fetched 8511 kB in 13s (643 kB/s) [2022-05-04T09:01:36.510Z] #14 19.96 Reading package lists... [2022-05-04T09:01:36.510Z] #14 ... [2022-05-04T09:01:36.510Z] [2022-05-04T09:01:36.510Z] #45 [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-05-04T09:01:36.510Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:01:36.836Z] #45 21.68 + 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-05-04T09:01:37.104Z] #45 ... [2022-05-04T09:01:37.104Z] [2022-05-04T09:01:37.104Z] #40 [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-05-04T09:01:37.104Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:37.104Z] #40 12.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:37.104Z] #40 20.26 Fetched 8511 kB in 13s (651 kB/s) [2022-05-04T09:01:37.373Z] #40 20.26 Reading package lists... [2022-05-04T09:01:37.373Z] #40 ... [2022-05-04T09:01:37.373Z] [2022-05-04T09:01:37.373Z] #60 [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-05-04T09:01:37.373Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:37.373Z] #60 21.63 The following additional packages will be installed: [2022-05-04T09:01:37.373Z] #60 21.63 libbtrfs0 [2022-05-04T09:01:37.373Z] #60 21.84 The following NEW packages will be installed: [2022-05-04T09:01:37.373Z] #60 21.86 libbtrfs-dev libbtrfs0 [2022-05-04T09:01:37.373Z] #60 22.32 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:37.373Z] #60 22.32 Need to get 460 kB of archives. [2022-05-04T09:01:37.373Z] #60 22.32 After this operation, 1237 kB of additional disk space will be used. [2022-05-04T09:01:37.373Z] #60 22.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:01:37.373Z] #60 22.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:01:37.422Z] #14 29.72 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:37.422Z] #14 29.96 Fetched 108 MB in 4s (26.0 MB/s) [2022-05-04T09:01:37.611Z] #19 88.12 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-05-04T09:01:37.611Z] #19 88.13 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-05-04T09:01:37.611Z] #19 88.15 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-05-04T09:01:37.611Z] #19 88.19 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-05-04T09:01:37.611Z] #19 88.22 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-05-04T09:01:38.109Z] #14 30.51 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-04T09:01:38.109Z] #14 30.51 (Reading database ... [2022-05-04T09:01:38.109Z] #14 ... [2022-05-04T09:01:38.109Z] [2022-05-04T09:01:38.109Z] #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-05-04T09:01:38.109Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:38.109Z] #31 21.16 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-04T09:01:38.109Z] #31 22.70 [2022-05-04T09:01:38.109Z] #31 23.04 #=#=# 0.1% ########## 14.2% ################# 24.8% ######################## 34.3% ############################## 42.4% ####################################### 55.5% ############################################## 63.9% ##################################################### 74.1% ############################################################### 87.5% ######################################################################## 100.0% [2022-05-04T09:01:38.109Z] #31 25.37 [2022-05-04T09:01:38.335Z] #60 23.73 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:38.335Z] #60 ... [2022-05-04T09:01:38.335Z] [2022-05-04T09:01:38.335Z] #51 [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-05-04T09:01:38.335Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:38.335Z] #51 13.76 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:01:38.335Z] #51 13.76 go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:01:38.596Z] #51 ... [2022-05-04T09:01:38.596Z] [2022-05-04T09:01:38.596Z] #60 [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-05-04T09:01:38.596Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:38.596Z] #60 23.95 Fetched 460 kB in 0s (1290 kB/s) [2022-05-04T09:01:38.599Z] #19 89.30 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-05-04T09:01:38.599Z] #19 89.30 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-05-04T09:01:38.599Z] #19 89.30 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-05-04T09:01:38.599Z] #19 89.32 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-05-04T09:01:38.599Z] #19 89.32 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-05-04T09:01:38.599Z] #19 89.32 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-05-04T09:01:38.599Z] #19 89.33 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-05-04T09:01:38.599Z] #19 89.33 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-05-04T09:01:38.599Z] #19 89.36 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-05-04T09:01:38.599Z] #19 89.37 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-05-04T09:01:38.599Z] #19 89.39 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-05-04T09:01:38.599Z] #19 89.40 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-05-04T09:01:38.867Z] #60 24.11 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:01:38.867Z] #60 24.11 (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-05-04T09:01:38.867Z] #60 24.11 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:01:38.867Z] #60 24.12 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:01:38.945Z] #26 ... [2022-05-04T09:01:38.945Z] [2022-05-04T09:01:38.945Z] #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-05-04T09:01:38.945Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:38.945Z] #14 4.690 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:38.945Z] #14 4.701 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:38.945Z] #14 4.701 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:38.945Z] #14 4.940 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:38.945Z] #14 5.239 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:39.124Z] #60 24.44 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:01:39.124Z] #60 24.44 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:01:39.124Z] #60 24.44 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:01:39.383Z] #60 24.78 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:01:39.383Z] #60 24.82 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:01:39.383Z] #60 ... [2022-05-04T09:01:39.383Z] [2022-05-04T09:01:39.383Z] #49 [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-05-04T09:01:39.383Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:39.383Z] #49 14.49 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-04T09:01:39.383Z] #49 19.15 Fetched 8515 kB in 14s (626 kB/s) [2022-05-04T09:01:39.506Z] #14 6.170 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:39.523Z] #31 ... [2022-05-04T09:01:39.523Z] [2022-05-04T09:01:39.523Z] #45 [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-05-04T09:01:39.523Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:01:39.523Z] #45 21.37 + 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-05-04T09:01:39.523Z] #45 ... [2022-05-04T09:01:39.523Z] [2022-05-04T09:01:39.523Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:39.523Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-05-04T09:01:39.523Z] #38 31.33 NAME: [2022-05-04T09:01:39.523Z] #38 31.35 go-winres - A tool for embedding resources in Windows executables [2022-05-04T09:01:39.523Z] #38 31.35 [2022-05-04T09:01:39.523Z] #38 31.35 USAGE: [2022-05-04T09:01:39.523Z] #38 31.35 go-winres [global options] command [command options] [arguments...] [2022-05-04T09:01:39.523Z] #38 31.35 [2022-05-04T09:01:39.523Z] #38 31.35 COMMANDS: [2022-05-04T09:01:39.523Z] #38 31.35 init Create an initial ./winres/winres.json [2022-05-04T09:01:39.523Z] #38 31.35 make Make syso files for the "go build" command [2022-05-04T09:01:39.523Z] #38 31.35 simply Make syso files for the "go build" command (simplified) [2022-05-04T09:01:39.523Z] #38 31.35 extract Extract all resources from an executable [2022-05-04T09:01:39.523Z] #38 31.35 patch Replace resources in an executable file (exe, dll) [2022-05-04T09:01:39.523Z] #38 31.35 help, h Shows a list of commands or help for one command [2022-05-04T09:01:39.523Z] #38 31.35 [2022-05-04T09:01:39.523Z] #38 31.35 GLOBAL OPTIONS: [2022-05-04T09:01:39.523Z] #38 31.35 --help, -h show help (default: false) [2022-05-04T09:01:39.572Z] #19 90.52 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-05-04T09:01:39.639Z] #49 19.15 Reading package lists... [2022-05-04T09:01:39.639Z] #49 ... [2022-05-04T09:01:39.639Z] [2022-05-04T09:01:39.639Z] #60 [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-05-04T09:01:39.639Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:39.639Z] #60 24.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:39.841Z] #19 90.52 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-05-04T09:01:39.841Z] #19 90.54 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-05-04T09:01:39.841Z] #19 90.58 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-05-04T09:01:39.841Z] #19 90.60 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-05-04T09:01:39.897Z] #60 DONE 25.2s [2022-05-04T09:01:39.897Z] [2022-05-04T09:01:39.897Z] #51 [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-05-04T09:01:39.897Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:39.897Z] #51 ... [2022-05-04T09:01:39.897Z] [2022-05-04T09:01:39.897Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-04T09:01:39.897Z] #61 sha256:08ae8224837bad6cda9b377da97d7ddbad60295aadd332c17ed105fbe5452572 [2022-05-04T09:01:40.070Z] #14 ... [2022-05-04T09:01:40.070Z] [2022-05-04T09:01:40.070Z] #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-05-04T09:01:40.070Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:40.070Z] #34 6.482 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-04T09:01:40.070Z] #34 6.482 Cloning into '.'... [2022-05-04T09:01:40.154Z] #61 DONE 0.2s [2022-05-04T09:01:40.154Z] [2022-05-04T09:01:40.154Z] #62 [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-05-04T09:01:40.154Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:01:40.396Z] #34 ... [2022-05-04T09:01:40.396Z] [2022-05-04T09:01:40.396Z] #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-05-04T09:01:40.396Z] #26 sha256:c1688b698e17d3fe3a8808714443eddbae059040c25a28337aedb8574b4c3252 [2022-05-04T09:01:40.396Z] #26 5.519 + RM_GOPATH=0 [2022-05-04T09:01:40.396Z] #26 5.519 + TMP_GOPATH= [2022-05-04T09:01:40.396Z] #26 5.519 + : /build [2022-05-04T09:01:40.396Z] #26 5.519 + '[' -z '' ']' [2022-05-04T09:01:40.396Z] #26 5.521 ++ mktemp -d [2022-05-04T09:01:40.396Z] #26 5.528 + export GOPATH=/tmp/tmp.cnOcyOK0QJ [2022-05-04T09:01:40.396Z] #26 5.528 + GOPATH=/tmp/tmp.cnOcyOK0QJ [2022-05-04T09:01:40.396Z] #26 5.528 + RM_GOPATH=1 [2022-05-04T09:01:40.396Z] #26 5.528 + case "$(go env GOARCH)" in [2022-05-04T09:01:40.396Z] #26 5.530 ++ go env GOARCH [2022-05-04T09:01:40.396Z] #26 5.565 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:40.396Z] #26 5.565 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:40.396Z] #26 5.567 ++ dirname /install.sh [2022-05-04T09:01:40.396Z] #26 5.571 + dir=/ [2022-05-04T09:01:40.396Z] #26 5.571 + bin=dockercli [2022-05-04T09:01:40.396Z] #26 5.571 + shift [2022-05-04T09:01:40.396Z] #26 5.571 + '[' '!' -f //dockercli.installer ']' [2022-05-04T09:01:40.396Z] #26 5.571 + . //dockercli.installer [2022-05-04T09:01:40.396Z] #26 5.571 ++ : stable [2022-05-04T09:01:40.396Z] #26 5.571 ++ : 17.06.2-ce [2022-05-04T09:01:40.396Z] #26 5.571 + install_dockercli [2022-05-04T09:01:40.396Z] #26 5.571 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-04T09:01:40.396Z] #26 5.571 Install docker/cli version 17.06.2-ce from stable [2022-05-04T09:01:40.396Z] #26 5.574 ++ uname -m [2022-05-04T09:01:40.396Z] #26 5.576 + arch=x86_64 [2022-05-04T09:01:40.396Z] #26 5.576 + '[' x86_64 '!=' x86_64 ']' [2022-05-04T09:01:40.396Z] #26 5.576 + url=https://download.docker.com/linux/static [2022-05-04T09:01:40.396Z] #26 5.587 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-04T09:01:40.396Z] #26 5.587 + tar -xz docker/docker [2022-05-04T09:01:40.655Z] #26 ... [2022-05-04T09:01:40.656Z] [2022-05-04T09:01:40.656Z] #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-05-04T09:01:40.656Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:01:40.656Z] #34 5.657 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-04T09:01:40.656Z] #34 5.668 Cloning into '.'... [2022-05-04T09:01:40.913Z] #38 DONE 33.3s [2022-05-04T09:01:40.913Z] [2022-05-04T09:01:40.913Z] #55 [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-05-04T09:01:40.913Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-05-04T09:01:40.913Z] #55 30.04 v3.0.2 [2022-05-04T09:01:40.913Z] #55 DONE 33.2s [2022-05-04T09:01:40.913Z] [2022-05-04T09:01:40.913Z] #53 [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-05-04T09:01:40.913Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:40.913Z] #53 26.54 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-04T09:01:40.913Z] #53 26.57 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:40.913Z] #53 26.59 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-04T09:01:40.913Z] #53 26.65 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-04T09:01:40.913Z] #53 26.70 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-04T09:01:40.913Z] #53 26.74 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-04T09:01:40.913Z] #53 26.85 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:01:40.913Z] #53 26.86 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-04T09:01:40.913Z] #53 26.93 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-04T09:01:40.913Z] #53 26.97 go: downloading github.com/spf13/afero v1.6.0 [2022-05-04T09:01:40.913Z] #53 26.98 go: downloading github.com/spf13/cast v1.4.1 [2022-05-04T09:01:40.913Z] #53 27.07 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-04T09:01:40.913Z] #53 27.09 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-04T09:01:40.913Z] #53 27.09 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-04T09:01:40.913Z] #53 27.18 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.28 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.29 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-04T09:01:40.913Z] #53 27.30 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.32 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.34 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.35 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-04T09:01:40.913Z] #53 27.35 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-04T09:01:40.913Z] #53 27.35 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-04T09:01:40.913Z] #53 27.42 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-04T09:01:40.913Z] #53 27.46 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-04T09:01:40.913Z] #53 27.75 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-04T09:01:40.913Z] #53 27.83 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-04T09:01:40.913Z] #53 27.86 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-04T09:01:40.913Z] #53 28.17 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-04T09:01:40.913Z] #53 28.22 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-04T09:01:40.913Z] #53 28.26 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-04T09:01:40.913Z] #53 28.29 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-04T09:01:40.913Z] #53 28.34 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-04T09:01:40.913Z] #53 28.36 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-04T09:01:40.913Z] #53 28.38 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-04T09:01:40.913Z] #53 28.44 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-04T09:01:40.913Z] #53 28.50 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-04T09:01:40.913Z] #53 28.51 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-04T09:01:40.913Z] #53 28.59 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-04T09:01:40.913Z] #53 28.63 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-04T09:01:40.913Z] #53 28.69 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-04T09:01:40.913Z] #53 28.71 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-04T09:01:40.913Z] #53 28.74 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-04T09:01:40.913Z] #53 28.75 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-04T09:01:40.913Z] #53 28.78 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-04T09:01:40.913Z] #53 28.81 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-04T09:01:40.913Z] #53 28.82 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-04T09:01:40.913Z] #53 28.88 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-04T09:01:40.913Z] #53 29.01 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-04T09:01:40.913Z] #53 29.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-04T09:01:40.913Z] #53 29.06 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-04T09:01:40.913Z] #53 29.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-04T09:01:40.913Z] #53 29.13 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-04T09:01:40.913Z] #53 29.16 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-04T09:01:40.913Z] #53 29.18 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-04T09:01:40.913Z] #53 29.19 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-04T09:01:40.913Z] #53 29.22 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-04T09:01:40.913Z] #53 29.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-04T09:01:40.913Z] #53 29.27 go: downloading github.com/julz/importas v0.1.0 [2022-05-04T09:01:40.913Z] #53 29.29 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-04T09:01:40.913Z] #53 29.31 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-04T09:01:40.913Z] #53 29.35 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-04T09:01:40.913Z] #53 29.48 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-04T09:01:40.913Z] #53 29.50 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-04T09:01:40.913Z] #53 29.54 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-04T09:01:40.913Z] #53 29.55 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-04T09:01:40.914Z] #53 29.57 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-04T09:01:40.914Z] #53 29.62 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-04T09:01:40.914Z] #53 29.64 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-04T09:01:40.914Z] #53 29.65 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-04T09:01:40.914Z] #53 29.67 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-04T09:01:40.914Z] #53 30.19 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-04T09:01:40.914Z] #53 30.19 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-04T09:01:40.914Z] #53 30.20 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-04T09:01:40.914Z] #53 30.25 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-04T09:01:40.914Z] #53 30.48 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-04T09:01:40.914Z] #53 30.48 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-04T09:01:40.914Z] #53 30.49 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-04T09:01:40.914Z] #53 30.88 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-04T09:01:40.914Z] #53 31.14 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-04T09:01:40.914Z] #53 31.27 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-04T09:01:40.914Z] #53 31.29 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-04T09:01:40.914Z] #53 31.29 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-04T09:01:40.914Z] #53 31.30 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-04T09:01:40.914Z] #53 31.35 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-04T09:01:40.914Z] #53 31.41 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-04T09:01:40.914Z] #53 31.56 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-04T09:01:40.914Z] #53 31.62 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-04T09:01:40.914Z] #53 31.85 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-04T09:01:40.914Z] #53 31.85 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-04T09:01:40.914Z] #53 31.89 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-04T09:01:40.914Z] #53 31.92 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-04T09:01:40.914Z] #53 32.03 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-04T09:01:40.914Z] #53 32.10 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-04T09:01:40.914Z] #53 32.16 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-04T09:01:40.914Z] #53 32.17 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-04T09:01:40.914Z] #53 32.31 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-04T09:01:40.914Z] #53 32.41 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-04T09:01:40.914Z] #53 32.50 go: downloading honnef.co/go/tools v0.2.2 [2022-05-04T09:01:41.175Z] #53 33.90 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-04T09:01:41.228Z] #19 91.82 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-05-04T09:01:41.228Z] #19 91.82 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-05-04T09:01:41.439Z] #53 ... [2022-05-04T09:01:41.439Z] [2022-05-04T09:01:41.439Z] #60 [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-05-04T09:01:41.439Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-05-04T09:01:41.439Z] #60 20.69 Reading package lists... [2022-05-04T09:01:41.439Z] #60 24.91 Building dependency tree... [2022-05-04T09:01:41.439Z] #60 28.60 The following additional packages will be installed: [2022-05-04T09:01:41.439Z] #60 28.60 libbtrfs0 [2022-05-04T09:01:41.439Z] #60 28.78 The following NEW packages will be installed: [2022-05-04T09:01:41.439Z] #60 28.79 libbtrfs-dev libbtrfs0 [2022-05-04T09:01:41.439Z] #60 29.20 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:41.439Z] #60 29.20 Need to get 454 kB of archives. [2022-05-04T09:01:41.439Z] #60 29.20 After this operation, 1275 kB of additional disk space will be used. [2022-05-04T09:01:41.439Z] #60 29.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-04T09:01:41.439Z] #60 29.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-04T09:01:41.439Z] #60 30.57 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:41.439Z] #60 31.26 Fetched 454 kB in 0s (1327 kB/s) [2022-05-04T09:01:41.439Z] #60 31.39 Selecting previously unselected package libbtrfs0:arm64. [2022-05-04T09:01:41.439Z] #60 31.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 ... 15700 files and directories currently installed.) [2022-05-04T09:01:41.439Z] #60 31.42 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-04T09:01:41.439Z] #60 31.87 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-04T09:01:41.439Z] #60 32.30 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-04T09:01:41.439Z] #60 32.31 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-04T09:01:41.439Z] #60 32.33 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-04T09:01:41.439Z] #60 32.83 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-04T09:01:41.439Z] #60 33.02 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-04T09:01:41.439Z] #60 33.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:41.439Z] #60 DONE 33.9s [2022-05-04T09:01:41.439Z] [2022-05-04T09:01:41.439Z] #53 [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-05-04T09:01:41.439Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:41.439Z] #53 33.96 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-04T09:01:41.439Z] #53 ... [2022-05-04T09:01:41.439Z] [2022-05-04T09:01:41.439Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-04T09:01:41.439Z] #61 sha256:b776e1f0be645c3e423129688cc384a34f7bfb57bd078b2ded4df6aaed2713a7 [2022-05-04T09:01:41.490Z] #19 92.45 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:41.702Z] #61 DONE 0.4s [2022-05-04T09:01:41.702Z] [2022-05-04T09:01:41.702Z] #53 [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-05-04T09:01:41.702Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:41.702Z] #53 34.03 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-04T09:01:41.702Z] #53 34.08 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-04T09:01:41.752Z] #19 92.71 Fetched 787 MB in 21s (38.1 MB/s) [2022-05-04T09:01:42.015Z] #19 92.76 Selecting previously unselected package liblocale-gettext-perl. [2022-05-04T09:01:42.015Z] #19 92.76 (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-05-04T09:01:42.015Z] #19 92.79 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-05-04T09:01:42.015Z] #19 92.80 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-05-04T09:01:42.015Z] #19 92.84 Selecting previously unselected package bzip2. [2022-05-04T09:01:42.015Z] #19 92.84 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-05-04T09:01:42.015Z] #19 92.85 Unpacking bzip2 (1.0.8-4) ... [2022-05-04T09:01:42.015Z] #19 92.90 Selecting previously unselected package libmagic-mgc. [2022-05-04T09:01:42.015Z] #19 92.90 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-05-04T09:01:42.015Z] #19 92.90 Unpacking libmagic-mgc (1:5.39-3) ... [2022-05-04T09:01:42.277Z] #19 93.10 Selecting previously unselected package libmagic1:amd64. [2022-05-04T09:01:42.277Z] #19 93.11 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-05-04T09:01:42.277Z] #19 93.11 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-05-04T09:01:42.277Z] #19 93.18 Selecting previously unselected package file. [2022-05-04T09:01:42.277Z] #19 93.18 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-05-04T09:01:42.277Z] #19 93.19 Unpacking file (1:5.39-3) ... [2022-05-04T09:01:42.277Z] #19 93.24 Selecting previously unselected package xz-utils. [2022-05-04T09:01:42.539Z] #19 93.25 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-04T09:01:42.539Z] #19 93.25 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:01:42.539Z] #19 93.35 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-05-04T09:01:42.539Z] #19 93.35 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-04T09:01:42.539Z] #19 93.37 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-04T09:01:43.407Z] #34 ... [2022-05-04T09:01:43.407Z] [2022-05-04T09:01:43.407Z] #40 [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-05-04T09:01:43.407Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:43.407Z] #40 7.571 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:43.407Z] #40 7.665 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:43.407Z] #40 7.676 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:43.407Z] #40 9.315 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:43.407Z] #40 ... [2022-05-04T09:01:43.407Z] [2022-05-04T09:01:43.407Z] #51 [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-05-04T09:01:43.407Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:43.407Z] #51 6.063 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:01:43.407Z] #51 7.715 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:01:43.407Z] #51 7.717 go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:01:43.407Z] #51 7.750 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:01:43.407Z] #51 7.798 go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:01:43.408Z] #51 8.596 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:01:43.408Z] #51 8.607 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:01:43.408Z] #51 8.615 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:01:43.408Z] #51 8.690 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:01:43.408Z] #51 8.777 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:01:43.408Z] #51 9.000 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:01:43.408Z] #51 9.111 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:01:43.408Z] #51 9.347 go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:01:43.408Z] #51 ... [2022-05-04T09:01:43.408Z] [2022-05-04T09:01:43.408Z] #45 [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-05-04T09:01:43.408Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:01:43.408Z] #45 6.768 + git clone https://github.com/docker/distribution.git . [2022-05-04T09:01:43.408Z] #45 6.768 Cloning into '.'... [2022-05-04T09:01:43.487Z] #19 94.12 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-05-04T09:01:43.488Z] #19 94.13 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-05-04T09:01:43.488Z] #19 94.13 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-04T09:01:43.625Z] #53 ... [2022-05-04T09:01:43.625Z] [2022-05-04T09:01:43.625Z] #49 [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-05-04T09:01:43.625Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-04T09:01:43.625Z] #49 24.33 Building dependency tree... [2022-05-04T09:01:43.625Z] #49 27.90 The following additional packages will be installed: [2022-05-04T09:01:43.625Z] #49 27.91 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:01:43.625Z] #49 27.92 python3-protobuf python3-six [2022-05-04T09:01:43.625Z] #49 27.93 Suggested packages: [2022-05-04T09:01:43.625Z] #49 27.94 python3-setuptools [2022-05-04T09:01:43.625Z] #49 27.94 Recommended packages: [2022-05-04T09:01:43.625Z] #49 27.94 iproute2 | iproute [2022-05-04T09:01:43.625Z] #49 28.47 The following NEW packages will be installed: [2022-05-04T09:01:43.625Z] #49 28.48 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:01:43.625Z] #49 28.48 python3-protobuf python3-six [2022-05-04T09:01:43.625Z] #49 28.97 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:43.625Z] #49 28.97 Need to get 2115 kB of archives. [2022-05-04T09:01:43.625Z] #49 28.97 After this operation, 10.7 MB of additional disk space will be used. [2022-05-04T09:01:43.625Z] #49 28.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-05-04T09:01:43.625Z] #49 28.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:01:43.625Z] #49 28.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-04T09:01:43.625Z] #49 29.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-05-04T09:01:43.625Z] #49 29.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-05-04T09:01:43.625Z] #49 29.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-05-04T09:01:43.625Z] #49 29.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-05-04T09:01:43.625Z] #49 31.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-05-04T09:01:43.625Z] #49 33.57 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:43.625Z] #49 33.93 Fetched 2115 kB in 4s (565 kB/s) [2022-05-04T09:01:43.625Z] #49 34.04 Selecting previously unselected package libprotobuf23:arm64. [2022-05-04T09:01:43.625Z] #49 34.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-04T09:01:43.625Z] #49 34.15 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-05-04T09:01:43.625Z] #49 34.18 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-05-04T09:01:43.625Z] #49 34.94 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:01:43.625Z] #49 34.94 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:01:43.625Z] #49 34.95 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:01:43.625Z] #49 35.30 Selecting previously unselected package python3-six. [2022-05-04T09:01:43.625Z] #49 35.30 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-04T09:01:43.625Z] #49 35.30 Unpacking python3-six (1.16.0-2) ... [2022-05-04T09:01:43.625Z] #49 35.57 Selecting previously unselected package python3-protobuf. [2022-05-04T09:01:43.625Z] #49 35.57 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-05-04T09:01:43.625Z] #49 35.57 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-04T09:01:43.625Z] #49 ... [2022-05-04T09:01:43.625Z] [2022-05-04T09:01:43.625Z] #53 [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-05-04T09:01:43.625Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:43.625Z] #53 36.09 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:01:43.625Z] #53 36.09 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:01:43.625Z] #53 36.17 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-04T09:01:43.625Z] #53 36.23 go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:01:43.664Z] #45 ... [2022-05-04T09:01:43.664Z] [2022-05-04T09:01:43.664Z] #53 [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-05-04T09:01:43.664Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:43.664Z] #53 6.212 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-04T09:01:43.888Z] #53 ... [2022-05-04T09:01:43.888Z] [2022-05-04T09:01:43.888Z] #40 [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-05-04T09:01:43.888Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-04T09:01:43.888Z] #40 26.40 The following additional packages will be installed: [2022-05-04T09:01:43.888Z] #40 26.41 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-04T09:01:43.888Z] #40 26.46 Suggested packages: [2022-05-04T09:01:43.888Z] #40 26.46 cmake-doc ninja-build lrzip [2022-05-04T09:01:43.888Z] #40 26.46 Recommended packages: [2022-05-04T09:01:43.888Z] #40 26.46 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-04T09:01:43.888Z] #40 27.25 The following NEW packages will be installed: [2022-05-04T09:01:43.888Z] #40 27.26 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-04T09:01:43.888Z] #40 27.27 vim-common xxd [2022-05-04T09:01:43.888Z] #40 27.69 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:43.888Z] #40 27.69 Need to get 15.6 MB of archives. [2022-05-04T09:01:43.888Z] #40 27.69 After this operation, 67.4 MB of additional disk space will be used. [2022-05-04T09:01:43.888Z] #40 27.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:01:43.888Z] #40 27.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:01:43.888Z] #40 27.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-04T09:01:43.888Z] #40 27.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-04T09:01:43.888Z] #40 28.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB] [2022-05-04T09:01:43.888Z] #40 28.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-05-04T09:01:43.888Z] #40 28.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-05-04T09:01:43.888Z] #40 28.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-05-04T09:01:43.888Z] #40 28.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-05-04T09:01:43.888Z] #40 28.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-05-04T09:01:43.888Z] #40 29.28 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:01:43.888Z] #40 29.47 Fetched 15.6 MB in 1s (17.9 MB/s) [2022-05-04T09:01:43.888Z] #40 29.58 Selecting previously unselected package xxd. [2022-05-04T09:01:43.888Z] #40 29.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-04T09:01:43.888Z] #40 29.65 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-04T09:01:43.888Z] #40 29.66 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:01:43.888Z] #40 29.88 Selecting previously unselected package vim-common. [2022-05-04T09:01:43.888Z] #40 29.88 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:01:43.888Z] #40 29.91 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:01:43.888Z] #40 31.37 Selecting previously unselected package cmake-data. [2022-05-04T09:01:43.888Z] #40 31.37 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-04T09:01:43.888Z] #40 31.38 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:01:43.888Z] #40 35.42 Selecting previously unselected package libicu67:arm64. [2022-05-04T09:01:43.888Z] #40 35.44 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-05-04T09:01:43.888Z] #40 35.47 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-04T09:01:43.888Z] #40 ... [2022-05-04T09:01:43.888Z] [2022-05-04T09:01:43.888Z] #49 [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-05-04T09:01:43.888Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-04T09:01:43.888Z] #49 36.19 Selecting previously unselected package libnet1:arm64. [2022-05-04T09:01:43.888Z] #49 36.20 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-04T09:01:43.888Z] #49 36.20 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:01:43.888Z] #49 36.33 Selecting previously unselected package libnl-3-200:arm64. [2022-05-04T09:01:43.921Z] #53 ... [2022-05-04T09:01:43.921Z] [2022-05-04T09:01:43.921Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:43.921Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:43.921Z] #38 5.942 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:01:43.921Z] #38 7.740 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:01:43.921Z] #38 9.831 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:01:43.921Z] #38 10.39 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:01:43.921Z] #38 10.44 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:01:43.921Z] #38 ... [2022-05-04T09:01:43.921Z] [2022-05-04T09:01:43.921Z] #60 [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-05-04T09:01:43.921Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:43.921Z] #60 7.370 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:43.921Z] #60 7.407 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:43.921Z] #60 7.408 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:43.921Z] #60 8.542 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:44.063Z] #19 94.82 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-05-04T09:01:44.063Z] #19 94.82 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-05-04T09:01:44.063Z] #19 94.83 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-04T09:01:44.153Z] #49 36.33 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-04T09:01:44.153Z] #49 36.33 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-04T09:01:44.153Z] #49 36.45 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-04T09:01:44.153Z] #49 36.47 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-04T09:01:44.153Z] #49 36.48 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-04T09:01:44.181Z] #60 ... [2022-05-04T09:01:44.181Z] [2022-05-04T09:01:44.181Z] #55 [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-05-04T09:01:44.181Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:44.181Z] #55 7.432 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-04T09:01:44.181Z] #55 9.022 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-04T09:01:44.181Z] #55 9.047 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-04T09:01:44.181Z] #55 9.189 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-04T09:01:44.181Z] #55 ... [2022-05-04T09:01:44.181Z] [2022-05-04T09:01:44.181Z] #49 [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-05-04T09:01:44.181Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:44.181Z] #49 7.222 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:44.181Z] #49 7.264 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:44.181Z] #49 7.279 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:44.181Z] #49 7.989 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-04T09:01:44.181Z] #49 8.975 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:44.387Z] #62 3.903 + RM_GOPATH=0 [2022-05-04T09:01:44.387Z] #62 3.903 + TMP_GOPATH= [2022-05-04T09:01:44.387Z] #62 3.904 + : /build [2022-05-04T09:01:44.387Z] #62 3.904 + '[' -z '' ']' [2022-05-04T09:01:44.387Z] #62 3.904 ++ mktemp -d [2022-05-04T09:01:44.387Z] #62 3.912 + export GOPATH=/tmp/tmp.Pw3pjC2hol [2022-05-04T09:01:44.387Z] #62 3.912 + GOPATH=/tmp/tmp.Pw3pjC2hol [2022-05-04T09:01:44.387Z] #62 3.912 + RM_GOPATH=1 [2022-05-04T09:01:44.387Z] #62 3.912 + case "$(go env GOARCH)" in [2022-05-04T09:01:44.387Z] #62 3.912 ++ go env GOARCH [2022-05-04T09:01:44.387Z] #62 3.948 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.387Z] #62 3.948 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.387Z] #62 3.949 ++ dirname /install.sh [2022-05-04T09:01:44.387Z] #62 3.950 + dir=/ [2022-05-04T09:01:44.387Z] #62 3.950 + bin=containerd [2022-05-04T09:01:44.387Z] #62 3.950 + shift [2022-05-04T09:01:44.387Z] #62 3.950 + '[' '!' -f //containerd.installer ']' [2022-05-04T09:01:44.387Z] #62 3.950 + . //containerd.installer [2022-05-04T09:01:44.387Z] #62 3.950 ++ set -e [2022-05-04T09:01:44.387Z] #62 3.950 ++ : v1.6.3 [2022-05-04T09:01:44.387Z] #62 3.950 + install_containerd [2022-05-04T09:01:44.387Z] #62 3.951 + echo 'Install containerd version v1.6.3' [2022-05-04T09:01:44.387Z] #62 3.951 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Pw3pjC2hol/src/github.com/containerd/containerd [2022-05-04T09:01:44.387Z] #62 3.951 Install containerd version v1.6.3 [2022-05-04T09:01:44.387Z] #62 3.957 Cloning into '/tmp/tmp.Pw3pjC2hol/src/github.com/containerd/containerd'... [2022-05-04T09:01:44.387Z] #62 ... [2022-05-04T09:01:44.387Z] [2022-05-04T09:01:44.387Z] #55 [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-05-04T09:01:44.387Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:44.387Z] #55 29.56 v3.0.2 [2022-05-04T09:01:44.387Z] #55 DONE 29.7s [2022-05-04T09:01:44.387Z] [2022-05-04T09:01:44.387Z] #53 [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-05-04T09:01:44.387Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:44.387Z] #53 28.75 go: downloading github.com/fatih/color v1.13.0 [2022-05-04T09:01:44.387Z] #53 28.75 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:44.387Z] #53 28.86 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-04T09:01:44.387Z] #53 28.87 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:01:44.387Z] #53 29.09 go: downloading github.com/spf13/viper v1.10.1 [2022-05-04T09:01:44.387Z] #53 29.21 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:01:44.387Z] #53 29.48 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-04T09:01:44.387Z] #53 29.48 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-04T09:01:44.387Z] #53 29.52 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-04T09:01:44.387Z] #53 29.53 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-04T09:01:44.416Z] #49 36.57 Selecting previously unselected package criu. [2022-05-04T09:01:44.416Z] #49 36.58 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-05-04T09:01:44.416Z] #49 36.58 Unpacking criu (3.16.1-3) ... [2022-05-04T09:01:44.464Z] #49 ... [2022-05-04T09:01:44.464Z] [2022-05-04T09:01:44.464Z] #65 [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-05-04T09:01:44.464Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:01:44.464Z] #65 6.747 + RM_GOPATH=0 [2022-05-04T09:01:44.464Z] #65 6.747 + TMP_GOPATH= [2022-05-04T09:01:44.464Z] #65 6.747 + : /build [2022-05-04T09:01:44.464Z] #65 6.747 + '[' -z '' ']' [2022-05-04T09:01:44.464Z] #65 6.751 ++ mktemp -d [2022-05-04T09:01:44.464Z] #65 6.752 + export GOPATH=/tmp/tmp.aSuwOeTeQ9 [2022-05-04T09:01:44.464Z] #65 6.752 + GOPATH=/tmp/tmp.aSuwOeTeQ9 [2022-05-04T09:01:44.464Z] #65 6.753 + RM_GOPATH=1 [2022-05-04T09:01:44.464Z] #65 6.753 + case "$(go env GOARCH)" in [2022-05-04T09:01:44.464Z] #65 6.754 ++ go env GOARCH [2022-05-04T09:01:44.464Z] #65 6.826 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.464Z] #65 6.826 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.464Z] #65 6.826 ++ dirname /install.sh [2022-05-04T09:01:44.464Z] #65 6.833 + dir=/ [2022-05-04T09:01:44.464Z] #65 6.833 + bin=rootlesskit [2022-05-04T09:01:44.464Z] #65 6.833 + shift [2022-05-04T09:01:44.464Z] #65 6.833 + '[' '!' -f //rootlesskit.installer ']' [2022-05-04T09:01:44.464Z] #65 6.833 + . //rootlesskit.installer [2022-05-04T09:01:44.464Z] #65 6.833 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:44.464Z] #65 6.833 + install_rootlesskit [2022-05-04T09:01:44.464Z] #65 6.833 + case "$1" in [2022-05-04T09:01:44.464Z] #65 6.833 + export CGO_ENABLED=0 [2022-05-04T09:01:44.464Z] #65 6.833 + CGO_ENABLED=0 [2022-05-04T09:01:44.464Z] #65 6.833 + _install_rootlesskit [2022-05-04T09:01:44.464Z] #65 6.833 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-04T09:01:44.464Z] #65 6.833 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:01:44.464Z] #65 6.833 + GOBIN=/build [2022-05-04T09:01:44.464Z] #65 6.833 + GO111MODULE=on [2022-05-04T09:01:44.464Z] #65 6.833 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:44.464Z] #65 6.833 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:44.464Z] #65 7.502 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:01:44.464Z] #65 11.03 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:44.464Z] #65 11.13 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-04T09:01:44.464Z] #65 ... [2022-05-04T09:01:44.464Z] [2022-05-04T09:01:44.464Z] #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-05-04T09:01:44.464Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:44.464Z] #36 5.842 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-04T09:01:44.689Z] #19 95.53 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-05-04T09:01:44.689Z] #19 95.53 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-04T09:01:44.689Z] #19 95.54 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-04T09:01:44.723Z] #36 ... [2022-05-04T09:01:44.723Z] [2022-05-04T09:01:44.723Z] #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-05-04T09:01:44.723Z] #26 sha256:9ad7ea3a3641dbaaf63de2862ba1b228d718518c0d3b50e364cfb65afa79521a [2022-05-04T09:01:44.723Z] #26 6.634 + RM_GOPATH=0 [2022-05-04T09:01:44.723Z] #26 6.634 + TMP_GOPATH= [2022-05-04T09:01:44.723Z] #26 6.634 + : /build [2022-05-04T09:01:44.723Z] #26 6.634 + '[' -z '' ']' [2022-05-04T09:01:44.723Z] #26 6.634 ++ mktemp -d [2022-05-04T09:01:44.723Z] #26 6.643 + export GOPATH=/tmp/tmp.0paeed039o [2022-05-04T09:01:44.723Z] #26 6.643 + GOPATH=/tmp/tmp.0paeed039o [2022-05-04T09:01:44.723Z] #26 6.643 + RM_GOPATH=1 [2022-05-04T09:01:44.723Z] #26 6.643 + case "$(go env GOARCH)" in [2022-05-04T09:01:44.723Z] #26 6.643 ++ go env GOARCH [2022-05-04T09:01:44.723Z] #26 6.688 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.723Z] #26 6.688 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:44.723Z] #26 6.688 ++ dirname /install.sh [2022-05-04T09:01:44.723Z] #26 6.691 + dir=/ [2022-05-04T09:01:44.723Z] #26 6.691 + bin=dockercli [2022-05-04T09:01:44.723Z] #26 6.691 + shift [2022-05-04T09:01:44.723Z] #26 6.691 + '[' '!' -f //dockercli.installer ']' [2022-05-04T09:01:44.723Z] #26 6.691 + . //dockercli.installer [2022-05-04T09:01:44.723Z] #26 6.691 ++ : stable [2022-05-04T09:01:44.723Z] #26 6.691 ++ : 17.06.2-ce [2022-05-04T09:01:44.723Z] #26 6.691 + install_dockercli [2022-05-04T09:01:44.723Z] #26 6.691 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-04T09:01:44.723Z] #26 6.692 Install docker/cli version 17.06.2-ce from stable [2022-05-04T09:01:44.723Z] #26 6.753 ++ uname -m [2022-05-04T09:01:44.723Z] #26 6.768 + arch=x86_64 [2022-05-04T09:01:44.723Z] #26 6.768 + '[' x86_64 '!=' x86_64 ']' [2022-05-04T09:01:44.723Z] #26 6.768 + url=https://download.docker.com/linux/static [2022-05-04T09:01:44.723Z] #26 6.768 + tar -xz docker/docker [2022-05-04T09:01:44.723Z] #26 6.771 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-04T09:01:44.872Z] #34 ... [2022-05-04T09:01:44.872Z] [2022-05-04T09:01:44.872Z] #60 [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-05-04T09:01:44.872Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:44.872Z] #60 6.541 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:44.872Z] #60 6.593 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:44.872Z] #60 6.597 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:44.872Z] #60 7.826 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:44.872Z] #60 ... [2022-05-04T09:01:44.872Z] [2022-05-04T09:01:44.872Z] #53 [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-05-04T09:01:44.872Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:44.872Z] #53 5.517 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-04T09:01:44.872Z] #53 ... [2022-05-04T09:01:44.872Z] [2022-05-04T09:01:44.872Z] #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-05-04T09:01:44.872Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:44.872Z] #14 6.238 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:44.872Z] #14 6.282 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:44.872Z] #14 6.282 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:44.872Z] #14 7.518 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:44.872Z] #14 ... [2022-05-04T09:01:44.872Z] [2022-05-04T09:01:44.872Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:44.872Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:44.872Z] #38 5.997 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:01:44.872Z] #38 6.911 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:01:44.872Z] #38 9.203 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:01:44.872Z] #38 9.955 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:01:44.872Z] #38 10.00 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:01:44.991Z] #49 37.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:01:45.132Z] #38 ... [2022-05-04T09:01:45.133Z] [2022-05-04T09:01:45.133Z] #55 [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-05-04T09:01:45.133Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:45.133Z] #55 5.730 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-04T09:01:45.133Z] #55 7.629 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-04T09:01:45.133Z] #55 7.632 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-04T09:01:45.133Z] #55 7.715 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-04T09:01:45.133Z] #55 10.57 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-04T09:01:45.133Z] #55 ... [2022-05-04T09:01:45.133Z] [2022-05-04T09:01:45.133Z] #45 [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-05-04T09:01:45.133Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:01:45.133Z] #45 5.423 + git clone https://github.com/docker/distribution.git . [2022-05-04T09:01:45.133Z] #45 5.434 Cloning into '.'... [2022-05-04T09:01:45.264Z] #19 96.12 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-05-04T09:01:45.264Z] #19 96.12 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-04T09:01:45.264Z] #19 96.12 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-04T09:01:45.395Z] #45 ... [2022-05-04T09:01:45.395Z] [2022-05-04T09:01:45.395Z] #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-05-04T09:01:45.395Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:45.395Z] #36 4.881 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-04T09:01:45.656Z] #36 ... [2022-05-04T09:01:45.656Z] [2022-05-04T09:01:45.656Z] #65 [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-05-04T09:01:45.656Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:01:45.656Z] #65 5.756 + RM_GOPATH=0 [2022-05-04T09:01:45.656Z] #65 5.756 + TMP_GOPATH= [2022-05-04T09:01:45.656Z] #65 5.756 + : /build [2022-05-04T09:01:45.656Z] #65 5.756 + '[' -z '' ']' [2022-05-04T09:01:45.656Z] #65 5.757 ++ mktemp -d [2022-05-04T09:01:45.656Z] #65 5.761 + export GOPATH=/tmp/tmp.k19L8lRjPN [2022-05-04T09:01:45.656Z] #65 5.761 + GOPATH=/tmp/tmp.k19L8lRjPN [2022-05-04T09:01:45.656Z] #65 5.763 + RM_GOPATH=1 [2022-05-04T09:01:45.656Z] #65 5.763 + case "$(go env GOARCH)" in [2022-05-04T09:01:45.656Z] #65 5.763 ++ go env GOARCH [2022-05-04T09:01:45.656Z] #65 5.824 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:45.656Z] #65 5.824 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:45.656Z] #65 5.824 ++ dirname /install.sh [2022-05-04T09:01:45.656Z] #65 5.863 + dir=/ [2022-05-04T09:01:45.656Z] #65 5.863 + bin=rootlesskit [2022-05-04T09:01:45.656Z] #65 5.863 + shift [2022-05-04T09:01:45.656Z] #65 5.863 + '[' '!' -f //rootlesskit.installer ']' [2022-05-04T09:01:45.656Z] #65 5.863 + . //rootlesskit.installer [2022-05-04T09:01:45.656Z] #65 5.863 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:45.656Z] #65 5.863 + install_rootlesskit [2022-05-04T09:01:45.656Z] #65 5.863 + case "$1" in [2022-05-04T09:01:45.656Z] #65 5.863 + export CGO_ENABLED=0 [2022-05-04T09:01:45.656Z] #65 5.863 + CGO_ENABLED=0 [2022-05-04T09:01:45.656Z] #65 5.863 + _install_rootlesskit [2022-05-04T09:01:45.656Z] #65 5.867 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:45.656Z] #65 5.867 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-04T09:01:45.656Z] #65 5.867 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:01:45.656Z] #65 5.867 + GOBIN=/build [2022-05-04T09:01:45.656Z] #65 5.867 + GO111MODULE=on [2022-05-04T09:01:45.656Z] #65 5.867 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:01:45.656Z] #65 6.495 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:01:45.656Z] #65 10.80 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:45.656Z] #65 10.81 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-04T09:01:45.656Z] #65 ... [2022-05-04T09:01:45.656Z] [2022-05-04T09:01:45.656Z] #51 [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-05-04T09:01:45.656Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:45.656Z] #51 6.091 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:01:45.656Z] #51 8.204 go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:01:45.656Z] #51 8.267 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:01:45.656Z] #51 8.278 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:01:45.656Z] #51 8.325 go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:01:45.656Z] #51 9.008 go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:01:45.656Z] #51 9.334 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:01:45.656Z] #51 9.763 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:01:45.656Z] #51 9.986 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:01:45.656Z] #51 10.23 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:01:45.657Z] #26 ... [2022-05-04T09:01:45.657Z] [2022-05-04T09:01:45.657Z] #65 [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-05-04T09:01:45.657Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:01:45.657Z] #65 12.27 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-04T09:01:45.762Z] #53 30.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-04T09:01:45.762Z] #53 30.83 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-04T09:01:45.838Z] #19 96.69 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-05-04T09:01:45.838Z] #19 96.69 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:01:45.838Z] #19 96.69 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:01:45.838Z] #19 96.76 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-05-04T09:01:45.838Z] #19 96.77 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:01:45.838Z] #19 96.78 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:01:45.919Z] #51 ... [2022-05-04T09:01:45.919Z] [2022-05-04T09:01:45.919Z] #40 [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-05-04T09:01:45.919Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:45.919Z] #40 6.441 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:45.919Z] #40 6.479 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:45.919Z] #40 6.491 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:45.919Z] #40 8.351 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:45.919Z] #40 ... [2022-05-04T09:01:45.919Z] [2022-05-04T09:01:45.919Z] #60 [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-05-04T09:01:45.919Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:45.919Z] #60 11.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:46.378Z] #49 38.71 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-05-04T09:01:46.378Z] #49 38.72 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:01:46.378Z] #49 38.75 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-04T09:01:46.378Z] #49 38.77 Setting up python3-six (1.16.0-2) ... [2022-05-04T09:01:46.655Z] Running on azwin-2-24ffe1 in d:\jenkins\workspace\moby_PR-43559 [Pipeline] { [Pipeline] ws [2022-05-04T09:01:46.671Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-04T09:01:47.769Z] #49 39.96 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-04T09:01:47.769Z] #49 39.98 Setting up python3-protobuf (3.12.4-1) ... [2022-05-04T09:01:48.031Z] #49 ... [2022-05-04T09:01:48.031Z] [2022-05-04T09:01:48.031Z] #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-05-04T09:01:48.031Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:48.031Z] #14 30.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-04T09:01:48.031Z] #14 30.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-04T09:01:48.031Z] #14 31.19 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:01:48.031Z] #14 34.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-04T09:01:48.031Z] #14 34.01 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-04T09:01:48.031Z] #14 34.05 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:01:48.031Z] #14 37.08 Selecting previously unselected package binutils-mingw-w64. [2022-05-04T09:01:48.031Z] #14 37.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-04T09:01:48.031Z] #14 37.08 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:01:48.031Z] #14 37.21 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-05-04T09:01:48.031Z] #14 37.22 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-04T09:01:48.031Z] #14 37.22 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:01:48.031Z] #14 37.46 Selecting previously unselected package dmsetup. [2022-05-04T09:01:48.031Z] #14 37.47 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-05-04T09:01:48.031Z] #14 37.47 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:01:48.031Z] #14 37.66 Selecting previously unselected package mingw-w64-common. [2022-05-04T09:01:48.031Z] #14 37.66 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-04T09:01:48.031Z] #14 37.67 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-04T09:01:48.255Z] The recommended git tool is: git [2022-05-04T09:01:48.293Z] #14 ... [2022-05-04T09:01:48.293Z] [2022-05-04T09:01:48.293Z] #53 [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-05-04T09:01:48.293Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:48.293Z] #53 40.04 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-04T09:01:48.293Z] #53 40.20 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:01:48.293Z] #53 40.21 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:01:48.293Z] #53 40.34 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-04T09:01:48.293Z] #53 40.36 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-04T09:01:48.293Z] #53 40.37 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-04T09:01:48.293Z] #53 40.42 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-04T09:01:48.293Z] #53 40.50 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-04T09:01:48.293Z] #53 40.50 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-04T09:01:48.293Z] #53 40.54 go: downloading golang.org/x/mod v0.5.1 [2022-05-04T09:01:48.293Z] #53 40.60 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-04T09:01:48.293Z] #53 40.63 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-04T09:01:48.293Z] #53 40.68 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-04T09:01:48.293Z] #53 40.72 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-04T09:01:48.293Z] #53 40.80 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-04T09:01:48.312Z] #53 33.73 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:01:48.312Z] #53 33.75 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-04T09:01:48.312Z] #53 33.85 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-04T09:01:48.570Z] #53 33.92 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-04T09:01:48.659Z] #53 41.17 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:01:48.827Z] #53 34.01 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:01:48.828Z] #53 34.06 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-04T09:01:48.828Z] #53 34.07 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-04T09:01:48.828Z] #53 34.23 go: downloading github.com/spf13/afero v1.6.0 [2022-05-04T09:01:48.828Z] #53 34.23 go: downloading github.com/spf13/cast v1.4.1 [2022-05-04T09:01:48.828Z] #53 34.26 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-04T09:01:48.920Z] #53 41.21 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-04T09:01:49.106Z] #53 34.32 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-04T09:01:49.106Z] #53 34.36 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-04T09:01:49.106Z] #53 34.42 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-04T09:01:49.106Z] #53 34.55 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-04T09:01:49.191Z] #53 41.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-04T09:01:49.191Z] #53 41.80 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-04T09:01:49.191Z] #53 41.81 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-04T09:01:49.239Z] #60 14.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:49.367Z] #53 34.60 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-04T09:01:49.367Z] #53 34.62 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-04T09:01:49.367Z] #53 34.67 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-04T09:01:49.367Z] #53 34.74 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-04T09:01:49.367Z] #53 34.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-04T09:01:49.367Z] #53 34.78 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-04T09:01:49.367Z] #53 34.87 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-04T09:01:49.471Z] #53 41.96 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:01:49.471Z] #53 42.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:01:49.732Z] #53 42.01 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:01:49.732Z] #53 42.04 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-04T09:01:49.931Z] #53 35.43 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-04T09:01:49.932Z] #53 ... [2022-05-04T09:01:49.932Z] [2022-05-04T09:01:49.932Z] #49 [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-05-04T09:01:49.932Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:49.932Z] #49 19.15 Reading package lists... [2022-05-04T09:01:49.932Z] #49 25.41 Reading package lists... [2022-05-04T09:01:49.932Z] #49 30.24 Building dependency tree... [2022-05-04T09:01:49.932Z] #49 33.39 The following additional packages will be installed: [2022-05-04T09:01:49.932Z] #49 33.41 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:01:49.932Z] #49 33.42 python3-protobuf python3-six [2022-05-04T09:01:49.932Z] #49 33.46 Suggested packages: [2022-05-04T09:01:49.932Z] #49 33.46 python3-setuptools [2022-05-04T09:01:49.932Z] #49 33.46 Recommended packages: [2022-05-04T09:01:49.932Z] #49 33.46 iproute2 | iproute [2022-05-04T09:01:49.932Z] #49 34.08 The following NEW packages will be installed: [2022-05-04T09:01:49.932Z] #49 34.08 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:01:49.932Z] #49 34.08 python3-protobuf python3-six [2022-05-04T09:01:49.932Z] #49 34.56 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:49.932Z] #49 34.56 Need to get 2292 kB of archives. [2022-05-04T09:01:49.932Z] #49 34.56 After this operation, 11.0 MB of additional disk space will be used. [2022-05-04T09:01:49.932Z] #49 34.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-04T09:01:49.932Z] #49 34.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:01:49.932Z] #49 34.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-04T09:01:49.932Z] #49 34.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-04T09:01:49.932Z] #49 34.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:01:49.932Z] #49 34.62 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-05-04T09:01:49.932Z] #49 34.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:01:50.024Z] #53 ... [2022-05-04T09:01:50.024Z] [2022-05-04T09:01:50.024Z] #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-05-04T09:01:50.024Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:50.024Z] #31 28.24 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-04T09:01:50.024Z] #31 29.77 #=#=# [2022-05-04T09:01:50.024Z] #31 30.23 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:50.024Z] #31 31.77 [2022-05-04T09:01:50.024Z] #31 33.87 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-04T09:01:50.024Z] #31 35.26 #=#=# [2022-05-04T09:01:50.024Z] #31 35.58 #=#=# ######################################################################## 100.0% [2022-05-04T09:01:50.024Z] #31 36.62 [2022-05-04T09:01:50.024Z] #31 36.91 Download of images into '/build' complete. [2022-05-04T09:01:50.024Z] #31 36.92 Use something like the following to load the result into a Docker daemon: [2022-05-04T09:01:50.024Z] #31 36.92 tar -cC '/build' . | docker load [2022-05-04T09:01:50.024Z] #31 ... [2022-05-04T09:01:50.024Z] [2022-05-04T09:01:50.024Z] #53 [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-05-04T09:01:50.024Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:50.024Z] #53 42.57 go: downloading github.com/prometheus/common v0.10.0 [2022-05-04T09:01:50.189Z] #49 ... [2022-05-04T09:01:50.189Z] [2022-05-04T09:01:50.189Z] #53 [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-05-04T09:01:50.189Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:50.189Z] #53 35.50 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-04T09:01:50.189Z] #53 35.51 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-04T09:01:50.189Z] #53 35.54 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-04T09:01:50.189Z] #53 35.61 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-04T09:01:50.447Z] #53 35.67 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-04T09:01:50.665Z] #53 43.01 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-04T09:01:50.665Z] #53 ... [2022-05-04T09:01:50.665Z] [2022-05-04T09:01:50.665Z] #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-05-04T09:01:50.665Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-04T09:01:50.665Z] #34 32.69 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-04T09:01:50.665Z] #34 33.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:01:50.665Z] #34 ... [2022-05-04T09:01:50.665Z] [2022-05-04T09:01:50.665Z] #53 [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-05-04T09:01:50.665Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:50.665Z] #53 43.26 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-04T09:01:50.704Z] #53 ... [2022-05-04T09:01:50.704Z] [2022-05-04T09:01:50.704Z] #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-05-04T09:01:50.704Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:50.704Z] #14 19.96 Reading package lists... [2022-05-04T09:01:50.704Z] #14 26.18 Reading package lists... [2022-05-04T09:01:50.704Z] #14 31.22 Building dependency tree... [2022-05-04T09:01:50.704Z] #14 34.44 The following additional packages will be installed: [2022-05-04T09:01:50.704Z] #14 34.44 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:01:50.704Z] #14 34.44 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-04T09:01:50.704Z] #14 34.44 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-04T09:01:50.704Z] #14 34.44 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-04T09:01:50.704Z] #14 34.44 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-04T09:01:50.704Z] #14 34.47 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-04T09:01:50.704Z] #14 34.47 mingw-w64-common mingw-w64-x86-64-dev [2022-05-04T09:01:50.704Z] #14 34.49 Suggested packages: [2022-05-04T09:01:50.704Z] #14 34.49 gcc-10-locales seccomp wine64 [2022-05-04T09:01:50.704Z] #14 35.67 The following NEW packages will be installed: [2022-05-04T09:01:50.704Z] #14 35.68 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:01:50.704Z] #14 35.68 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-04T09:01:50.704Z] #14 35.68 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-04T09:01:50.704Z] #14 35.68 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-04T09:01:50.704Z] #14 35.68 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-04T09:01:50.704Z] #14 35.68 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-04T09:01:50.704Z] #14 35.68 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-04T09:01:50.704Z] #14 35.68 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-04T09:01:50.704Z] #14 35.68 mingw-w64-x86-64-dev [2022-05-04T09:01:50.704Z] #14 36.07 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:50.704Z] #14 36.07 Need to get 115 MB of archives. [2022-05-04T09:01:50.704Z] #14 36.07 After this operation, 645 MB of additional disk space will be used. [2022-05-04T09:01:50.704Z] #14 36.07 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-05-04T09:01:50.704Z] #14 36.19 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-05-04T09:01:50.928Z] #53 43.28 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:01:50.962Z] #14 36.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-04T09:01:50.962Z] #14 36.33 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-05-04T09:01:50.962Z] #14 36.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-04T09:01:50.962Z] #14 36.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-04T09:01:50.962Z] #14 ... [2022-05-04T09:01:50.962Z] [2022-05-04T09:01:50.962Z] #40 [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-05-04T09:01:50.962Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:50.962Z] #40 20.26 Reading package lists... [2022-05-04T09:01:50.962Z] #40 26.67 Reading package lists... [2022-05-04T09:01:50.962Z] #40 31.29 Building dependency tree... [2022-05-04T09:01:50.962Z] #40 34.49 The following additional packages will be installed: [2022-05-04T09:01:50.962Z] #40 34.51 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-04T09:01:50.962Z] #40 34.55 Suggested packages: [2022-05-04T09:01:50.962Z] #40 34.55 cmake-doc ninja-build lrzip [2022-05-04T09:01:50.962Z] #40 34.55 Recommended packages: [2022-05-04T09:01:50.962Z] #40 34.55 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-04T09:01:50.962Z] #40 35.41 The following NEW packages will be installed: [2022-05-04T09:01:50.962Z] #40 35.42 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-04T09:01:50.962Z] #40 35.44 vim-common xxd [2022-05-04T09:01:50.962Z] #40 35.79 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:01:50.962Z] #40 35.79 Need to get 17.7 MB of archives. [2022-05-04T09:01:50.962Z] #40 35.79 After this operation, 70.7 MB of additional disk space will be used. [2022-05-04T09:01:50.962Z] #40 35.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:01:50.962Z] #40 35.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:01:50.962Z] #40 35.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-04T09:01:50.962Z] #40 35.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:01:50.962Z] #40 36.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-04T09:01:50.962Z] #40 36.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-04T09:01:50.962Z] #40 36.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-04T09:01:50.962Z] #40 36.35 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-04T09:01:50.962Z] #40 36.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-04T09:01:50.962Z] #40 36.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-04T09:01:51.002Z] #65 16.91 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-04T09:01:51.153Z] #60 ... [2022-05-04T09:01:51.153Z] [2022-05-04T09:01:51.153Z] #51 [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-05-04T09:01:51.153Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:51.153Z] #51 16.28 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:01:51.153Z] #51 16.35 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:01:51.153Z] #51 16.58 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:01:51.153Z] #51 ... [2022-05-04T09:01:51.153Z] [2022-05-04T09:01:51.153Z] #49 [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-05-04T09:01:51.153Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:51.153Z] #49 6.553 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:01:51.153Z] #49 6.654 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:01:51.153Z] #49 6.659 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:01:51.153Z] #49 7.295 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-04T09:01:51.153Z] #49 8.451 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:01:51.153Z] #49 11.76 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:51.153Z] #49 14.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:51.220Z] #40 ... [2022-05-04T09:01:51.220Z] [2022-05-04T09:01:51.220Z] #53 [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-05-04T09:01:51.220Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:51.220Z] #53 36.42 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-04T09:01:51.220Z] #53 36.45 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-04T09:01:51.220Z] #53 36.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-04T09:01:51.220Z] #53 36.52 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-04T09:01:51.220Z] #53 36.56 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-04T09:01:51.220Z] #53 36.61 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-04T09:01:51.220Z] #53 36.63 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-04T09:01:51.220Z] #53 36.66 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-04T09:01:51.220Z] #53 36.68 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-04T09:01:51.259Z] #65 17.86 go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:01:51.413Z] #49 ... [2022-05-04T09:01:51.413Z] [2022-05-04T09:01:51.413Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:51.413Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:51.413Z] #38 15.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:01:51.413Z] #38 15.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:51.478Z] #53 36.73 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-04T09:01:51.478Z] #53 36.80 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-04T09:01:51.478Z] #53 36.85 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-04T09:01:51.478Z] #53 36.87 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-04T09:01:51.478Z] #53 36.90 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-04T09:01:51.478Z] #53 37.01 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-04T09:01:51.501Z] #53 ... [2022-05-04T09:01:51.501Z] [2022-05-04T09:01:51.501Z] #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-05-04T09:01:51.501Z] #31 sha256:3b296f34c2a3e411fab2f90eaf89ea0dc2d556e9dc60adba6998c6938a3b236e [2022-05-04T09:01:51.501Z] #31 DONE 39.8s [2022-05-04T09:01:51.737Z] #53 37.03 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-04T09:01:51.737Z] #53 37.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-04T09:01:51.737Z] #53 37.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-04T09:01:51.737Z] #53 37.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-04T09:01:51.762Z] [2022-05-04T09:01:51.762Z] #40 [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-05-04T09:01:51.762Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-04T09:01:51.762Z] #40 40.56 Selecting previously unselected package libxml2:arm64. [2022-05-04T09:01:51.762Z] #40 40.56 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ... [2022-05-04T09:01:51.762Z] #40 40.56 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:01:51.762Z] #40 40.94 Selecting previously unselected package libarchive13:arm64. [2022-05-04T09:01:51.762Z] #40 40.95 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-05-04T09:01:51.763Z] #40 40.95 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-04T09:01:51.763Z] #40 42.27 Selecting previously unselected package libjsoncpp24:arm64. [2022-05-04T09:01:51.763Z] #40 42.28 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-05-04T09:01:51.763Z] #40 42.55 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-04T09:01:51.763Z] #40 43.56 Selecting previously unselected package librhash0:arm64. [2022-05-04T09:01:51.763Z] #40 43.56 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-05-04T09:01:51.763Z] #40 43.57 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-05-04T09:01:51.763Z] #40 43.91 Selecting previously unselected package libuv1:arm64. [2022-05-04T09:01:51.763Z] #40 43.91 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-05-04T09:01:51.763Z] #40 43.93 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-05-04T09:01:51.763Z] #40 44.21 Selecting previously unselected package cmake. [2022-05-04T09:01:51.763Z] #40 44.21 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-05-04T09:01:51.763Z] #40 44.21 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:01:51.763Z] #40 ... [2022-05-04T09:01:51.763Z] [2022-05-04T09:01:51.763Z] #62 [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-05-04T09:01:51.763Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:01:51.763Z] #62 1.101 + RM_GOPATH=0 [2022-05-04T09:01:51.763Z] #62 1.101 + TMP_GOPATH= [2022-05-04T09:01:51.763Z] #62 1.101 + : /build [2022-05-04T09:01:51.763Z] #62 1.101 + '[' -z '' ']' [2022-05-04T09:01:51.763Z] #62 1.101 ++ mktemp -d [2022-05-04T09:01:51.763Z] #62 1.121 + export GOPATH=/tmp/tmp.FMMSmFE81c [2022-05-04T09:01:51.763Z] #62 1.121 + GOPATH=/tmp/tmp.FMMSmFE81c [2022-05-04T09:01:51.763Z] #62 1.121 + RM_GOPATH=1 [2022-05-04T09:01:51.763Z] #62 1.121 + case "$(go env GOARCH)" in [2022-05-04T09:01:51.763Z] #62 1.121 ++ go env GOARCH [2022-05-04T09:01:51.763Z] #62 1.228 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:51.763Z] #62 1.228 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:51.763Z] #62 1.228 ++ dirname /install.sh [2022-05-04T09:01:51.763Z] #62 1.228 + dir=/ [2022-05-04T09:01:51.763Z] #62 1.228 + bin=containerd [2022-05-04T09:01:51.763Z] #62 1.228 + shift [2022-05-04T09:01:51.763Z] #62 1.228 + '[' '!' -f //containerd.installer ']' [2022-05-04T09:01:51.763Z] #62 1.228 + . //containerd.installer [2022-05-04T09:01:51.763Z] #62 1.228 ++ set -e [2022-05-04T09:01:51.763Z] #62 1.228 ++ : v1.6.3 [2022-05-04T09:01:51.763Z] #62 1.228 + install_containerd [2022-05-04T09:01:51.763Z] #62 1.228 + echo 'Install containerd version v1.6.3' [2022-05-04T09:01:51.763Z] #62 1.228 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FMMSmFE81c/src/github.com/containerd/containerd [2022-05-04T09:01:51.763Z] #62 1.228 Install containerd version v1.6.3 [2022-05-04T09:01:51.763Z] #62 1.248 Cloning into '/tmp/tmp.FMMSmFE81c/src/github.com/containerd/containerd'... [2022-05-04T09:01:51.822Z] #65 18.17 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-04T09:01:51.822Z] #65 18.26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-04T09:01:51.822Z] #65 ... [2022-05-04T09:01:51.822Z] [2022-05-04T09:01:51.822Z] #51 [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-05-04T09:01:51.822Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:51.822Z] #51 18.67 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:01:51.995Z] #53 37.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-04T09:01:51.996Z] #53 37.49 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-04T09:01:52.025Z] #62 ... [2022-05-04T09:01:52.025Z] [2022-05-04T09:01:52.025Z] #53 [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-05-04T09:01:52.025Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:01:52.025Z] #53 44.49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:01:52.079Z] #51 18.76 go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:01:52.253Z] #53 37.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-04T09:01:52.253Z] #53 37.52 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-04T09:01:52.253Z] #53 37.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-04T09:01:52.253Z] #53 37.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-04T09:01:52.253Z] #53 37.61 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-04T09:01:52.253Z] #53 37.62 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-04T09:01:52.253Z] #53 37.67 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-04T09:01:52.253Z] #53 37.68 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-04T09:01:52.513Z] #53 37.73 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-04T09:01:52.513Z] #53 37.73 go: downloading github.com/julz/importas v0.1.0 [2022-05-04T09:01:52.513Z] #53 37.79 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-04T09:01:52.513Z] #53 37.82 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-04T09:01:52.513Z] #53 37.92 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-04T09:01:52.513Z] #53 37.95 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-04T09:01:52.513Z] #53 37.99 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-04T09:01:52.513Z] #53 37.99 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-04T09:01:52.771Z] #53 38.05 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-04T09:01:52.771Z] #53 38.09 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-04T09:01:52.771Z] #53 38.13 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-04T09:01:52.771Z] #53 38.15 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-04T09:01:52.771Z] #53 38.18 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-04T09:01:52.771Z] #53 38.21 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-04T09:01:53.338Z] #53 38.62 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-04T09:01:53.338Z] #53 38.62 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-04T09:01:53.338Z] #53 38.64 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-04T09:01:53.338Z] #53 38.67 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-04T09:01:53.338Z] #53 38.74 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-04T09:01:53.598Z] #53 38.77 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-04T09:01:53.598Z] #53 38.79 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-04T09:01:53.598Z] #53 38.89 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-04T09:01:53.598Z] #53 38.92 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-04T09:01:53.857Z] #53 ... [2022-05-04T09:01:53.857Z] [2022-05-04T09:01:53.857Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:53.857Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:53.857Z] #38 38.94 NAME: [2022-05-04T09:01:53.857Z] #38 38.94 go-winres - A tool for embedding resources in Windows executables [2022-05-04T09:01:53.857Z] #38 38.94 [2022-05-04T09:01:53.857Z] #38 38.94 USAGE: [2022-05-04T09:01:53.857Z] #38 38.94 go-winres [global options] command [command options] [arguments...] [2022-05-04T09:01:53.857Z] #38 38.94 [2022-05-04T09:01:53.857Z] #38 38.94 COMMANDS: [2022-05-04T09:01:53.857Z] #38 38.94 init Create an initial ./winres/winres.json [2022-05-04T09:01:53.857Z] #38 38.94 make Make syso files for the "go build" command [2022-05-04T09:01:53.857Z] #38 38.94 simply Make syso files for the "go build" command (simplified) [2022-05-04T09:01:53.857Z] #38 38.94 extract Extract all resources from an executable [2022-05-04T09:01:53.857Z] #38 38.94 patch Replace resources in an executable file (exe, dll) [2022-05-04T09:01:53.857Z] #38 38.94 help, h Shows a list of commands or help for one command [2022-05-04T09:01:53.857Z] #38 38.94 [2022-05-04T09:01:53.857Z] #38 38.94 GLOBAL OPTIONS: [2022-05-04T09:01:53.857Z] #38 38.94 --help, -h show help (default: false) [2022-05-04T09:01:53.857Z] #38 DONE 39.3s [2022-05-04T09:01:53.857Z] [2022-05-04T09:01:53.857Z] #53 [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-05-04T09:01:53.857Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:01:53.857Z] #53 39.25 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-04T09:01:53.857Z] #53 39.26 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-04T09:01:53.857Z] #53 39.31 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-04T09:01:53.857Z] #53 39.31 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-04T09:01:54.116Z] #53 39.32 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-04T09:01:54.116Z] #53 39.43 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-04T09:01:54.116Z] #53 39.44 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-04T09:01:54.116Z] #53 39.47 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-04T09:01:54.116Z] #53 39.49 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-04T09:01:54.116Z] #53 39.58 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-04T09:01:54.116Z] #53 39.64 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-04T09:01:54.116Z] #53 39.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-04T09:01:54.610Z] #51 ... [2022-05-04T09:01:54.610Z] [2022-05-04T09:01:54.610Z] #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-05-04T09:01:54.610Z] #26 sha256:9ad7ea3a3641dbaaf63de2862ba1b228d718518c0d3b50e364cfb65afa79521a [2022-05-04T09:01:54.610Z] #26 20.39 + mkdir -p /build [2022-05-04T09:01:54.610Z] #26 20.44 + mv docker/docker /build/ [2022-05-04T09:01:54.610Z] #26 20.46 + rmdir docker [2022-05-04T09:01:54.610Z] #26 DONE 21.0s [2022-05-04T09:01:54.694Z] #53 39.87 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-04T09:01:54.694Z] #53 39.88 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-04T09:01:54.694Z] #53 39.93 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-04T09:01:54.694Z] #53 39.93 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-04T09:01:54.694Z] #53 40.16 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-04T09:01:54.725Z] #38 ... [2022-05-04T09:01:54.725Z] [2022-05-04T09:01:54.725Z] #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-05-04T09:01:54.725Z] #26 sha256:c1688b698e17d3fe3a8808714443eddbae059040c25a28337aedb8574b4c3252 [2022-05-04T09:01:54.725Z] #26 18.35 + mkdir -p /build [2022-05-04T09:01:54.725Z] #26 18.36 + mv docker/docker /build/ [2022-05-04T09:01:54.725Z] #26 18.37 + rmdir docker [2022-05-04T09:01:54.725Z] #26 DONE 19.2s [2022-05-04T09:01:54.725Z] [2022-05-04T09:01:54.725Z] #51 [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-05-04T09:01:54.725Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:01:54.725Z] #51 19.28 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:01:54.725Z] #51 19.29 go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:01:54.865Z] [2022-05-04T09:01:54.866Z] #65 [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-05-04T09:01:54.866Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:01:54.866Z] #65 18.52 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:54.866Z] #65 18.76 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:01:54.866Z] #65 19.06 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:01:54.866Z] #65 19.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-04T09:01:54.866Z] #65 19.85 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-04T09:01:54.866Z] #65 20.03 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-04T09:01:54.953Z] #53 40.26 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-04T09:01:54.953Z] #53 40.40 go: downloading honnef.co/go/tools v0.2.2 [2022-05-04T09:01:55.337Z] #53 ... [2022-05-04T09:01:55.337Z] [2022-05-04T09:01:55.337Z] #49 [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-05-04T09:01:55.337Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-05-04T09:01:55.337Z] #49 44.47 Setting up criu (3.16.1-3) ... [2022-05-04T09:01:55.337Z] #49 45.96 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:55.337Z] #49 DONE 47.5s [2022-05-04T09:01:55.337Z] [2022-05-04T09:01:55.337Z] #51 [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-05-04T09:01:55.337Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-05-04T09:01:55.337Z] #51 47.39 gotestsum version dev [2022-05-04T09:01:55.337Z] #51 DONE 47.9s [2022-05-04T09:01:55.337Z] [2022-05-04T09:01:55.337Z] #40 [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-05-04T09:01:55.337Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-05-04T09:01:55.337Z] #40 46.55 Setting up libicu67:arm64 (67.1-7) ... [2022-05-04T09:01:55.337Z] #40 47.10 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.14 Setting up libuv1:arm64 (1.40.0-2) ... [2022-05-04T09:01:55.337Z] #40 47.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.24 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-04T09:01:55.337Z] #40 47.57 Setting up librhash0:arm64 (1.4.1-2) ... [2022-05-04T09:01:55.337Z] #40 47.66 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.76 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.83 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.85 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:01:55.337Z] #40 47.88 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:01:55.430Z] #65 ... [2022-05-04T09:01:55.430Z] [2022-05-04T09:01:55.430Z] #55 [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-05-04T09:01:55.430Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:01:55.430Z] #55 12.18 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-04T09:01:55.430Z] #55 ... [2022-05-04T09:01:55.430Z] [2022-05-04T09:01:55.430Z] #60 [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-05-04T09:01:55.430Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:01:55.430Z] #60 12.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:55.430Z] #60 16.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:55.690Z] #60 ... [2022-05-04T09:01:55.690Z] [2022-05-04T09:01:55.690Z] #49 [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-05-04T09:01:55.690Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:55.690Z] #49 12.81 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:55.690Z] #49 16.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:55.690Z] #49 21.65 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-04T09:01:55.852Z] #19 106.4 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-05-04T09:01:55.852Z] #19 106.4 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:01:55.852Z] #19 106.4 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:01:55.852Z] #19 106.5 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-05-04T09:01:55.852Z] #19 106.5 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:01:55.852Z] #19 106.5 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:01:56.109Z] #51 ... [2022-05-04T09:01:56.109Z] [2022-05-04T09:01:56.109Z] #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-05-04T09:01:56.109Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:56.109Z] #36 21.14 tomll can be used in two ways: [2022-05-04T09:01:56.109Z] #36 21.14 Writing to STDIN and reading from STDOUT: [2022-05-04T09:01:56.109Z] #36 21.14 cat file.toml | tomll > file.toml [2022-05-04T09:01:56.109Z] #36 21.14 [2022-05-04T09:01:56.109Z] #36 21.14 Reading and updating a list of files: [2022-05-04T09:01:56.109Z] #36 21.14 tomll a.toml b.toml c.toml [2022-05-04T09:01:56.109Z] #36 21.14 [2022-05-04T09:01:56.109Z] #36 21.14 When given a list of files, tomll will modify all files in place without asking. [2022-05-04T09:01:56.109Z] #36 DONE 21.5s [2022-05-04T09:01:56.109Z] [2022-05-04T09:01:56.109Z] #65 [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-05-04T09:01:56.109Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:01:56.109Z] #65 12.07 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-04T09:01:56.109Z] #65 16.67 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-04T09:01:56.109Z] #65 17.75 go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:01:56.109Z] #65 17.93 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-04T09:01:56.109Z] #65 18.30 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-04T09:01:56.109Z] #65 18.94 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:01:56.109Z] #65 19.02 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:01:56.109Z] #65 19.16 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:01:56.109Z] #65 19.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-04T09:01:56.109Z] #65 19.84 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-04T09:01:56.109Z] #65 20.30 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-04T09:01:56.285Z] #40 DONE 48.9s [2022-05-04T09:01:56.285Z] [2022-05-04T09:01:56.285Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-04T09:01:56.285Z] #41 sha256:8367d14c6eca9a852b80413fbe87516c2bf3eb77068b268198fc0a1133d44b9a [2022-05-04T09:01:56.306Z] #49 ... [2022-05-04T09:01:56.306Z] [2022-05-04T09:01:56.306Z] #40 [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-05-04T09:01:56.306Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:56.306Z] #40 13.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:56.306Z] #40 16.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:56.368Z] #65 ... [2022-05-04T09:01:56.368Z] [2022-05-04T09:01:56.369Z] #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-05-04T09:01:56.369Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:56.369Z] #14 11.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:56.369Z] #14 15.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:56.369Z] #14 ... [2022-05-04T09:01:56.369Z] [2022-05-04T09:01:56.369Z] #49 [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-05-04T09:01:56.369Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:01:56.369Z] #49 19.28 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-05-04T09:01:56.550Z] #41 DONE 0.4s [2022-05-04T09:01:56.550Z] [2022-05-04T09:01:56.550Z] #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-05-04T09:01:56.550Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:01:56.550Z] #14 44.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-04T09:01:56.550Z] #14 44.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-04T09:01:56.550Z] #14 44.43 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:01:56.618Z] #40 ... [2022-05-04T09:01:56.619Z] [2022-05-04T09:01:56.619Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:01:56.619Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:01:56.619Z] #38 15.77 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:01:56.619Z] #38 16.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:56.632Z] #49 ... [2022-05-04T09:01:56.632Z] [2022-05-04T09:01:56.632Z] #40 [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-05-04T09:01:56.632Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:01:56.632Z] #40 12.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:01:56.632Z] #40 15.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:01:56.857Z] #53 41.94 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-04T09:01:56.857Z] #53 41.98 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-04T09:01:56.857Z] #53 42.05 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-04T09:01:56.857Z] #53 42.13 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:01:56.857Z] #53 42.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:01:56.857Z] #53 42.23 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-04T09:01:56.857Z] #53 42.28 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-04T09:01:56.876Z] #38 ... [2022-05-04T09:01:56.876Z] [2022-05-04T09:01:56.876Z] #65 [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-05-04T09:01:56.876Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:01:56.876Z] #65 23.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:56.891Z] #40 ... [2022-05-04T09:01:56.891Z] [2022-05-04T09:01:56.891Z] #65 [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-05-04T09:01:56.891Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:01:56.891Z] #65 21.95 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:01:57.113Z] #53 42.51 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:01:57.113Z] #53 42.51 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:01:57.132Z] #65 ... [2022-05-04T09:01:57.132Z] [2022-05-04T09:01:57.132Z] #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-05-04T09:01:57.132Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-05-04T09:01:57.132Z] #36 23.53 tomll can be used in two ways: [2022-05-04T09:01:57.132Z] #36 23.53 Writing to STDIN and reading from STDOUT: [2022-05-04T09:01:57.132Z] #36 23.53 cat file.toml | tomll > file.toml [2022-05-04T09:01:57.132Z] #36 23.53 [2022-05-04T09:01:57.132Z] #36 23.53 Reading and updating a list of files: [2022-05-04T09:01:57.132Z] #36 23.53 tomll a.toml b.toml c.toml [2022-05-04T09:01:57.132Z] #36 23.53 [2022-05-04T09:01:57.132Z] #36 23.53 When given a list of files, tomll will modify all files in place without asking. [2022-05-04T09:01:57.132Z] #36 DONE 23.9s [2022-05-04T09:01:57.132Z] [2022-05-04T09:01:57.132Z] #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-05-04T09:01:57.132Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:01:57.132Z] #14 16.24 Fetched 8511 kB in 12s (723 kB/s) [2022-05-04T09:01:57.371Z] #53 42.76 go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:01:57.952Z] #14 ... [2022-05-04T09:01:57.952Z] [2022-05-04T09:01:57.952Z] #42 [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-05-04T09:01:57.952Z] #42 sha256:bf7874cf628144474e39c839542789f8c8b18cc3432bd49601c3a092f1fdec80 [2022-05-04T09:01:57.952Z] #42 1.329 + RM_GOPATH=0 [2022-05-04T09:01:58.070Z] #14 16.24 Reading package lists... [2022-05-04T09:01:58.215Z] #42 1.331 + TMP_GOPATH= [2022-05-04T09:01:58.215Z] #42 1.331 + : /build [2022-05-04T09:01:58.215Z] #42 1.331 + '[' -z '' ']' [2022-05-04T09:01:58.215Z] #42 1.344 ++ mktemp -d [2022-05-04T09:01:58.215Z] #42 1.353 + export GOPATH=/tmp/tmp.LVcjN95xuD [2022-05-04T09:01:58.215Z] #42 1.353 + GOPATH=/tmp/tmp.LVcjN95xuD [2022-05-04T09:01:58.215Z] #42 1.353 + RM_GOPATH=1 [2022-05-04T09:01:58.215Z] #42 1.353 + case "$(go env GOARCH)" in [2022-05-04T09:01:58.215Z] #42 1.355 ++ go env GOARCH [2022-05-04T09:01:58.215Z] #42 1.378 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:58.215Z] #42 1.379 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:01:58.215Z] #42 1.379 ++ dirname /install.sh [2022-05-04T09:01:58.215Z] #42 1.381 + dir=/ [2022-05-04T09:01:58.215Z] #42 1.381 + bin=tini [2022-05-04T09:01:58.215Z] #42 1.382 + shift [2022-05-04T09:01:58.215Z] #42 1.382 + '[' '!' -f //tini.installer ']' [2022-05-04T09:01:58.215Z] #42 1.382 + . //tini.installer [2022-05-04T09:01:58.215Z] #42 1.384 ++ : v0.19.0 [2022-05-04T09:01:58.215Z] #42 1.385 + install_tini [2022-05-04T09:01:58.215Z] #42 1.385 + echo 'Install tini version v0.19.0' [2022-05-04T09:01:58.215Z] #42 1.385 Install tini version v0.19.0 [2022-05-04T09:01:58.215Z] #42 1.385 + git clone https://github.com/krallin/tini.git /tmp/tmp.LVcjN95xuD/tini [2022-05-04T09:01:58.215Z] #42 1.392 Cloning into '/tmp/tmp.LVcjN95xuD/tini'... [2022-05-04T09:01:58.794Z] #42 1.937 + cd /tmp/tmp.LVcjN95xuD/tini [2022-05-04T09:01:58.794Z] #42 1.937 + git checkout -q v0.19.0 [2022-05-04T09:01:58.794Z] #42 1.961 + cmake . [2022-05-04T09:01:59.056Z] #42 2.355 -- The C compiler identification is GNU 10.2.1 [2022-05-04T09:01:59.056Z] #42 2.443 -- Detecting C compiler ABI info [2022-05-04T09:01:59.633Z] #42 2.872 -- Detecting C compiler ABI info - done [2022-05-04T09:01:59.633Z] #42 2.927 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-04T09:01:59.633Z] #42 2.938 -- Detecting C compile features [2022-05-04T09:01:59.633Z] #42 2.940 -- Detecting C compile features - done [2022-05-04T09:01:59.633Z] #42 2.973 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-04T09:01:59.896Z] #42 3.175 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-04T09:01:59.896Z] #42 3.222 -- Configuring done [2022-05-04T09:01:59.896Z] #42 3.249 -- Generating done [2022-05-04T09:01:59.896Z] #42 3.256 -- Build files have been written to: /tmp/tmp.LVcjN95xuD/tini [2022-05-04T09:01:59.896Z] #42 3.267 + make tini-static [2022-05-04T09:02:00.159Z] #42 3.554 Scanning dependencies of target tini-static [2022-05-04T09:02:00.159Z] #42 3.641 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-04T09:02:00.651Z] #53 ... [2022-05-04T09:02:00.651Z] [2022-05-04T09:02:00.651Z] #49 [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-05-04T09:02:00.651Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:00.651Z] #49 37.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-04T09:02:00.651Z] #49 38.81 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:00.651Z] #49 39.11 Fetched 2292 kB in 4s (651 kB/s) [2022-05-04T09:02:00.651Z] #49 39.21 Selecting previously unselected package libprotobuf23:amd64. [2022-05-04T09:02:00.651Z] #49 39.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:00.651Z] #49 39.32 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 39.34 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:00.651Z] #49 40.20 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:02:00.651Z] #49 40.20 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:02:00.651Z] #49 40.20 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:00.651Z] #49 40.45 Selecting previously unselected package python3-six. [2022-05-04T09:02:00.651Z] #49 40.45 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-04T09:02:00.651Z] #49 40.56 Unpacking python3-six (1.16.0-2) ... [2022-05-04T09:02:00.651Z] #49 40.66 Selecting previously unselected package python3-protobuf. [2022-05-04T09:02:00.651Z] #49 40.66 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 40.66 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:00.651Z] #49 41.01 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:02:00.651Z] #49 41.01 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 41.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:00.651Z] #49 41.28 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:02:00.651Z] #49 41.28 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 41.31 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:00.651Z] #49 41.52 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:02:00.651Z] #49 41.55 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 41.55 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:00.651Z] #49 41.66 Selecting previously unselected package criu. [2022-05-04T09:02:00.651Z] #49 41.66 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-04T09:02:00.651Z] #49 41.67 Unpacking criu (3.16.1-3) ... [2022-05-04T09:02:00.651Z] #49 42.42 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:00.651Z] #49 44.19 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:00.651Z] #49 44.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:00.651Z] #49 44.28 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:00.651Z] #49 44.28 Setting up python3-six (1.16.0-2) ... [2022-05-04T09:02:00.651Z] #49 44.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:00.651Z] #49 45.17 Setting up python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:00.651Z] #49 ... [2022-05-04T09:02:00.651Z] [2022-05-04T09:02:00.651Z] #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-05-04T09:02:00.651Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:00.651Z] #14 36.61 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-05-04T09:02:00.652Z] #14 36.78 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-05-04T09:02:00.652Z] #14 36.79 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-05-04T09:02:00.652Z] #14 37.32 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-05-04T09:02:00.652Z] #14 38.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-05-04T09:02:00.652Z] #14 39.41 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-05-04T09:02:00.652Z] #14 39.99 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-05-04T09:02:00.652Z] #14 41.69 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-05-04T09:02:00.652Z] #14 42.34 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-05-04T09:02:00.652Z] #14 42.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-04T09:02:00.652Z] #14 42.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-04T09:02:00.652Z] #14 42.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:02:00.652Z] #14 42.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:02:00.652Z] #14 42.37 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-05-04T09:02:00.652Z] #14 42.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-04T09:02:00.652Z] #14 42.37 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-04T09:02:00.652Z] #14 42.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-04T09:02:00.652Z] #14 42.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-04T09:02:00.652Z] #14 42.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-04T09:02:00.652Z] #14 42.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-04T09:02:00.652Z] #14 42.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-04T09:02:00.652Z] #14 42.45 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-04T09:02:00.652Z] #14 42.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-04T09:02:00.652Z] #14 42.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-04T09:02:00.652Z] #14 43.45 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:00.652Z] #14 43.73 Fetched 115 MB in 7s (16.9 MB/s) [2022-05-04T09:02:00.652Z] #14 43.83 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-04T09:02:00.652Z] #14 43.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:00.652Z] #14 43.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:00.652Z] #14 43.91 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:00.652Z] #14 46.10 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-04T09:02:00.652Z] #14 46.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:00.652Z] #14 46.11 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:00.895Z] #14 25.12 Reading package lists... [2022-05-04T09:02:00.895Z] #14 ... [2022-05-04T09:02:00.895Z] [2022-05-04T09:02:00.895Z] #60 [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-05-04T09:02:00.895Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:00.895Z] #60 27.46 Fetched 8511 kB in 20s (417 kB/s) [2022-05-04T09:02:01.544Z] #42 4.739 [100%] Linking C executable tini-static [2022-05-04T09:02:01.805Z] #42 5.183 [100%] Built target tini-static [2022-05-04T09:02:01.805Z] #42 5.260 + mkdir -p /build [2022-05-04T09:02:02.028Z] #14 ... [2022-05-04T09:02:02.028Z] [2022-05-04T09:02:02.028Z] #53 [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-05-04T09:02:02.028Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:02.028Z] #53 47.29 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-04T09:02:02.028Z] #53 47.35 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-04T09:02:02.028Z] #53 47.43 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-04T09:02:02.028Z] #53 47.46 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-04T09:02:02.067Z] #42 5.262 + cp tini-static /build/docker-init [2022-05-04T09:02:02.194Z] #65 ... [2022-05-04T09:02:02.194Z] [2022-05-04T09:02:02.194Z] #49 [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-05-04T09:02:02.194Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:02.194Z] #49 26.63 Fetched 8515 kB in 21s (414 kB/s) [2022-05-04T09:02:02.308Z] #53 47.50 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-04T09:02:02.308Z] #53 47.50 go: downloading golang.org/x/mod v0.5.1 [2022-05-04T09:02:02.308Z] #53 47.54 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-04T09:02:02.308Z] #53 47.63 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-04T09:02:02.308Z] #53 47.65 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-04T09:02:02.308Z] #53 47.76 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-04T09:02:02.308Z] #53 ... [2022-05-04T09:02:02.308Z] [2022-05-04T09:02:02.308Z] #40 [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-05-04T09:02:02.308Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:02.308Z] #40 37.62 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:02.308Z] #40 37.87 Fetched 17.7 MB in 1s (15.7 MB/s) [2022-05-04T09:02:02.308Z] #40 37.98 Selecting previously unselected package xxd. [2022-05-04T09:02:02.308Z] #40 37.98 (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-05-04T09:02:02.308Z] #40 38.07 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:02:02.308Z] #40 38.08 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:02.308Z] #40 38.31 Selecting previously unselected package vim-common. [2022-05-04T09:02:02.308Z] #40 38.31 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:02:02.308Z] #40 38.33 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:02.308Z] #40 38.63 Selecting previously unselected package cmake-data. [2022-05-04T09:02:02.308Z] #40 38.63 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-04T09:02:02.308Z] #40 38.64 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:02.308Z] #40 42.06 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:02:02.308Z] #40 42.08 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:02:02.308Z] #40 42.08 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:02.565Z] #40 ... [2022-05-04T09:02:02.565Z] [2022-05-04T09:02:02.565Z] #53 [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-05-04T09:02:02.565Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:02.565Z] #53 47.80 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-04T09:02:02.565Z] #53 47.89 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-04T09:02:02.824Z] #53 48.18 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:02:02.824Z] #53 48.22 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-04T09:02:03.081Z] #53 48.52 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-04T09:02:03.081Z] #53 48.59 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-04T09:02:03.339Z] #53 48.63 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-04T09:02:03.339Z] #53 48.78 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:02:03.339Z] #53 48.80 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:02:03.339Z] #53 48.82 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:02:03.436Z] Running on azwin-2-04b450 in d:\jenkins\workspace\moby_PR-43559 [Pipeline] { [Pipeline] ws [2022-05-04T09:02:03.455Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-04T09:02:03.597Z] #53 48.86 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-04T09:02:03.597Z] #53 49.04 go: downloading github.com/prometheus/common v0.10.0 [2022-05-04T09:02:03.854Z] #53 49.20 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-04T09:02:03.854Z] #53 49.24 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-04T09:02:03.854Z] #53 49.32 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:02:04.803Z] The recommended git tool is: git [2022-05-04T09:02:05.223Z] #53 50.73 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:02:05.370Z] #42 DONE 8.8s [2022-05-04T09:02:05.370Z] [2022-05-04T09:02:05.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-05-04T09:02:05.370Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:05.370Z] #14 50.90 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-04T09:02:05.370Z] #14 50.90 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:05.370Z] #14 50.92 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:02:05.370Z] #14 51.01 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-04T09:02:05.370Z] #14 51.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:05.370Z] #14 51.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:05.370Z] #14 56.52 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-04T09:02:05.370Z] #14 56.52 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:05.370Z] #14 56.54 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:05.879Z] #19 115.4 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-05-04T09:02:05.879Z] #19 115.4 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:05.879Z] #19 115.4 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:02:05.879Z] #19 115.5 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-05-04T09:02:05.879Z] #19 115.5 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:05.879Z] #19 115.5 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:02:06.144Z] #60 27.46 Reading package lists... [2022-05-04T09:02:06.144Z] #60 ... [2022-05-04T09:02:06.144Z] [2022-05-04T09:02:06.144Z] #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-05-04T09:02:06.144Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:06.144Z] #14 25.12 Reading package lists... [2022-05-04T09:02:06.394Z] #49 26.63 Reading package lists... [2022-05-04T09:02:06.394Z] #49 ... [2022-05-04T09:02:06.394Z] [2022-05-04T09:02:06.394Z] #45 [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-05-04T09:02:06.394Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:02:06.395Z] #45 30.28 Updating files: 59% (1094/1844) Updating files: 60% (1107/1844) Updating files: 61% (1125/1844) Updating files: 62% (1144/1844) Updating files: 63% (1162/1844) Updating files: 64% (1181/1844) Updating files: 65% (1199/1844) Updating files: 66% (1218/1844) Updating files: 67% (1236/1844) Updating files: 68% (1254/1844) Updating files: 69% (1273/1844) Updating files: 70% (1291/1844) Updating files: 71% (1310/1844) Updating files: 72% (1328/1844) Updating files: 73% (1347/1844) Updating files: 74% (1365/1844) Updating files: 75% (1383/1844) Updating files: 76% (1402/1844) Updating files: 77% (1420/1844) Updating files: 78% (1439/1844) Updating files: 79% (1457/1844) Updating files: 80% (1476/1844) Updating files: 81% (1494/1844) Updating files: 82% (1513/1844) Updating files: 83% (1531/1844) Updating files: 84% (1549/1844) Updating files: 85% (1568/1844) Updating files: 86% (1586/1844) Updating files: 87% (1605/1844) Updating files: 88% (1623/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-04T09:02:06.395Z] #45 31.41 + git checkout -q v2.3.0 [2022-05-04T09:02:07.744Z] #53 ... [2022-05-04T09:02:07.744Z] [2022-05-04T09:02:07.744Z] #49 [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-05-04T09:02:07.744Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:07.744Z] #49 48.69 Setting up criu (3.16.1-3) ... [2022-05-04T09:02:07.744Z] #49 50.36 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:07.744Z] #49 DONE 52.4s [2022-05-04T09:02:07.744Z] [2022-05-04T09:02:07.744Z] #40 [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-05-04T09:02:07.744Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:07.744Z] #40 47.95 Selecting previously unselected package libxml2:amd64. [2022-05-04T09:02:07.745Z] #40 47.96 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 47.96 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:07.745Z] #40 48.53 Selecting previously unselected package libarchive13:amd64. [2022-05-04T09:02:07.745Z] #40 48.53 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 48.53 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:07.745Z] #40 48.85 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-04T09:02:07.745Z] #40 48.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 48.86 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:07.745Z] #40 49.04 Selecting previously unselected package librhash0:amd64. [2022-05-04T09:02:07.745Z] #40 49.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 49.06 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:07.745Z] #40 49.24 Selecting previously unselected package libuv1:amd64. [2022-05-04T09:02:07.745Z] #40 49.24 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 49.25 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:07.745Z] #40 49.41 Selecting previously unselected package cmake. [2022-05-04T09:02:07.745Z] #40 49.41 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-04T09:02:07.745Z] #40 49.42 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:07.745Z] #40 ... [2022-05-04T09:02:07.745Z] [2022-05-04T09:02:07.745Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:02:07.745Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:02:07.745Z] #34 42.62 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-05-04T09:02:07.745Z] #34 42.87 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-04T09:02:07.745Z] #34 43.32 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:02:07.745Z] #34 ... [2022-05-04T09:02:07.745Z] [2022-05-04T09:02:07.745Z] #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-05-04T09:02:07.745Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:07.745Z] #14 48.46 Selecting previously unselected package binutils-mingw-w64. [2022-05-04T09:02:07.745Z] #14 48.46 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-04T09:02:07.745Z] #14 48.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:02:07.745Z] #14 48.61 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-04T09:02:07.745Z] #14 48.62 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:07.745Z] #14 48.64 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:02:07.745Z] #14 48.83 Selecting previously unselected package dmsetup. [2022-05-04T09:02:07.745Z] #14 48.83 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:07.745Z] #14 48.85 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:02:07.745Z] #14 49.05 Selecting previously unselected package mingw-w64-common. [2022-05-04T09:02:07.745Z] #14 49.06 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-04T09:02:07.745Z] #14 49.08 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-04T09:02:08.047Z] #14 32.83 Building dependency tree... [2022-05-04T09:02:09.152Z] #14 54.44 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-04T09:02:09.152Z] #14 ... [2022-05-04T09:02:09.152Z] [2022-05-04T09:02:09.152Z] #40 [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-05-04T09:02:09.152Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:09.152Z] #40 53.37 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:09.152Z] #40 53.37 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.37 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:09.152Z] #40 53.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:09.152Z] #40 53.47 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:09.152Z] #40 53.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.54 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.54 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.54 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:09.152Z] #40 53.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:09.152Z] #40 DONE 54.5s [2022-05-04T09:02:09.152Z] [2022-05-04T09:02:09.152Z] #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-05-04T09:02:09.152Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:09.152Z] #14 54.45 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-04T09:02:09.152Z] #14 54.49 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:02:09.152Z] #14 ... [2022-05-04T09:02:09.152Z] [2022-05-04T09:02:09.152Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-04T09:02:09.152Z] #41 sha256:48690217721c940dcac28da12c3fd7634bd976347543d612ee692850ae4a35ac [2022-05-04T09:02:09.417Z] #41 DONE 0.4s [2022-05-04T09:02:09.417Z] [2022-05-04T09:02:09.417Z] #65 [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-05-04T09:02:09.417Z] #65 sha256:fec0f9a6bc94c19bce98e68c3b0e41f6d0f3ab4c10f68e9d02da51085c064ba5 [2022-05-04T09:02:09.675Z] #65 ... [2022-05-04T09:02:09.675Z] [2022-05-04T09:02:09.675Z] #42 [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-05-04T09:02:09.675Z] #42 sha256:ad8312957f73bd8f36f376727cd332a2027617b44a495b30257cf9a92b33a363 [2022-05-04T09:02:09.705Z] #45 34.66 + 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-05-04T09:02:09.705Z] #45 ... [2022-05-04T09:02:09.705Z] [2022-05-04T09:02:09.705Z] #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-05-04T09:02:09.705Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:09.705Z] #14 25.12 Fetched 8511 kB in 19s (444 kB/s) [2022-05-04T09:02:09.705Z] #14 25.12 Reading package lists... [2022-05-04T09:02:09.705Z] #14 33.95 Reading package lists... [2022-05-04T09:02:09.705Z] #14 ... [2022-05-04T09:02:09.705Z] [2022-05-04T09:02:09.705Z] #60 [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-05-04T09:02:09.705Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:09.705Z] #60 25.26 Fetched 8511 kB in 19s (449 kB/s) [2022-05-04T09:02:09.705Z] #60 25.26 Reading package lists... [2022-05-04T09:02:09.966Z] #60 34.04 Reading package lists... [2022-05-04T09:02:09.966Z] #60 ... [2022-05-04T09:02:09.966Z] [2022-05-04T09:02:09.966Z] #49 [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-05-04T09:02:09.966Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:09.966Z] #49 26.63 Reading package lists... [2022-05-04T09:02:10.535Z] #49 35.58 Reading package lists... [2022-05-04T09:02:10.535Z] #49 ... [2022-05-04T09:02:10.535Z] [2022-05-04T09:02:10.535Z] #40 [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-05-04T09:02:10.535Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:10.535Z] #40 25.86 Fetched 8511 kB in 20s (432 kB/s) [2022-05-04T09:02:10.535Z] #40 25.86 Reading package lists... [2022-05-04T09:02:10.577Z] #14 36.95 The following additional packages will be installed: [2022-05-04T09:02:10.577Z] #14 36.95 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:02:10.577Z] #14 36.96 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-04T09:02:10.577Z] #14 36.96 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-04T09:02:10.577Z] #14 36.96 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-04T09:02:10.577Z] #14 36.96 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-04T09:02:10.577Z] #14 36.96 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-04T09:02:10.577Z] #14 36.97 mingw-w64-common mingw-w64-x86-64-dev [2022-05-04T09:02:10.577Z] #14 37.00 Suggested packages: [2022-05-04T09:02:10.577Z] #14 37.00 gcc-10-locales seccomp wine64 [2022-05-04T09:02:11.141Z] #14 ... [2022-05-04T09:02:11.141Z] [2022-05-04T09:02:11.141Z] #40 [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-05-04T09:02:11.141Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:11.141Z] #40 27.82 Fetched 8511 kB in 21s (414 kB/s) [2022-05-04T09:02:11.141Z] #40 27.82 Reading package lists... [2022-05-04T09:02:11.398Z] #40 35.31 Reading package lists... [2022-05-04T09:02:11.398Z] #40 ... [2022-05-04T09:02:11.398Z] [2022-05-04T09:02:11.398Z] #45 [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-05-04T09:02:11.398Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:02:11.398Z] #45 35.03 Updating files: 71% (1321/1844) Updating files: 72% (1328/1844) Updating files: 73% (1347/1844) Updating files: 74% (1365/1844) Updating files: 75% (1383/1844) Updating files: 76% (1402/1844) Updating files: 77% (1420/1844) Updating files: 78% (1439/1844) Updating files: 79% (1457/1844) Updating files: 80% (1476/1844) Updating files: 81% (1494/1844) Updating files: 82% (1513/1844) Updating files: 83% (1531/1844) Updating files: 84% (1549/1844) Updating files: 85% (1568/1844) Updating files: 86% (1586/1844) Updating files: 87% (1605/1844) Updating files: 88% (1623/1844) Updating files: 89% (1642/1844) Updating files: 90% (1660/1844) Updating files: 91% (1679/1844) Updating files: 92% (1697/1844) Updating files: 93% (1715/1844) Updating files: 94% (1734/1844) Updating files: 95% (1752/1844) Updating files: 96% (1771/1844) Updating files: 97% (1789/1844) Updating files: 98% (1808/1844) Updating files: 99% (1826/1844) Updating files: 100% (1844/1844) Updating files: 100% (1844/1844), done. [2022-05-04T09:02:11.398Z] #45 35.59 + git checkout -q v2.3.0 [2022-05-04T09:02:12.046Z] #45 38.60 + 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-05-04T09:02:12.199Z] #42 ... [2022-05-04T09:02:12.199Z] [2022-05-04T09:02:12.199Z] #51 [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-05-04T09:02:12.199Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:02:12.199Z] #51 57.01 gotestsum version dev [2022-05-04T09:02:12.199Z] #51 DONE 57.3s [2022-05-04T09:02:12.199Z] [2022-05-04T09:02:12.199Z] #42 [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-05-04T09:02:12.199Z] #42 sha256:ad8312957f73bd8f36f376727cd332a2027617b44a495b30257cf9a92b33a363 [2022-05-04T09:02:12.981Z] #45 ... [2022-05-04T09:02:12.981Z] [2022-05-04T09:02:12.981Z] #49 [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-05-04T09:02:12.981Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:12.982Z] #49 29.43 Fetched 8515 kB in 23s (378 kB/s) [2022-05-04T09:02:12.982Z] #49 29.43 Reading package lists... [2022-05-04T09:02:13.240Z] #49 36.93 Reading package lists... [2022-05-04T09:02:13.240Z] #49 ... [2022-05-04T09:02:13.240Z] [2022-05-04T09:02:13.240Z] #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-05-04T09:02:13.240Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:13.240Z] #14 38.72 The following NEW packages will be installed: [2022-05-04T09:02:13.240Z] #14 38.74 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:02:13.240Z] #14 38.74 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-04T09:02:13.240Z] #14 38.74 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-04T09:02:13.240Z] #14 38.74 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-04T09:02:13.240Z] #14 38.74 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-04T09:02:13.240Z] #14 38.75 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-04T09:02:13.240Z] #14 38.77 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-04T09:02:13.240Z] #14 38.77 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-04T09:02:13.240Z] #14 38.78 mingw-w64-x86-64-dev [2022-05-04T09:02:13.240Z] #14 39.22 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:13.240Z] #14 39.22 Need to get 115 MB of archives. [2022-05-04T09:02:13.240Z] #14 39.22 After this operation, 645 MB of additional disk space will be used. [2022-05-04T09:02:13.240Z] #14 39.22 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-05-04T09:02:13.240Z] #14 39.43 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-05-04T09:02:13.240Z] #14 39.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-04T09:02:13.240Z] #14 39.63 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-05-04T09:02:13.240Z] #14 39.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-04T09:02:13.240Z] #14 39.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-04T09:02:13.240Z] #14 40.04 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-05-04T09:02:13.500Z] #14 40.29 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-05-04T09:02:13.500Z] #14 40.30 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-05-04T09:02:13.507Z] using credential docker-jenkins-github-credentials [2022-05-04T09:02:13.511Z] #14 65.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-04T09:02:13.511Z] #14 65.85 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:13.511Z] #14 65.85 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:13.568Z] #42 3.947 + RM_GOPATH=0 [2022-05-04T09:02:13.568Z] #42 3.947 + TMP_GOPATH= [2022-05-04T09:02:13.568Z] #42 3.947 + : /build [2022-05-04T09:02:13.568Z] #42 3.947 + '[' -z '' ']' [2022-05-04T09:02:13.568Z] #42 3.947 ++ mktemp -d [2022-05-04T09:02:13.568Z] #42 3.950 + export GOPATH=/tmp/tmp.I3IXeqOC4Y [2022-05-04T09:02:13.568Z] #42 3.950 + GOPATH=/tmp/tmp.I3IXeqOC4Y [2022-05-04T09:02:13.568Z] #42 3.950 + RM_GOPATH=1 [2022-05-04T09:02:13.568Z] #42 3.950 + case "$(go env GOARCH)" in [2022-05-04T09:02:13.568Z] #42 3.950 ++ go env GOARCH [2022-05-04T09:02:13.568Z] #42 3.962 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:13.568Z] #42 3.962 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:13.568Z] #42 3.962 ++ dirname /install.sh [2022-05-04T09:02:13.568Z] #42 3.962 + dir=/ [2022-05-04T09:02:13.568Z] #42 3.962 + bin=tini [2022-05-04T09:02:13.568Z] #42 3.962 + shift [2022-05-04T09:02:13.568Z] #42 3.962 + '[' '!' -f //tini.installer ']' [2022-05-04T09:02:13.568Z] #42 3.962 + . //tini.installer [2022-05-04T09:02:13.568Z] #42 3.962 ++ : v0.19.0 [2022-05-04T09:02:13.568Z] #42 3.962 + install_tini [2022-05-04T09:02:13.568Z] #42 3.962 + echo 'Install tini version v0.19.0' [2022-05-04T09:02:13.568Z] #42 3.962 + git clone https://github.com/krallin/tini.git /tmp/tmp.I3IXeqOC4Y/tini [2022-05-04T09:02:13.568Z] #42 3.962 Cloning into '/tmp/tmp.I3IXeqOC4Y/tini'... [2022-05-04T09:02:13.568Z] #42 3.973 Install tini version v0.19.0 [2022-05-04T09:02:13.585Z] Cloning the remote Git repository [2022-05-04T09:02:13.585Z] Cloning with configured refspecs honoured and without tags [2022-05-04T09:02:13.783Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T09:02:14.187Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-04T09:02:14.439Z] #14 41.23 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-05-04T09:02:14.456Z] #14 ... [2022-05-04T09:02:14.456Z] [2022-05-04T09:02:14.456Z] #62 [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-05-04T09:02:14.456Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:02:14.498Z] #42 4.713 + cd /tmp/tmp.I3IXeqOC4Y/tini [2022-05-04T09:02:14.498Z] #42 4.713 + git checkout -q v0.19.0 [2022-05-04T09:02:14.498Z] #42 4.732 + cmake . [2022-05-04T09:02:14.754Z] #42 5.219 -- The C compiler identification is GNU 10.2.1 [2022-05-04T09:02:14.843Z] #40 34.48 Reading package lists... [2022-05-04T09:02:14.843Z] #40 ... [2022-05-04T09:02:14.843Z] [2022-05-04T09:02:14.843Z] #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-05-04T09:02:14.843Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:14.843Z] #14 33.95 Reading package lists... [2022-05-04T09:02:15.011Z] #42 5.290 -- Detecting C compiler ABI info [2022-05-04T09:02:15.240Z] #62 32.77 Updating files: 73% (3487/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-04T09:02:15.240Z] #62 33.36 + cd /tmp/tmp.FMMSmFE81c/src/github.com/containerd/containerd [2022-05-04T09:02:15.240Z] #62 33.36 + git checkout -q v1.6.3 [2022-05-04T09:02:15.270Z] #42 5.691 -- Detecting C compiler ABI info - done [2022-05-04T09:02:15.270Z] #42 5.814 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-04T09:02:15.270Z] #42 5.814 -- Detecting C compile features [2022-05-04T09:02:15.270Z] #42 5.814 -- Detecting C compile features - done [2022-05-04T09:02:15.528Z] #42 5.860 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-04T09:02:15.528Z] #42 6.031 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-04T09:02:15.784Z] #42 6.095 -- Configuring done [2022-05-04T09:02:15.784Z] #42 6.095 -- Generating done [2022-05-04T09:02:15.784Z] #42 6.095 -- Build files have been written to: /tmp/tmp.I3IXeqOC4Y/tini [2022-05-04T09:02:15.784Z] #42 6.166 + make tini-static [2022-05-04T09:02:15.784Z] #42 6.395 Scanning dependencies of target tini-static [2022-05-04T09:02:15.886Z] #19 125.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-05-04T09:02:15.886Z] #19 125.5 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:15.886Z] #19 125.7 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:02:15.886Z] #19 126.6 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-05-04T09:02:15.886Z] #19 126.6 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:15.886Z] #19 126.8 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:02:16.042Z] #42 6.489 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-04T09:02:15.108Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:02:15.109Z] > git --version # timeout=10 [2022-05-04T09:02:15.159Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:02:15.160Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:15.163Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:16.627Z] #62 34.87 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-04T09:02:16.627Z] #62 34.87 + BUILDTAGS='netgo osusergo static_build' [2022-05-04T09:02:16.627Z] #62 34.87 + export EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:02:16.627Z] #62 34.87 + EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:02:16.627Z] #62 34.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-04T09:02:16.627Z] #62 34.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-04T09:02:16.627Z] #62 34.87 + '[' '' = dynamic ']' [2022-05-04T09:02:16.627Z] #62 34.87 + make [2022-05-04T09:02:16.960Z] #14 43.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-05-04T09:02:16.974Z] #42 7.454 [100%] Linking C executable tini-static [2022-05-04T09:02:17.025Z] #14 40.64 Building dependency tree... [2022-05-04T09:02:17.218Z] #14 ... [2022-05-04T09:02:17.218Z] [2022-05-04T09:02:17.218Z] #49 [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-05-04T09:02:17.218Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:17.218Z] #49 36.93 Reading package lists... [2022-05-04T09:02:17.904Z] #42 8.105 [100%] Built target tini-static [2022-05-04T09:02:17.904Z] #42 8.191 + mkdir -p /build [2022-05-04T09:02:17.904Z] #42 8.191 + cp tini-static /build/docker-init [2022-05-04T09:02:17.904Z] #42 DONE 8.3s [2022-05-04T09:02:17.904Z] [2022-05-04T09:02:17.904Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-04T09:02:17.904Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:17.904Z] #14 59.16 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-04T09:02:17.904Z] #14 59.16 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:17.904Z] #14 59.16 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:02:17.904Z] #14 59.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-04T09:02:17.904Z] #14 59.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:17.904Z] #14 59.32 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:18.403Z] #49 43.90 Building dependency tree... [2022-05-04T09:02:18.403Z] #49 ... [2022-05-04T09:02:18.403Z] [2022-05-04T09:02:18.403Z] #60 [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-05-04T09:02:18.403Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:18.403Z] #60 27.46 Reading package lists... [2022-05-04T09:02:18.403Z] #60 35.17 Reading package lists... [2022-05-04T09:02:18.403Z] #60 41.84 Building dependency tree... [2022-05-04T09:02:18.403Z] #60 ... [2022-05-04T09:02:18.403Z] [2022-05-04T09:02:18.403Z] #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-05-04T09:02:18.403Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:18.403Z] #14 44.18 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-05-04T09:02:18.403Z] #14 45.27 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-05-04T09:02:18.548Z] #62 36.52 + bin/ctr [2022-05-04T09:02:18.935Z] #14 44.51 The following additional packages will be installed: [2022-05-04T09:02:18.935Z] #14 44.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:02:18.935Z] #14 44.52 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-04T09:02:18.935Z] #14 44.52 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-04T09:02:18.935Z] #14 44.52 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-04T09:02:18.935Z] #14 44.53 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-04T09:02:18.935Z] #14 44.53 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-04T09:02:18.935Z] #14 44.53 mingw-w64-common mingw-w64-x86-64-dev [2022-05-04T09:02:18.935Z] #14 44.56 Suggested packages: [2022-05-04T09:02:18.935Z] #14 44.56 gcc-10-locales seccomp wine64 [2022-05-04T09:02:19.195Z] #19 ... [2022-05-04T09:02:19.195Z] [2022-05-04T09:02:19.195Z] #52 [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-05-04T09:02:19.195Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:02:19.456Z] #52 142.5 + dpkg --print-architecture [2022-05-04T09:02:19.456Z] #52 142.5 + git checkout -q v2.1.0 [2022-05-04T09:02:19.456Z] #52 142.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-04T09:02:19.456Z] #52 142.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-04T09:02:20.432Z] #14 65.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-04T09:02:20.688Z] #14 65.93 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:20.688Z] #14 65.93 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:20.966Z] #14 47.90 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-05-04T09:02:21.472Z] #14 46.60 The following NEW packages will be installed: [2022-05-04T09:02:21.472Z] #14 46.64 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:02:21.472Z] #14 46.64 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-04T09:02:21.472Z] #14 46.64 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-04T09:02:21.472Z] #14 46.64 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-04T09:02:21.472Z] #14 46.64 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-04T09:02:21.473Z] #14 46.64 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-04T09:02:21.473Z] #14 46.65 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-04T09:02:21.473Z] #14 46.65 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-04T09:02:21.473Z] #14 46.65 mingw-w64-x86-64-dev [2022-05-04T09:02:21.733Z] #14 47.23 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:21.733Z] #14 47.23 Need to get 115 MB of archives. [2022-05-04T09:02:21.733Z] #14 47.23 After this operation, 645 MB of additional disk space will be used. [2022-05-04T09:02:21.733Z] #14 47.23 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-05-04T09:02:21.733Z] #14 47.41 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-05-04T09:02:21.896Z] #14 48.48 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-05-04T09:02:21.896Z] #14 48.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-04T09:02:21.896Z] #14 48.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-04T09:02:21.896Z] #14 48.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:02:21.896Z] #14 48.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:02:21.896Z] #14 48.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-05-04T09:02:21.896Z] #14 48.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-04T09:02:21.896Z] #14 48.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-04T09:02:21.896Z] #14 48.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-04T09:02:21.896Z] #14 48.58 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-04T09:02:21.896Z] #14 48.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-04T09:02:21.896Z] #14 48.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-04T09:02:21.896Z] #14 48.62 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-04T09:02:21.896Z] #14 48.65 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-05-04T09:02:21.896Z] #14 48.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-05-04T09:02:21.896Z] #14 48.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-04T09:02:22.306Z] #14 47.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-04T09:02:22.306Z] #14 47.66 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-05-04T09:02:22.306Z] #14 47.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-04T09:02:22.306Z] #14 47.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-04T09:02:22.567Z] #14 48.12 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-05-04T09:02:22.826Z] #14 48.42 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-05-04T09:02:22.826Z] #14 48.43 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-05-04T09:02:22.836Z] #14 ... [2022-05-04T09:02:22.836Z] [2022-05-04T09:02:22.836Z] #53 [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-05-04T09:02:22.836Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:22.836Z] #53 49.54 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:02:22.836Z] #53 49.54 go: downloading github.com/fatih/color v1.13.0 [2022-05-04T09:02:23.094Z] #53 49.70 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-04T09:02:23.094Z] #53 49.70 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:02:23.094Z] #53 49.93 go: downloading github.com/spf13/viper v1.10.1 [2022-05-04T09:02:23.094Z] #53 50.05 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:02:23.430Z] #14 ... [2022-05-04T09:02:23.430Z] [2022-05-04T09:02:23.430Z] #60 [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-05-04T09:02:23.430Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:23.430Z] #60 34.04 Reading package lists... [2022-05-04T09:02:23.430Z] #60 41.07 Building dependency tree... [2022-05-04T09:02:23.430Z] #60 44.45 The following additional packages will be installed: [2022-05-04T09:02:23.430Z] #60 44.46 libbtrfs0 [2022-05-04T09:02:23.430Z] #60 44.70 The following NEW packages will be installed: [2022-05-04T09:02:23.430Z] #60 44.73 libbtrfs-dev libbtrfs0 [2022-05-04T09:02:23.430Z] #60 45.21 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:23.430Z] #60 45.21 Need to get 460 kB of archives. [2022-05-04T09:02:23.430Z] #60 45.21 After this operation, 1237 kB of additional disk space will be used. [2022-05-04T09:02:23.430Z] #60 45.21 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:02:23.430Z] #60 45.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:02:23.430Z] #60 47.06 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:23.430Z] #60 47.53 Fetched 460 kB in 0s (1314 kB/s) [2022-05-04T09:02:23.430Z] #60 47.77 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:02:23.430Z] #60 47.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:23.430Z] #60 47.84 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:02:23.430Z] #60 47.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:02:23.430Z] #60 48.28 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:02:23.430Z] #60 48.32 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:02:23.430Z] #60 48.33 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:02:23.430Z] #60 48.97 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:02:23.689Z] #60 49.04 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:02:23.689Z] #60 49.16 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:23.949Z] #60 ... [2022-05-04T09:02:23.949Z] [2022-05-04T09:02:23.949Z] #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-05-04T09:02:23.949Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:23.949Z] #14 49.51 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-05-04T09:02:24.025Z] #53 50.65 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-04T09:02:24.025Z] #53 50.68 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-04T09:02:24.283Z] #53 ... [2022-05-04T09:02:24.283Z] [2022-05-04T09:02:24.283Z] #60 [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-05-04T09:02:24.283Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:24.283Z] #60 46.94 The following additional packages will be installed: [2022-05-04T09:02:24.283Z] #60 46.98 libbtrfs0 [2022-05-04T09:02:24.283Z] #60 47.28 The following NEW packages will be installed: [2022-05-04T09:02:24.283Z] #60 47.31 libbtrfs-dev libbtrfs0 [2022-05-04T09:02:24.283Z] #60 47.79 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:24.283Z] #60 47.79 Need to get 460 kB of archives. [2022-05-04T09:02:24.283Z] #60 47.79 After this operation, 1237 kB of additional disk space will be used. [2022-05-04T09:02:24.283Z] #60 47.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:02:24.283Z] #60 47.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:02:24.283Z] #60 48.89 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:24.283Z] #60 49.12 Fetched 460 kB in 0s (1276 kB/s) [2022-05-04T09:02:24.283Z] #60 49.30 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:02:24.283Z] #60 49.30 (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-05-04T09:02:24.283Z] #60 49.37 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:02:24.283Z] #60 49.51 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:02:24.283Z] #60 49.87 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:02:24.283Z] #60 49.88 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:02:24.283Z] #60 49.89 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:02:24.283Z] #60 50.39 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:02:24.283Z] #60 50.44 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:02:24.283Z] #60 50.46 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:24.283Z] #60 DONE 51.0s [2022-05-04T09:02:24.283Z] [2022-05-04T09:02:24.283Z] #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-05-04T09:02:24.283Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:24.283Z] #14 49.74 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:24.283Z] #14 50.00 Fetched 115 MB in 10s (11.7 MB/s) [2022-05-04T09:02:24.283Z] #14 50.20 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-04T09:02:24.283Z] #14 50.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:24.283Z] #14 50.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:24.283Z] #14 50.30 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:24.540Z] #14 ... [2022-05-04T09:02:24.540Z] [2022-05-04T09:02:24.540Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-04T09:02:24.540Z] #61 sha256:7bd99466dc62076a1f2ffcf375963f77a3c3b34ed40f1957e60315dd38d97438 [2022-05-04T09:02:24.540Z] #61 DONE 0.2s [2022-05-04T09:02:24.540Z] [2022-05-04T09:02:24.540Z] #55 [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-05-04T09:02:24.540Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:02:24.540Z] #55 51.25 v3.0.2 [2022-05-04T09:02:24.540Z] #55 DONE 51.3s [2022-05-04T09:02:24.540Z] [2022-05-04T09:02:24.540Z] #62 [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-05-04T09:02:24.540Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:02:24.752Z] #52 ... [2022-05-04T09:02:24.752Z] [2022-05-04T09:02:24.752Z] #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-05-04T09:02:24.752Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:02:24.752Z] #19 135.3 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-05-04T09:02:24.752Z] #19 135.3 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:24.752Z] #19 135.3 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:02:24.752Z] #19 135.4 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-05-04T09:02:24.752Z] #19 135.4 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:24.752Z] #19 135.4 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:02:24.809Z] #62 ... [2022-05-04T09:02:24.809Z] [2022-05-04T09:02:24.809Z] #40 [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-05-04T09:02:24.809Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:24.809Z] #40 35.31 Reading package lists... [2022-05-04T09:02:24.809Z] #40 41.84 Building dependency tree... [2022-05-04T09:02:24.809Z] #40 47.00 The following additional packages will be installed: [2022-05-04T09:02:24.809Z] #40 47.02 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-04T09:02:24.809Z] #40 47.04 Suggested packages: [2022-05-04T09:02:24.809Z] #40 47.07 cmake-doc ninja-build lrzip [2022-05-04T09:02:24.809Z] #40 47.07 Recommended packages: [2022-05-04T09:02:24.809Z] #40 47.07 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-04T09:02:24.809Z] #40 48.16 The following NEW packages will be installed: [2022-05-04T09:02:24.809Z] #40 48.17 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-04T09:02:24.809Z] #40 48.17 vim-common xxd [2022-05-04T09:02:24.809Z] #40 48.64 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:24.809Z] #40 48.64 Need to get 17.7 MB of archives. [2022-05-04T09:02:24.809Z] #40 48.64 After this operation, 70.7 MB of additional disk space will be used. [2022-05-04T09:02:24.809Z] #40 48.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:02:24.809Z] #40 48.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:02:24.809Z] #40 48.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-04T09:02:24.809Z] #40 48.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:02:24.809Z] #40 49.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-04T09:02:24.809Z] #40 49.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-04T09:02:24.809Z] #40 49.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-04T09:02:24.809Z] #40 49.42 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-04T09:02:24.809Z] #40 49.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-04T09:02:24.809Z] #40 49.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-04T09:02:24.809Z] #40 50.93 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:24.809Z] #40 51.38 Fetched 17.7 MB in 1s (11.8 MB/s) [2022-05-04T09:02:24.809Z] #40 51.50 Selecting previously unselected package xxd. [2022-05-04T09:02:24.809Z] #40 51.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-05-04T09:02:24.809Z] #40 51.59 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:02:24.809Z] #40 51.62 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:24.869Z] #14 ... [2022-05-04T09:02:24.869Z] [2022-05-04T09:02:24.869Z] #62 [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-05-04T09:02:24.869Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:02:24.890Z] #14 ... [2022-05-04T09:02:24.890Z] [2022-05-04T09:02:24.890Z] #60 [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-05-04T09:02:24.890Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-05-04T09:02:24.890Z] #60 DONE 50.4s [2022-05-04T09:02:25.150Z] [2022-05-04T09:02:25.150Z] #55 [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-05-04T09:02:25.150Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-05-04T09:02:25.150Z] #55 50.48 v3.0.2 [2022-05-04T09:02:25.150Z] #55 DONE 50.7s [2022-05-04T09:02:25.150Z] [2022-05-04T09:02:25.150Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-04T09:02:25.150Z] #61 sha256:be6ce6a65a6f6d08b5ad2b710c51405145cde3a207b5eef30ff4989b04b09ddd [2022-05-04T09:02:25.372Z] #40 51.89 Selecting previously unselected package vim-common. [2022-05-04T09:02:25.373Z] #40 51.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:02:25.373Z] #40 51.94 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:25.373Z] #40 ... [2022-05-04T09:02:25.373Z] [2022-05-04T09:02:25.373Z] #53 [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-05-04T09:02:25.373Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:25.373Z] #53 52.22 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-04T09:02:25.373Z] #53 52.29 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-04T09:02:25.383Z] #62 44.34 Updating files: 65% (3089/4738) Updating files: 66% (3128/4738) Updating files: 67% (3175/4738) Updating files: 68% (3222/4738) Updating files: 69% (3270/4738) Updating files: 70% (3317/4738) Updating files: 71% (3364/4738) Updating files: 72% (3412/4738) Updating files: 73% (3459/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-04T09:02:25.383Z] #62 45.24 + cd /tmp/tmp.Pw3pjC2hol/src/github.com/containerd/containerd [2022-05-04T09:02:25.383Z] #62 45.24 + git checkout -q v1.6.3 [2022-05-04T09:02:25.410Z] #61 DONE 0.4s [2022-05-04T09:02:25.410Z] [2022-05-04T09:02:25.410Z] #62 [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-05-04T09:02:25.410Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:02:25.671Z] #62 ... [2022-05-04T09:02:25.671Z] [2022-05-04T09:02:25.671Z] #40 [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-05-04T09:02:25.671Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:25.671Z] #40 34.48 Reading package lists... [2022-05-04T09:02:25.671Z] #40 41.46 Building dependency tree... [2022-05-04T09:02:25.671Z] #40 45.11 The following additional packages will be installed: [2022-05-04T09:02:25.671Z] #40 45.11 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-04T09:02:25.671Z] #40 45.14 Suggested packages: [2022-05-04T09:02:25.671Z] #40 45.14 cmake-doc ninja-build lrzip [2022-05-04T09:02:25.671Z] #40 45.14 Recommended packages: [2022-05-04T09:02:25.671Z] #40 45.14 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-04T09:02:25.671Z] #40 46.63 The following NEW packages will be installed: [2022-05-04T09:02:25.671Z] #40 46.66 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-04T09:02:25.671Z] #40 46.69 vim-common xxd [2022-05-04T09:02:25.671Z] #40 47.19 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:25.671Z] #40 47.19 Need to get 17.7 MB of archives. [2022-05-04T09:02:25.671Z] #40 47.19 After this operation, 70.7 MB of additional disk space will be used. [2022-05-04T09:02:25.671Z] #40 47.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:02:25.671Z] #40 47.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:02:25.671Z] #40 47.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-04T09:02:25.671Z] #40 47.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:02:25.671Z] #40 48.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-04T09:02:25.671Z] #40 48.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-04T09:02:25.671Z] #40 48.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-04T09:02:25.671Z] #40 48.23 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-04T09:02:25.671Z] #40 48.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-04T09:02:25.671Z] #40 48.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-04T09:02:25.671Z] #40 50.49 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:25.671Z] #40 50.92 Fetched 17.7 MB in 2s (9082 kB/s) [2022-05-04T09:02:25.671Z] #40 51.02 Selecting previously unselected package xxd. [2022-05-04T09:02:25.671Z] #40 51.02 (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-05-04T09:02:25.671Z] #40 51.17 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:02:25.671Z] #40 51.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:26.242Z] #40 51.71 Selecting previously unselected package vim-common. [2022-05-04T09:02:26.242Z] #40 51.71 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:02:26.242Z] #40 51.82 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:26.242Z] #40 ... [2022-05-04T09:02:26.242Z] [2022-05-04T09:02:26.242Z] #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-05-04T09:02:26.242Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:26.242Z] #14 51.78 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-05-04T09:02:26.313Z] #62 46.02 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-04T09:02:26.313Z] #62 46.02 + BUILDTAGS='netgo osusergo static_build' [2022-05-04T09:02:26.313Z] #62 46.02 + export EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:02:26.313Z] #62 46.02 + EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:02:26.313Z] #62 46.02 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-04T09:02:26.313Z] #62 46.02 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-04T09:02:26.313Z] #62 46.02 + '[' '' = dynamic ']' [2022-05-04T09:02:26.313Z] #62 46.02 + make [2022-05-04T09:02:26.503Z] #14 ... [2022-05-04T09:02:26.503Z] [2022-05-04T09:02:26.503Z] #49 [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-05-04T09:02:26.503Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:26.503Z] #49 35.58 Reading package lists... [2022-05-04T09:02:26.503Z] #49 42.25 Building dependency tree... [2022-05-04T09:02:26.503Z] #49 46.18 The following additional packages will be installed: [2022-05-04T09:02:26.503Z] #49 46.18 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:02:26.503Z] #49 46.19 python3-protobuf python3-six [2022-05-04T09:02:26.503Z] #49 46.19 Suggested packages: [2022-05-04T09:02:26.503Z] #49 46.23 python3-setuptools [2022-05-04T09:02:26.503Z] #49 46.23 Recommended packages: [2022-05-04T09:02:26.503Z] #49 46.23 iproute2 | iproute [2022-05-04T09:02:26.503Z] #49 47.35 The following NEW packages will be installed: [2022-05-04T09:02:26.503Z] #49 47.38 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:02:26.503Z] #49 47.38 python3-protobuf python3-six [2022-05-04T09:02:26.503Z] #49 48.02 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:26.503Z] #49 48.02 Need to get 2292 kB of archives. [2022-05-04T09:02:26.503Z] #49 48.02 After this operation, 11.0 MB of additional disk space will be used. [2022-05-04T09:02:26.503Z] #49 48.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-04T09:02:26.503Z] #49 48.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:02:26.503Z] #49 48.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-04T09:02:26.503Z] #49 48.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-04T09:02:26.503Z] #49 48.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:02:26.503Z] #49 48.28 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-05-04T09:02:26.503Z] #49 48.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:02:26.503Z] #49 51.40 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-04T09:02:26.795Z] #49 ... [2022-05-04T09:02:26.795Z] [2022-05-04T09:02:26.795Z] #40 [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-05-04T09:02:26.795Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:26.795Z] #40 51.82 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:26.795Z] #40 52.32 Selecting previously unselected package cmake-data. [2022-05-04T09:02:26.795Z] #40 52.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-04T09:02:26.795Z] #40 52.34 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:27.682Z] #62 47.49 + bin/ctr [2022-05-04T09:02:28.180Z] #40 ... [2022-05-04T09:02:28.180Z] [2022-05-04T09:02:28.180Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:02:28.180Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:02:28.180Z] #38 53.40 NAME: [2022-05-04T09:02:28.180Z] #38 53.40 go-winres - A tool for embedding resources in Windows executables [2022-05-04T09:02:28.180Z] #38 53.40 [2022-05-04T09:02:28.180Z] #38 53.40 USAGE: [2022-05-04T09:02:28.180Z] #38 53.40 go-winres [global options] command [command options] [arguments...] [2022-05-04T09:02:28.180Z] #38 53.40 [2022-05-04T09:02:28.180Z] #38 53.40 COMMANDS: [2022-05-04T09:02:28.180Z] #38 53.40 init Create an initial ./winres/winres.json [2022-05-04T09:02:28.180Z] #38 53.40 make Make syso files for the "go build" command [2022-05-04T09:02:28.180Z] #38 53.40 simply Make syso files for the "go build" command (simplified) [2022-05-04T09:02:28.180Z] #38 53.40 extract Extract all resources from an executable [2022-05-04T09:02:28.180Z] #38 53.40 patch Replace resources in an executable file (exe, dll) [2022-05-04T09:02:28.180Z] #38 53.40 help, h Shows a list of commands or help for one command [2022-05-04T09:02:28.180Z] #38 53.40 [2022-05-04T09:02:28.180Z] #38 53.40 GLOBAL OPTIONS: [2022-05-04T09:02:28.180Z] #38 53.40 --help, -h show help (default: false) [2022-05-04T09:02:28.180Z] #38 DONE 53.5s [2022-05-04T09:02:28.180Z] [2022-05-04T09:02:28.180Z] #62 [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-05-04T09:02:28.180Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:02:28.180Z] #62 1.569 + RM_GOPATH=0 [2022-05-04T09:02:28.180Z] #62 1.569 + TMP_GOPATH= [2022-05-04T09:02:28.180Z] #62 1.569 + : /build [2022-05-04T09:02:28.180Z] #62 1.569 + '[' -z '' ']' [2022-05-04T09:02:28.180Z] #62 1.569 ++ mktemp -d [2022-05-04T09:02:28.180Z] #62 1.599 + export GOPATH=/tmp/tmp.mdV0z8l0oW [2022-05-04T09:02:28.180Z] #62 1.599 + GOPATH=/tmp/tmp.mdV0z8l0oW [2022-05-04T09:02:28.180Z] #62 1.599 + RM_GOPATH=1 [2022-05-04T09:02:28.180Z] #62 1.599 + case "$(go env GOARCH)" in [2022-05-04T09:02:28.180Z] #62 1.600 ++ go env GOARCH [2022-05-04T09:02:28.180Z] #62 1.676 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:28.180Z] #62 1.676 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:28.180Z] #62 1.694 ++ dirname /install.sh [2022-05-04T09:02:28.180Z] #62 1.716 + dir=/ [2022-05-04T09:02:28.180Z] #62 1.716 + bin=containerd [2022-05-04T09:02:28.180Z] #62 1.717 + shift [2022-05-04T09:02:28.180Z] #62 1.717 + '[' '!' -f //containerd.installer ']' [2022-05-04T09:02:28.180Z] #62 1.719 + . //containerd.installer [2022-05-04T09:02:28.180Z] #62 1.719 ++ set -e [2022-05-04T09:02:28.180Z] #62 1.720 ++ : v1.6.3 [2022-05-04T09:02:28.180Z] #62 1.741 Install containerd version v1.6.3 [2022-05-04T09:02:28.180Z] #62 1.741 + install_containerd [2022-05-04T09:02:28.180Z] #62 1.741 + echo 'Install containerd version v1.6.3' [2022-05-04T09:02:28.180Z] #62 1.741 + git clone https://github.com/containerd/containerd.git /tmp/tmp.mdV0z8l0oW/src/github.com/containerd/containerd [2022-05-04T09:02:28.180Z] #62 1.749 Cloning into '/tmp/tmp.mdV0z8l0oW/src/github.com/containerd/containerd'... [2022-05-04T09:02:28.562Z] #62 ... [2022-05-04T09:02:28.562Z] [2022-05-04T09:02:28.562Z] #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-05-04T09:02:28.562Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:28.562Z] #14 70.14 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-04T09:02:28.562Z] #14 70.16 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:28.562Z] #14 70.16 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:28.562Z] #14 74.51 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-04T09:02:28.562Z] #14 74.51 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:28.562Z] #14 74.52 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:29.553Z] #53 ... [2022-05-04T09:02:29.553Z] [2022-05-04T09:02:29.553Z] #38 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-04T09:02:29.553Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-05-04T09:02:29.553Z] #38 54.44 NAME: [2022-05-04T09:02:29.553Z] #38 54.46 go-winres - A tool for embedding resources in Windows executables [2022-05-04T09:02:29.553Z] #38 54.46 [2022-05-04T09:02:29.553Z] #38 54.46 USAGE: [2022-05-04T09:02:29.553Z] #38 54.46 go-winres [global options] command [command options] [arguments...] [2022-05-04T09:02:29.553Z] #38 54.46 [2022-05-04T09:02:29.553Z] #38 54.46 COMMANDS: [2022-05-04T09:02:29.553Z] #38 54.46 init Create an initial ./winres/winres.json [2022-05-04T09:02:29.553Z] #38 54.46 make Make syso files for the "go build" command [2022-05-04T09:02:29.553Z] #38 54.46 simply Make syso files for the "go build" command (simplified) [2022-05-04T09:02:29.553Z] #38 54.46 extract Extract all resources from an executable [2022-05-04T09:02:29.553Z] #38 54.46 patch Replace resources in an executable file (exe, dll) [2022-05-04T09:02:29.553Z] #38 54.46 help, h Shows a list of commands or help for one command [2022-05-04T09:02:29.553Z] #38 54.46 [2022-05-04T09:02:29.553Z] #38 54.46 GLOBAL OPTIONS: [2022-05-04T09:02:29.553Z] #38 54.46 --help, -h show help (default: false) [2022-05-04T09:02:29.553Z] #38 DONE 55.7s [2022-05-04T09:02:29.553Z] [2022-05-04T09:02:29.553Z] #62 [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-05-04T09:02:29.553Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:02:29.553Z] #62 1.730 + RM_GOPATH=0 [2022-05-04T09:02:29.553Z] #62 1.730 + TMP_GOPATH= [2022-05-04T09:02:29.553Z] #62 1.730 + : /build [2022-05-04T09:02:29.553Z] #62 1.730 + '[' -z '' ']' [2022-05-04T09:02:29.553Z] #62 1.730 ++ mktemp -d [2022-05-04T09:02:29.553Z] #62 1.743 + export GOPATH=/tmp/tmp.KYa6hRKVUf [2022-05-04T09:02:29.553Z] #62 1.743 + GOPATH=/tmp/tmp.KYa6hRKVUf [2022-05-04T09:02:29.553Z] #62 1.743 + RM_GOPATH=1 [2022-05-04T09:02:29.553Z] #62 1.743 + case "$(go env GOARCH)" in [2022-05-04T09:02:29.553Z] #62 1.743 ++ go env GOARCH [2022-05-04T09:02:29.553Z] #62 1.767 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:29.553Z] #62 1.767 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:29.553Z] #62 1.767 ++ dirname /install.sh [2022-05-04T09:02:29.553Z] #62 1.774 + dir=/ [2022-05-04T09:02:29.553Z] #62 1.775 + bin=containerd [2022-05-04T09:02:29.553Z] #62 1.775 + shift [2022-05-04T09:02:29.553Z] #62 1.775 + '[' '!' -f //containerd.installer ']' [2022-05-04T09:02:29.553Z] #62 1.775 + . //containerd.installer [2022-05-04T09:02:29.553Z] #62 1.775 ++ set -e [2022-05-04T09:02:29.553Z] #62 1.775 ++ : v1.6.3 [2022-05-04T09:02:29.553Z] #62 1.775 + install_containerd [2022-05-04T09:02:29.553Z] #62 1.859 + echo 'Install containerd version v1.6.3' [2022-05-04T09:02:29.553Z] #62 1.859 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KYa6hRKVUf/src/github.com/containerd/containerd [2022-05-04T09:02:29.553Z] #62 1.860 Install containerd version v1.6.3 [2022-05-04T09:02:29.553Z] #62 1.882 Cloning into '/tmp/tmp.KYa6hRKVUf/src/github.com/containerd/containerd'... [2022-05-04T09:02:29.553Z] #62 ... [2022-05-04T09:02:29.553Z] [2022-05-04T09:02:29.553Z] #49 [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-05-04T09:02:29.553Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:29.553Z] #49 43.90 Building dependency tree... [2022-05-04T09:02:29.553Z] #49 48.32 The following additional packages will be installed: [2022-05-04T09:02:29.553Z] #49 48.33 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:02:29.553Z] #49 48.34 python3-protobuf python3-six [2022-05-04T09:02:29.553Z] #49 48.34 Suggested packages: [2022-05-04T09:02:29.553Z] #49 48.34 python3-setuptools [2022-05-04T09:02:29.553Z] #49 48.34 Recommended packages: [2022-05-04T09:02:29.553Z] #49 48.34 iproute2 | iproute [2022-05-04T09:02:29.553Z] #49 49.09 The following NEW packages will be installed: [2022-05-04T09:02:29.553Z] #49 49.12 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-04T09:02:29.553Z] #49 49.13 python3-protobuf python3-six [2022-05-04T09:02:29.553Z] #49 49.64 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:02:29.553Z] #49 49.64 Need to get 2292 kB of archives. [2022-05-04T09:02:29.553Z] #49 49.64 After this operation, 11.0 MB of additional disk space will be used. [2022-05-04T09:02:29.553Z] #49 49.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-04T09:02:29.553Z] #49 49.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:02:29.553Z] #49 49.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-04T09:02:29.553Z] #49 49.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-04T09:02:29.553Z] #49 49.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:02:29.553Z] #49 49.85 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-05-04T09:02:29.553Z] #49 49.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:02:29.553Z] #49 52.71 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-05-04T09:02:29.553Z] #49 54.77 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:29.553Z] #49 55.16 Fetched 2292 kB in 4s (600 kB/s) [2022-05-04T09:02:29.553Z] #49 55.34 Selecting previously unselected package libprotobuf23:amd64. [2022-05-04T09:02:29.553Z] #49 55.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:29.553Z] #49 55.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-04T09:02:29.553Z] #49 55.48 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:29.810Z] #49 ... [2022-05-04T09:02:29.810Z] [2022-05-04T09:02:29.810Z] #53 [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-05-04T09:02:29.810Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:29.810Z] #53 56.53 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-04T09:02:29.810Z] #53 56.53 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-04T09:02:29.810Z] #53 56.53 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:02:29.810Z] #53 56.58 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-04T09:02:30.067Z] #53 56.83 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-04T09:02:30.067Z] #53 56.89 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-04T09:02:30.067Z] #53 56.97 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:02:30.069Z] using credential docker-jenkins-github-credentials [2022-05-04T09:02:30.149Z] Cloning the remote Git repository [2022-05-04T09:02:30.149Z] Cloning with configured refspecs honoured and without tags [2022-05-04T09:02:30.330Z] #53 57.17 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-04T09:02:30.479Z] #14 82.76 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-04T09:02:30.479Z] #14 82.76 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-04T09:02:30.479Z] #14 82.77 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:30.588Z] #53 57.23 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-04T09:02:30.588Z] #53 57.29 go: downloading github.com/spf13/afero v1.6.0 [2022-05-04T09:02:30.741Z] #14 ... [2022-05-04T09:02:30.741Z] [2022-05-04T09:02:30.741Z] #65 [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-05-04T09:02:30.741Z] #65 sha256:dc0b14dcb89d04536c976b47abef80d9b4f8dbd0acf93944c3baede1ab8a3419 [2022-05-04T09:02:30.741Z] #65 83.02 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:02:30.741Z] #65 83.02 + GOBIN=/build [2022-05-04T09:02:30.741Z] #65 83.02 + GO111MODULE=on [2022-05-04T09:02:30.741Z] #65 83.02 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:02:30.351Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T09:02:30.845Z] #53 57.50 go: downloading github.com/spf13/cast v1.4.1 [2022-05-04T09:02:30.845Z] #53 57.53 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-04T09:02:30.845Z] #53 57.62 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-04T09:02:30.845Z] #53 57.67 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-04T09:02:30.845Z] #53 57.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-04T09:02:31.102Z] #53 57.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-04T09:02:31.102Z] #53 57.86 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-04T09:02:31.102Z] #53 57.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-04T09:02:31.102Z] #53 57.92 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-04T09:02:31.102Z] #53 57.92 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-04T09:02:31.102Z] #53 57.93 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-04T09:02:31.102Z] #53 57.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-04T09:02:31.359Z] #53 58.13 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-04T09:02:31.360Z] #53 58.24 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-04T09:02:31.619Z] #53 58.30 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-04T09:02:31.619Z] #53 58.37 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-04T09:02:31.619Z] #53 58.43 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-04T09:02:31.859Z] #62 ... [2022-05-04T09:02:31.859Z] [2022-05-04T09:02:31.859Z] #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-05-04T09:02:31.859Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:31.859Z] #14 76.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-04T09:02:31.859Z] #14 76.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:31.859Z] #14 76.59 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:31.880Z] #53 58.57 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-04T09:02:32.137Z] #53 58.89 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-04T09:02:32.137Z] #53 58.93 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-04T09:02:32.137Z] #53 58.97 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-04T09:02:32.137Z] #53 59.00 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-04T09:02:32.137Z] #53 59.04 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-04T09:02:32.393Z] #53 59.06 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-04T09:02:32.393Z] #53 59.07 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-04T09:02:32.393Z] #53 59.14 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-04T09:02:32.393Z] #53 59.19 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-04T09:02:32.393Z] #53 59.23 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-04T09:02:32.651Z] #53 59.31 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-04T09:02:32.651Z] #53 59.32 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-04T09:02:32.651Z] #53 59.39 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-04T09:02:32.651Z] #53 59.39 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-04T09:02:32.651Z] #53 59.41 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-04T09:02:32.651Z] #53 59.43 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-04T09:02:32.651Z] #53 59.45 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-04T09:02:32.651Z] #53 59.50 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-04T09:02:32.903Z] #19 143.4 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-05-04T09:02:32.903Z] #19 143.4 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:32.903Z] #19 143.4 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:02:32.903Z] #19 143.4 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-05-04T09:02:32.903Z] #19 143.4 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:32.903Z] #19 143.4 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:02:32.903Z] #19 143.5 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-05-04T09:02:32.903Z] #19 143.5 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:32.903Z] #19 143.5 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:02:32.903Z] #19 143.5 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-05-04T09:02:32.903Z] #19 143.5 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:32.903Z] #19 143.5 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:02:32.903Z] #19 143.6 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-05-04T09:02:32.903Z] #19 143.6 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:32.903Z] #19 143.6 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:02:32.903Z] #19 143.6 Selecting previously unselected package cross-config. [2022-05-04T09:02:32.903Z] #19 143.6 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-05-04T09:02:32.903Z] #19 143.6 Unpacking cross-config (2.6.18+nmu1) ... [2022-05-04T09:02:32.903Z] #19 143.7 Selecting previously unselected package gcc-10-cross-base. [2022-05-04T09:02:32.903Z] #19 143.7 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:32.903Z] #19 143.7 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-04T09:02:32.903Z] #19 143.7 Selecting previously unselected package libc6-arm64-cross. [2022-05-04T09:02:32.903Z] #19 143.7 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-05-04T09:02:32.903Z] #19 143.7 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-05-04T09:02:32.908Z] #53 59.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-04T09:02:32.908Z] #53 59.54 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-04T09:02:32.908Z] #53 59.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-04T09:02:32.908Z] #53 59.77 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-04T09:02:32.908Z] #53 59.80 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-04T09:02:32.908Z] #53 59.86 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-04T09:02:30.759Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-04T09:02:32.106Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:02:32.107Z] > git --version # timeout=10 [2022-05-04T09:02:32.165Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:02:32.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:32.170Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:33.156Z] Fetching without tags [2022-05-04T09:02:33.164Z] #53 59.88 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-04T09:02:33.164Z] #53 59.92 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-04T09:02:33.164Z] #53 59.96 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-04T09:02:33.164Z] #53 59.98 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-04T09:02:33.164Z] #53 60.00 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-04T09:02:33.164Z] #53 60.04 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-04T09:02:33.164Z] #53 60.06 go: downloading github.com/julz/importas v0.1.0 [2022-05-04T09:02:33.164Z] #53 60.09 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-04T09:02:33.165Z] #19 144.0 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-05-04T09:02:33.165Z] #19 144.0 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:33.165Z] #19 144.0 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:33.165Z] #19 144.0 Selecting previously unselected package libgomp1-arm64-cross. [2022-05-04T09:02:33.165Z] #19 144.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:33.165Z] #19 144.1 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:33.422Z] #53 60.15 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-04T09:02:33.422Z] #53 60.23 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-04T09:02:33.422Z] #53 60.25 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-04T09:02:33.422Z] #53 60.30 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-04T09:02:33.422Z] #53 60.33 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-04T09:02:33.422Z] #53 60.35 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-04T09:02:33.426Z] #19 144.1 Selecting previously unselected package libitm1-arm64-cross. [2022-05-04T09:02:33.426Z] #19 144.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:33.426Z] #19 144.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:33.426Z] #19 144.2 Selecting previously unselected package libatomic1-arm64-cross. [2022-05-04T09:02:33.426Z] #19 144.2 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:33.426Z] #19 144.2 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:33.426Z] #19 144.2 Selecting previously unselected package libasan6-arm64-cross. [2022-05-04T09:02:33.426Z] #19 144.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:33.426Z] #19 144.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:33.477Z] #62 ... [2022-05-04T09:02:33.477Z] [2022-05-04T09:02:33.477Z] #49 [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-05-04T09:02:33.477Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:33.477Z] #49 53.22 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:33.477Z] #49 53.61 Fetched 2292 kB in 4s (552 kB/s) [2022-05-04T09:02:33.477Z] #49 53.78 Selecting previously unselected package libprotobuf23:amd64. [2022-05-04T09:02:33.477Z] #49 53.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-04T09:02:33.477Z] #49 53.94 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 53.96 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:33.477Z] #49 55.41 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:02:33.477Z] #49 55.41 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:02:33.477Z] #49 55.42 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:33.477Z] #49 55.92 Selecting previously unselected package python3-six. [2022-05-04T09:02:33.477Z] #49 55.92 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-04T09:02:33.477Z] #49 55.92 Unpacking python3-six (1.16.0-2) ... [2022-05-04T09:02:33.477Z] #49 56.12 Selecting previously unselected package python3-protobuf. [2022-05-04T09:02:33.477Z] #49 56.14 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 56.16 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:33.477Z] #49 57.14 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:02:33.477Z] #49 57.15 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 57.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:33.477Z] #49 57.59 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:02:33.477Z] #49 57.60 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 57.61 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:33.477Z] #49 57.95 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:02:33.477Z] #49 57.95 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 57.96 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:33.477Z] #49 58.15 Selecting previously unselected package criu. [2022-05-04T09:02:33.477Z] #49 58.16 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-04T09:02:33.477Z] #49 58.17 Unpacking criu (3.16.1-3) ... [2022-05-04T09:02:33.684Z] #53 60.41 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-04T09:02:33.684Z] #53 60.43 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-04T09:02:33.684Z] #53 60.47 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-04T09:02:33.684Z] #53 60.55 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-04T09:02:33.684Z] #53 60.56 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-04T09:02:33.739Z] #49 59.20 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:33.999Z] #49 ... [2022-05-04T09:02:33.999Z] [2022-05-04T09:02:33.999Z] #53 [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-05-04T09:02:33.999Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:33.999Z] #53 59.45 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:02:33.999Z] #53 59.45 go: downloading github.com/fatih/color v1.13.0 [2022-05-04T09:02:33.999Z] #53 59.54 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-04T09:02:33.999Z] #53 59.54 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:02:34.000Z] #19 144.7 Selecting previously unselected package liblsan0-arm64-cross. [2022-05-04T09:02:34.000Z] #19 144.7 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:34.000Z] #19 144.7 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:34.000Z] #19 144.9 Selecting previously unselected package libtsan0-arm64-cross. [2022-05-04T09:02:34.000Z] #19 144.9 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:34.000Z] #19 144.9 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:34.033Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:02:34.248Z] #53 61.09 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-04T09:02:34.248Z] #53 61.10 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-04T09:02:34.248Z] #53 61.13 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-04T09:02:34.271Z] #53 59.86 go: downloading github.com/spf13/viper v1.10.1 [2022-05-04T09:02:34.506Z] #53 61.14 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-04T09:02:34.506Z] #53 61.20 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-04T09:02:34.506Z] #53 61.24 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-04T09:02:34.506Z] #53 61.29 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-04T09:02:34.506Z] #53 61.36 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-04T09:02:34.506Z] #53 61.40 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-04T09:02:34.532Z] #53 60.22 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:02:34.573Z] #19 145.4 Selecting previously unselected package libstdc++6-arm64-cross. [2022-05-04T09:02:34.573Z] #19 145.4 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:34.573Z] #19 145.4 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:34.573Z] #19 145.6 Selecting previously unselected package libubsan1-arm64-cross. [2022-05-04T09:02:34.763Z] #53 61.61 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-04T09:02:34.763Z] #53 61.63 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-04T09:02:34.763Z] #53 61.64 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-04T09:02:34.763Z] #53 61.65 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-04T09:02:34.763Z] #53 61.67 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-04T09:02:34.763Z] #53 61.71 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-04T09:02:34.838Z] #19 145.6 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:34.838Z] #19 145.6 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:32.806Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:02:32.879Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:02:32.935Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:33.063Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:02:33.196Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:02:33.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:33.197Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:34.146Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:02:34.202Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:02:35.020Z] #53 61.74 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-04T09:02:35.020Z] #53 61.85 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-04T09:02:35.020Z] #53 61.87 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-04T09:02:35.020Z] #53 61.94 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-04T09:02:35.020Z] #53 61.97 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-04T09:02:35.099Z] #19 145.9 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-05-04T09:02:35.099Z] #19 145.9 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:35.100Z] #19 145.9 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:35.102Z] #53 60.61 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-04T09:02:35.102Z] #53 60.64 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-04T09:02:35.277Z] #53 62.02 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-04T09:02:35.277Z] #53 62.11 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-04T09:02:35.361Z] #19 146.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-05-04T09:02:35.361Z] #19 146.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:35.361Z] #19 146.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:02:35.533Z] #53 62.11 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-04T09:02:35.534Z] #53 62.17 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-04T09:02:35.534Z] #53 62.26 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-04T09:02:35.534Z] #53 62.27 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-04T09:02:35.534Z] #53 ... [2022-05-04T09:02:35.534Z] [2022-05-04T09:02:35.534Z] #40 [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-05-04T09:02:35.534Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:35.534Z] #40 52.30 Selecting previously unselected package cmake-data. [2022-05-04T09:02:35.534Z] #40 52.31 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-04T09:02:35.534Z] #40 52.33 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:35.534Z] #40 57.34 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:02:35.534Z] #40 57.35 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:02:35.534Z] #40 57.36 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:35.790Z] #40 ... [2022-05-04T09:02:35.790Z] [2022-05-04T09:02:35.790Z] #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-05-04T09:02:35.790Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:02:35.790Z] #34 60.43 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-05-04T09:02:35.790Z] #34 60.63 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-04T09:02:35.790Z] #34 61.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:02:36.041Z] #53 61.64 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-04T09:02:36.041Z] #53 61.74 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-04T09:02:36.042Z] #14 81.18 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-04T09:02:36.043Z] #14 81.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:36.043Z] #14 81.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:36.074Z] #65 87.44 rootlesskit version 1.0.0 [2022-05-04T09:02:36.074Z] #65 87.45 Usage of /build/rootlesskit-docker-proxy: [2022-05-04T09:02:36.074Z] #65 87.45 -container-ip string [2022-05-04T09:02:36.074Z] #65 87.45 container ip [2022-05-04T09:02:36.074Z] #65 87.45 -container-port int [2022-05-04T09:02:36.074Z] #65 87.45 container port (default -1) [2022-05-04T09:02:36.074Z] #65 87.45 -host-ip string [2022-05-04T09:02:36.074Z] #65 87.45 host ip [2022-05-04T09:02:36.074Z] #65 87.45 -host-port int [2022-05-04T09:02:36.074Z] #65 87.45 host port (default -1) [2022-05-04T09:02:36.074Z] #65 87.45 -proto string [2022-05-04T09:02:36.074Z] #65 87.45 proxy protocol (default "tcp") [2022-05-04T09:02:36.074Z] #65 ... [2022-05-04T09:02:36.074Z] [2022-05-04T09:02:36.074Z] #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-05-04T09:02:36.074Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:36.074Z] #14 86.44 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-04T09:02:36.074Z] #14 86.44 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-04T09:02:36.074Z] #14 86.46 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:02:36.074Z] #14 86.58 Selecting previously unselected package libapparmor1:arm64. [2022-05-04T09:02:36.074Z] #14 86.58 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 86.59 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-04T09:02:36.074Z] #14 86.67 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-04T09:02:36.074Z] #14 86.69 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 86.69 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-04T09:02:36.074Z] #14 86.82 Selecting previously unselected package libbtrfs0:arm64. [2022-05-04T09:02:36.074Z] #14 86.83 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 86.84 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-04T09:02:36.074Z] #14 86.94 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-04T09:02:36.074Z] #14 86.98 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 86.99 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-04T09:02:36.074Z] #14 87.16 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-05-04T09:02:36.074Z] #14 87.18 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 87.18 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:02:36.074Z] #14 87.23 Selecting previously unselected package libudev-dev:arm64. [2022-05-04T09:02:36.074Z] #14 87.23 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 87.23 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-05-04T09:02:36.074Z] #14 87.39 Selecting previously unselected package libsepol1-dev:arm64. [2022-05-04T09:02:36.074Z] #14 87.39 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 87.40 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-05-04T09:02:36.074Z] #14 87.67 Selecting previously unselected package libpcre2-16-0:arm64. [2022-05-04T09:02:36.074Z] #14 87.67 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 87.71 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-05-04T09:02:36.074Z] #14 88.47 Selecting previously unselected package libpcre2-32-0:arm64. [2022-05-04T09:02:36.074Z] #14 88.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-05-04T09:02:36.074Z] #14 88.56 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-05-04T09:02:37.018Z] #14 89.32 Selecting previously unselected package libpcre2-posix2:arm64. [2022-05-04T09:02:37.018Z] #14 89.32 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-05-04T09:02:37.018Z] #14 89.33 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-05-04T09:02:37.159Z] #34 ... [2022-05-04T09:02:37.159Z] [2022-05-04T09:02:37.159Z] #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-05-04T09:02:37.159Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:37.159Z] #14 53.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-04T09:02:37.159Z] #14 53.86 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:37.159Z] #14 53.88 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:37.159Z] #14 58.54 Selecting previously unselected package binutils-mingw-w64. [2022-05-04T09:02:37.159Z] #14 58.58 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-04T09:02:37.159Z] #14 58.60 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:02:37.159Z] #14 58.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-04T09:02:37.159Z] #14 58.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:37.159Z] #14 58.74 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:02:37.159Z] #14 58.92 Selecting previously unselected package dmsetup. [2022-05-04T09:02:37.159Z] #14 58.92 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:37.159Z] #14 58.93 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:02:37.159Z] #14 59.09 Selecting previously unselected package mingw-w64-common. [2022-05-04T09:02:37.159Z] #14 59.09 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-04T09:02:37.159Z] #14 59.10 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-04T09:02:37.159Z] #14 63.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-04T09:02:37.159Z] #14 63.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-04T09:02:37.159Z] #14 63.20 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:02:37.159Z] #14 ... [2022-05-04T09:02:37.159Z] [2022-05-04T09:02:37.159Z] #40 [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-05-04T09:02:37.159Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:37.420Z] #53 ... [2022-05-04T09:02:37.420Z] #40 64.00 Selecting previously unselected package libxml2:amd64. [2022-05-04T09:02:37.420Z] [2022-05-04T09:02:37.420Z] #40 64.01 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-04T09:02:37.420Z] #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-05-04T09:02:37.420Z] #40 64.01 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:37.420Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:37.420Z] #14 52.65 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-05-04T09:02:37.420Z] #14 53.51 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-05-04T09:02:37.420Z] #14 55.70 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-05-04T09:02:37.420Z] #14 56.49 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-05-04T09:02:37.420Z] #14 56.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-04T09:02:37.420Z] #14 56.49 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-04T09:02:37.420Z] #14 56.49 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:02:37.420Z] #14 56.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:02:37.420Z] #14 56.51 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-05-04T09:02:37.420Z] #14 56.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-04T09:02:37.420Z] #14 56.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-04T09:02:37.420Z] #14 56.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-04T09:02:37.420Z] #14 56.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-04T09:02:37.420Z] #14 56.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-04T09:02:37.421Z] #14 56.59 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-04T09:02:37.421Z] #14 56.66 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-04T09:02:37.421Z] #14 56.66 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-05-04T09:02:37.421Z] #14 56.66 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-04T09:02:37.421Z] #14 56.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-04T09:02:37.421Z] #14 58.25 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:02:37.421Z] #14 58.41 Fetched 115 MB in 10s (11.6 MB/s) [2022-05-04T09:02:37.421Z] #14 58.55 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-04T09:02:37.421Z] #14 58.55 (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-05-04T09:02:37.421Z] #14 58.61 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:37.421Z] #14 58.62 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:37.421Z] #14 61.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-04T09:02:37.421Z] #14 61.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:02:37.421Z] #14 61.54 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:37.421Z] #14 ... [2022-05-04T09:02:37.421Z] [2022-05-04T09:02:37.421Z] #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-05-04T09:02:37.421Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:02:37.421Z] #34 58.80 Updating files: 84% (1290/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-05-04T09:02:37.421Z] #34 59.96 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-04T09:02:37.421Z] #34 60.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-04T09:02:37.591Z] #14 90.06 Selecting previously unselected package libpcre2-dev:arm64. [2022-05-04T09:02:37.591Z] #14 90.06 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-05-04T09:02:37.591Z] #14 90.08 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-05-04T09:02:37.937Z] #40 64.57 Selecting previously unselected package libarchive13:amd64. [2022-05-04T09:02:37.937Z] #40 64.59 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-04T09:02:37.937Z] #40 64.60 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:38.026Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:02:38.026Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:02:37.622Z] > git remote # timeout=10 [2022-05-04T09:02:37.743Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:02:37.793Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:37.795Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:02:37.940Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-04T09:02:38.064Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:02:38.115Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:02:38.193Z] #40 64.90 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-04T09:02:38.193Z] #40 64.91 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-04T09:02:38.193Z] #40 64.92 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:38.193Z] #40 65.04 Selecting previously unselected package librhash0:amd64. [2022-05-04T09:02:38.193Z] #40 65.06 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-04T09:02:38.193Z] #40 65.06 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:38.449Z] #40 65.23 Selecting previously unselected package libuv1:amd64. [2022-05-04T09:02:38.449Z] #40 65.23 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-04T09:02:38.449Z] #40 65.24 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:38.705Z] #40 65.43 Selecting previously unselected package cmake. [2022-05-04T09:02:38.705Z] #40 65.44 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-04T09:02:38.705Z] #40 65.44 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:38.979Z] #14 91.61 Selecting previously unselected package libselinux1-dev:arm64. [2022-05-04T09:02:38.980Z] #14 91.62 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-05-04T09:02:38.980Z] #14 91.65 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-05-04T09:02:39.328Z] #34 ... [2022-05-04T09:02:39.328Z] [2022-05-04T09:02:39.328Z] #53 [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-05-04T09:02:39.328Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:39.328Z] #53 63.99 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-04T09:02:39.328Z] #53 64.00 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-04T09:02:39.328Z] #53 64.03 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:02:39.328Z] #53 64.03 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-04T09:02:39.328Z] #53 64.17 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-04T09:02:39.328Z] #53 64.20 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-04T09:02:39.328Z] #53 64.28 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:02:39.328Z] #53 64.29 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-04T09:02:39.328Z] #53 64.35 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-04T09:02:39.328Z] #53 64.37 go: downloading github.com/spf13/afero v1.6.0 [2022-05-04T09:02:39.328Z] #53 64.39 go: downloading github.com/spf13/cast v1.4.1 [2022-05-04T09:02:39.328Z] #53 64.42 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-04T09:02:39.328Z] #53 64.46 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-04T09:02:39.328Z] #53 64.49 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-04T09:02:39.328Z] #53 64.67 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-04T09:02:39.328Z] #53 64.67 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-04T09:02:39.328Z] #53 64.68 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-04T09:02:39.328Z] #53 64.69 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-04T09:02:39.328Z] #53 64.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-04T09:02:39.328Z] #53 64.73 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-04T09:02:39.328Z] #53 64.73 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-04T09:02:39.328Z] #53 64.73 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-04T09:02:39.328Z] #53 64.76 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-04T09:02:39.328Z] #53 64.94 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-04T09:02:39.328Z] #53 65.00 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-04T09:02:39.587Z] #53 65.04 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-04T09:02:39.587Z] #53 65.08 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-04T09:02:39.587Z] #53 65.11 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-04T09:02:39.848Z] #53 65.42 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-04T09:02:39.848Z] #53 65.47 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-04T09:02:39.848Z] #53 65.52 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-04T09:02:39.949Z] #14 92.28 Selecting previously unselected package libdevmapper-dev:arm64. [2022-05-04T09:02:39.949Z] #14 92.28 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-05-04T09:02:39.949Z] #14 92.49 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:02:40.107Z] #53 65.54 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-04T09:02:40.108Z] #53 65.57 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-04T09:02:40.108Z] #53 65.60 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-04T09:02:40.108Z] #53 65.61 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-04T09:02:40.108Z] #53 65.68 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-04T09:02:40.108Z] #53 65.69 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-04T09:02:40.108Z] #53 65.72 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-04T09:02:40.367Z] #53 65.81 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-04T09:02:40.367Z] #53 65.84 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-04T09:02:40.367Z] #53 65.84 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-04T09:02:40.367Z] #53 65.86 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-04T09:02:40.367Z] #53 65.86 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-04T09:02:40.367Z] #53 65.92 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-04T09:02:40.367Z] #53 65.93 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-04T09:02:40.367Z] #53 65.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-04T09:02:40.367Z] #53 65.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-04T09:02:40.367Z] #53 65.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-04T09:02:40.596Z] #40 ... [2022-05-04T09:02:40.596Z] [2022-05-04T09:02:40.596Z] #49 [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-05-04T09:02:40.596Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:40.596Z] #49 56.84 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:02:40.596Z] #49 56.84 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:02:40.596Z] #49 56.84 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:40.596Z] #49 57.23 Selecting previously unselected package python3-six. [2022-05-04T09:02:40.596Z] #49 57.23 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-04T09:02:40.596Z] #49 57.24 Unpacking python3-six (1.16.0-2) ... [2022-05-04T09:02:40.596Z] #49 57.63 Selecting previously unselected package python3-protobuf. [2022-05-04T09:02:40.596Z] #49 57.63 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-04T09:02:40.596Z] #49 57.63 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:40.596Z] #49 58.23 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:02:40.596Z] #49 58.24 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:02:40.596Z] #49 58.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:40.596Z] #49 58.35 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:02:40.596Z] #49 58.36 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:02:40.596Z] #49 58.36 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:40.596Z] #49 58.52 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:02:40.596Z] #49 58.52 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:02:40.596Z] #49 58.53 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:40.596Z] #49 58.60 Selecting previously unselected package criu. [2022-05-04T09:02:40.596Z] #49 58.61 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-05-04T09:02:40.596Z] #49 58.62 Unpacking criu (3.16.1-3) ... [2022-05-04T09:02:40.596Z] #49 59.37 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:02:40.596Z] #49 60.92 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:40.596Z] #49 60.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:40.596Z] #49 60.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:40.596Z] #49 61.00 Setting up python3-six (1.16.0-2) ... [2022-05-04T09:02:40.596Z] #49 61.98 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:40.596Z] #49 62.00 Setting up python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:40.596Z] #49 65.32 Setting up criu (3.16.1-3) ... [2022-05-04T09:02:40.596Z] #49 67.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:40.627Z] #53 66.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-04T09:02:40.627Z] #53 66.26 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-04T09:02:40.627Z] #53 66.27 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-04T09:02:40.627Z] #53 66.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-04T09:02:40.627Z] #53 66.30 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-04T09:02:40.627Z] #53 66.33 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-04T09:02:40.627Z] #14 93.01 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-04T09:02:40.627Z] #14 93.02 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-04T09:02:40.887Z] #53 66.34 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-04T09:02:40.887Z] #53 66.38 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-04T09:02:40.887Z] #53 66.41 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-04T09:02:40.887Z] #53 66.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-04T09:02:40.887Z] #53 66.45 go: downloading github.com/julz/importas v0.1.0 [2022-05-04T09:02:40.887Z] #53 66.50 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-04T09:02:40.887Z] #53 66.56 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-04T09:02:40.889Z] #14 93.19 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:02:41.147Z] #53 66.67 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-04T09:02:41.147Z] #53 66.72 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-04T09:02:41.147Z] #53 66.72 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-04T09:02:41.147Z] #53 66.78 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-04T09:02:41.147Z] #53 ... [2022-05-04T09:02:41.147Z] [2022-05-04T09:02:41.147Z] #40 [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-05-04T09:02:41.147Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:41.147Z] #40 56.77 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:02:41.147Z] #40 56.82 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:02:41.147Z] #40 56.82 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:41.147Z] #40 63.38 Selecting previously unselected package libxml2:amd64. [2022-05-04T09:02:41.147Z] #40 63.39 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-04T09:02:41.147Z] #40 63.40 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:41.147Z] #40 63.87 Selecting previously unselected package libarchive13:amd64. [2022-05-04T09:02:41.147Z] #40 63.87 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-04T09:02:41.147Z] #40 63.88 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:41.147Z] #40 64.16 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-04T09:02:41.147Z] #40 64.17 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-04T09:02:41.147Z] #40 64.18 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:41.147Z] #40 64.32 Selecting previously unselected package librhash0:amd64. [2022-05-04T09:02:41.147Z] #40 64.32 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-04T09:02:41.148Z] #40 64.34 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:41.148Z] #40 64.55 Selecting previously unselected package libuv1:amd64. [2022-05-04T09:02:41.148Z] #40 64.57 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-04T09:02:41.148Z] #40 64.59 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:41.148Z] #40 64.73 Selecting previously unselected package cmake. [2022-05-04T09:02:41.148Z] #40 64.73 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-04T09:02:41.148Z] #40 64.74 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:41.151Z] #14 93.71 Selecting previously unselected package libsystemd-dev:arm64. [2022-05-04T09:02:41.151Z] #14 93.71 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-05-04T09:02:41.151Z] #14 93.79 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-05-04T09:02:41.299Z] #14 85.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-04T09:02:41.299Z] #14 85.90 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:41.299Z] #14 85.90 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:41.410Z] #40 ... [2022-05-04T09:02:41.410Z] [2022-05-04T09:02:41.410Z] #53 [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-05-04T09:02:41.410Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:41.410Z] #53 66.83 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-04T09:02:41.410Z] #53 66.84 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-04T09:02:41.410Z] #53 67.00 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-04T09:02:41.410Z] #53 67.04 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-04T09:02:41.669Z] #53 67.06 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-04T09:02:41.669Z] #53 67.08 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-04T09:02:41.929Z] #53 67.58 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-04T09:02:41.929Z] #53 67.58 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-04T09:02:41.929Z] #53 67.61 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-04T09:02:42.007Z] #49 ... [2022-05-04T09:02:42.007Z] [2022-05-04T09:02:42.007Z] #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-05-04T09:02:42.007Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:42.007Z] #14 68.55 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-04T09:02:42.007Z] #14 68.55 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:42.007Z] #14 68.56 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:02:42.007Z] #14 68.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-04T09:02:42.007Z] #14 68.79 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:42.007Z] #14 68.81 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:42.189Z] #53 67.62 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-04T09:02:42.189Z] #53 67.68 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-04T09:02:42.189Z] #53 67.78 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-04T09:02:42.189Z] #53 67.81 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-04T09:02:42.189Z] #53 67.83 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-04T09:02:42.189Z] #53 67.83 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-04T09:02:42.448Z] #53 68.08 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-04T09:02:42.448Z] #53 68.10 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-04T09:02:42.448Z] #53 68.11 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-04T09:02:42.448Z] #53 68.13 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-04T09:02:42.539Z] #14 94.93 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:02:42.539Z] #14 94.96 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-04T09:02:42.539Z] #14 ... [2022-05-04T09:02:42.539Z] [2022-05-04T09:02:42.539Z] #65 [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-05-04T09:02:42.539Z] #65 sha256:dc0b14dcb89d04536c976b47abef80d9b4f8dbd0acf93944c3baede1ab8a3419 [2022-05-04T09:02:42.539Z] #65 DONE 94.8s [2022-05-04T09:02:42.539Z] [2022-05-04T09:02:42.539Z] #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-05-04T09:02:42.539Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:42.539Z] #14 95.07 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:42.539Z] #14 95.09 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-05-04T09:02:42.539Z] #14 95.11 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:02:42.539Z] #14 95.17 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-05-04T09:02:42.539Z] #14 ... [2022-05-04T09:02:42.539Z] [2022-05-04T09:02:42.539Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-04T09:02:42.539Z] #66 sha256:35721add519f9bd01f6234b4b10cec32bbd8346e11610b0ca7377522fc3d56e5 [2022-05-04T09:02:42.539Z] #66 DONE 0.1s [2022-05-04T09:02:42.539Z] [2022-05-04T09:02:42.539Z] #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-05-04T09:02:42.539Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:42.539Z] #14 95.18 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-04T09:02:42.539Z] #14 95.20 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-05-04T09:02:42.539Z] #14 95.24 Setting up libudev-dev:arm64 (247.3-7) ... [2022-05-04T09:02:42.569Z] #14 ... [2022-05-04T09:02:42.569Z] [2022-05-04T09:02:42.570Z] #49 [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-05-04T09:02:42.570Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:42.570Z] #49 DONE 69.0s [2022-05-04T09:02:42.709Z] #53 68.18 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-04T09:02:42.709Z] #53 68.19 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-04T09:02:42.801Z] #14 95.27 Setting up libpcre2-posix2:arm64 (10.36-2) ...#14 ... [2022-05-04T09:02:42.801Z] [2022-05-04T09:02:42.801Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-04T09:02:42.801Z] #67 sha256:7f905bbf43c39046c1f4d8f274656ffa511ba9806206060625272449ef6175cc [2022-05-04T09:02:42.801Z] #67 DONE 0.1s [2022-05-04T09:02:42.801Z] [2022-05-04T09:02:42.801Z] #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-05-04T09:02:42.801Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-05-04T09:02:42.801Z] #14 95.27 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-05-04T09:02:42.801Z] #14 95.31 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:02:42.801Z] #14 95.41 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-04T09:02:42.801Z] #14 95.46 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:42.801Z] #14 95.50 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-04T09:02:42.801Z] #14 95.55 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-04T09:02:42.827Z] [2022-05-04T09:02:42.827Z] #40 [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-05-04T09:02:42.827Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:42.827Z] #40 69.45 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:42.827Z] #40 69.49 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.52 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:42.827Z] #40 69.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.57 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:42.827Z] #40 69.61 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:42.827Z] #40 69.63 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.66 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.68 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.70 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:42.827Z] #40 69.72 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:42.996Z] #53 68.44 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-04T09:02:42.996Z] #53 68.46 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-04T09:02:42.996Z] #53 68.49 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-04T09:02:42.996Z] #53 68.49 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-04T09:02:42.996Z] #53 68.53 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-04T09:02:42.996Z] #53 68.53 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-04T09:02:43.062Z] #14 95.57 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-05-04T09:02:43.062Z] #14 95.59 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:02:43.062Z] #14 95.61 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-05-04T09:02:43.062Z] #14 95.63 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-05-04T09:02:43.062Z] #14 95.66 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:43.062Z] #14 95.67 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:43.063Z] #14 95.69 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-05-04T09:02:43.063Z] #14 95.71 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:43.063Z] #14 95.73 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-05-04T09:02:43.063Z] #14 95.73 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:02:43.063Z] #14 95.75 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:43.063Z] #14 95.76 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-05-04T09:02:43.256Z] #53 68.79 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-04T09:02:43.256Z] #53 68.83 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-04T09:02:43.256Z] #53 68.84 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-04T09:02:43.256Z] #53 68.86 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-04T09:02:43.256Z] #53 68.91 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-04T09:02:43.256Z] #53 68.91 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-04T09:02:43.324Z] #14 95.77 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:43.324Z] #14 95.78 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:02:43.324Z] #14 95.80 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:02:43.324Z] #14 95.81 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:02:43.324Z] #14 95.82 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:02:43.324Z] #14 95.84 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-04T09:02:43.324Z] #14 95.85 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:43.515Z] #53 69.03 go: downloading honnef.co/go/tools v0.2.2 [2022-05-04T09:02:43.755Z] #40 DONE 70.3s [2022-05-04T09:02:43.755Z] [2022-05-04T09:02:43.755Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-04T09:02:43.755Z] #41 sha256:e9d105ac3ea2ee35202ccf616153d3ed18a5ae9c12463f2cf4aee0db8fdc9c33 [2022-05-04T09:02:43.755Z] #41 DONE 0.2s [2022-05-04T09:02:43.755Z] [2022-05-04T09:02:43.755Z] #53 [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-05-04T09:02:43.755Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:43.755Z] #53 62.54 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-04T09:02:43.755Z] #53 62.69 go: downloading honnef.co/go/tools v0.2.2 [2022-05-04T09:02:43.755Z] #53 63.59 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-04T09:02:43.755Z] #53 63.59 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-04T09:02:43.755Z] #53 63.65 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-04T09:02:43.755Z] #53 63.70 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-04T09:02:43.755Z] #53 64.82 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:02:43.755Z] #53 64.89 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:02:43.755Z] #53 64.90 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-04T09:02:43.755Z] #53 64.96 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-04T09:02:43.755Z] #53 65.13 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:02:43.755Z] #53 65.13 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:02:43.755Z] #53 65.22 go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:02:43.755Z] #53 70.37 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-04T09:02:43.755Z] #53 70.51 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-04T09:02:43.755Z] #53 70.56 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-04T09:02:43.755Z] #53 ... [2022-05-04T09:02:43.755Z] [2022-05-04T09:02:43.755Z] #42 [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-05-04T09:02:43.755Z] #42 sha256:2a22cb1c6c3c976f5094e8bd327d4d73829a2f20686049aee4e5443ae5760972 [2022-05-04T09:02:43.900Z] #14 DONE 96.5s [2022-05-04T09:02:43.900Z] [2022-05-04T09:02:43.900Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:02:43.900Z] #15 sha256:22f4bc2428baed17950a8493cc6cc7720cf565fa7aa91d269753d85cc2fbf47a [2022-05-04T09:02:43.900Z] #15 ... [2022-05-04T09:02:43.900Z] [2022-05-04T09:02:43.900Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:02:43.900Z] #57 sha256:f119a2cb95cb834b1614e6fbe97661d8d6007522e5558d3c627451b594ffe715 [2022-05-04T09:02:43.900Z] #57 DONE 0.2s [2022-05-04T09:02:44.161Z] [2022-05-04T09:02:44.161Z] #58 [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-05-04T09:02:44.161Z] #58 sha256:1d2b8aebf27f2f3c2b875151d7b2fefd897646245836db1888dc11dc0d3034ed [2022-05-04T09:02:44.460Z] #53 ... [2022-05-04T09:02:44.460Z] [2022-05-04T09:02:44.460Z] #40 [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-05-04T09:02:44.460Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-05-04T09:02:44.460Z] #40 68.06 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:02:44.460Z] #40 68.11 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 68.17 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:02:44.460Z] #40 68.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 68.92 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:02:44.460Z] #40 68.96 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:02:44.460Z] #40 69.04 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 69.09 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 69.13 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 69.18 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:02:44.460Z] #40 69.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:44.460Z] #40 DONE 69.9s [2022-05-04T09:02:44.460Z] [2022-05-04T09:02:44.460Z] #49 [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-05-04T09:02:44.460Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-05-04T09:02:44.460Z] #49 61.35 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-04T09:02:44.460Z] #49 61.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:02:44.460Z] #49 61.41 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:02:44.460Z] #49 61.44 Setting up python3-six (1.16.0-2) ... [2022-05-04T09:02:44.460Z] #49 62.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:02:44.460Z] #49 62.51 Setting up python3-protobuf (3.12.4-1) ... [2022-05-04T09:02:44.460Z] #49 65.72 Setting up criu (3.16.1-3) ... [2022-05-04T09:02:44.460Z] #49 67.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:02:44.460Z] #49 DONE 69.8s [2022-05-04T09:02:44.460Z] [2022-05-04T09:02:44.460Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-04T09:02:44.460Z] #41 sha256:2d8314e2c1c5f2fd55423fea780aa6768ca4e61b158c31d3f4733d7e6fe36773 [2022-05-04T09:02:44.689Z] #42 1.082 + RM_GOPATH=0 [2022-05-04T09:02:44.689Z] #42 1.082 + TMP_GOPATH= [2022-05-04T09:02:44.689Z] #42 1.082 + : /build [2022-05-04T09:02:44.689Z] #42 1.082 + '[' -z '' ']' [2022-05-04T09:02:44.689Z] #42 1.082 ++ mktemp -d [2022-05-04T09:02:44.689Z] #42 1.083 + export GOPATH=/tmp/tmp.etKTK3ebuO [2022-05-04T09:02:44.689Z] #42 1.083 + GOPATH=/tmp/tmp.etKTK3ebuO [2022-05-04T09:02:44.689Z] #42 1.083 + RM_GOPATH=1 [2022-05-04T09:02:44.689Z] #42 1.083 + case "$(go env GOARCH)" in [2022-05-04T09:02:44.689Z] #42 1.083 ++ go env GOARCH [2022-05-04T09:02:44.689Z] #42 1.104 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:44.689Z] #42 1.104 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:44.689Z] #42 1.107 ++ dirname /install.sh [2022-05-04T09:02:44.689Z] #42 1.113 + dir=/ [2022-05-04T09:02:44.689Z] #42 1.118 + bin=tini [2022-05-04T09:02:44.689Z] #42 1.118 + shift [2022-05-04T09:02:44.689Z] #42 1.119 + '[' '!' -f //tini.installer ']' [2022-05-04T09:02:44.689Z] #42 1.119 + . //tini.installer [2022-05-04T09:02:44.689Z] #42 1.130 ++ : v0.19.0 [2022-05-04T09:02:44.689Z] #42 1.131 + install_tini [2022-05-04T09:02:44.719Z] #41 DONE 0.2s [2022-05-04T09:02:44.719Z] [2022-05-04T09:02:44.719Z] #53 [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-05-04T09:02:44.719Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:44.719Z] #53 70.18 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-04T09:02:44.719Z] #53 70.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-04T09:02:44.719Z] #53 70.25 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-04T09:02:44.719Z] #53 70.34 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-04T09:02:44.945Z] #42 1.131 + echo 'Install tini version v0.19.0' [2022-05-04T09:02:44.945Z] #42 1.132 Install tini version v0.19.0 [2022-05-04T09:02:44.945Z] #42 1.132 + git clone https://github.com/krallin/tini.git /tmp/tmp.etKTK3ebuO/tini [2022-05-04T09:02:44.945Z] #42 1.133 Cloning into '/tmp/tmp.etKTK3ebuO/tini'... [2022-05-04T09:02:45.105Z] #58 0.832 + RM_GOPATH=0 [2022-05-04T09:02:45.105Z] #58 0.832 + TMP_GOPATH= [2022-05-04T09:02:45.105Z] #58 0.833 + : /build [2022-05-04T09:02:45.105Z] #58 0.833 + '[' -z '' ']' [2022-05-04T09:02:45.105Z] #58 0.834 ++ mktemp -d [2022-05-04T09:02:45.105Z] #58 0.838 + export GOPATH=/tmp/tmp.9OrliSBMkl [2022-05-04T09:02:45.105Z] #58 0.838 + GOPATH=/tmp/tmp.9OrliSBMkl [2022-05-04T09:02:45.105Z] #58 0.838 + RM_GOPATH=1 [2022-05-04T09:02:45.105Z] #58 0.838 + case "$(go env GOARCH)" in [2022-05-04T09:02:45.105Z] #58 0.840 ++ go env GOARCH [2022-05-04T09:02:45.105Z] #58 0.855 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:45.105Z] #58 0.855 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:45.105Z] #58 0.855 ++ dirname /install.sh [2022-05-04T09:02:45.105Z] #58 0.856 + dir=/ [2022-05-04T09:02:45.105Z] #58 0.857 + bin=runc [2022-05-04T09:02:45.105Z] #58 0.857 + shift [2022-05-04T09:02:45.105Z] #58 0.857 + '[' '!' -f //runc.installer ']' [2022-05-04T09:02:45.105Z] #58 0.857 + . //runc.installer [2022-05-04T09:02:45.105Z] #58 0.857 ++ set -e [2022-05-04T09:02:45.105Z] #58 0.858 ++ : v1.1.1 [2022-05-04T09:02:45.105Z] #58 0.858 + install_runc [2022-05-04T09:02:45.105Z] #58 0.858 + RUNC_BUILDTAGS=seccomp [2022-05-04T09:02:45.105Z] #58 0.858 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-04T09:02:45.105Z] #58 0.859 Install runc version v1.1.1 (build tags: seccomp) [2022-05-04T09:02:45.105Z] #58 0.859 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9OrliSBMkl/src/github.com/opencontainers/runc [2022-05-04T09:02:45.105Z] #58 0.861 Cloning into '/tmp/tmp.9OrliSBMkl/src/github.com/opencontainers/runc'... [2022-05-04T09:02:45.371Z] #58 ... [2022-05-04T09:02:45.371Z] [2022-05-04T09:02:45.371Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:02:45.371Z] #15 sha256:22f4bc2428baed17950a8493cc6cc7720cf565fa7aa91d269753d85cc2fbf47a [2022-05-04T09:02:45.371Z] #15 DONE 1.6s [2022-05-04T09:02:45.425Z] #19 ... [2022-05-04T09:02:45.425Z] [2022-05-04T09:02:45.425Z] #52 [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-05-04T09:02:45.425Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:02:45.425Z] #52 DONE 168.4s [2022-05-04T09:02:45.425Z] [2022-05-04T09:02:45.425Z] #60 [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-05-04T09:02:45.425Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:45.509Z] #42 1.891 + cd /tmp/tmp.etKTK3ebuO/tini [2022-05-04T09:02:45.633Z] [2022-05-04T09:02:45.634Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-04T09:02:45.634Z] #16 sha256:4b1ab7dc139bf4699de058a233156555ecde99490bb7cb44f5f9eca3ed243cad [2022-05-04T09:02:45.765Z] #42 1.892 + git checkout -q v0.19.0 [2022-05-04T09:02:45.766Z] #42 1.897 + cmake . [2022-05-04T09:02:46.022Z] #42 2.358 -- The C compiler identification is GNU 10.2.1 [2022-05-04T09:02:46.022Z] #42 2.425 -- Detecting C compiler ABI info [2022-05-04T09:02:46.584Z] #16 DONE 1.1s [2022-05-04T09:02:46.584Z] [2022-05-04T09:02:46.584Z] #45 [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-05-04T09:02:46.584Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:02:46.584Z] #45 ... [2022-05-04T09:02:46.584Z] [2022-05-04T09:02:46.584Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-04T09:02:46.584Z] #17 sha256:c8b79c105a69171bd017afa0163487a1d48e4480be1b235638f419664d11f7dc [2022-05-04T09:02:46.587Z] #42 2.806 -- Detecting C compiler ABI info - done [2022-05-04T09:02:46.587Z] #42 2.916 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-04T09:02:46.587Z] #42 2.921 -- Detecting C compile features [2022-05-04T09:02:46.587Z] #42 2.922 -- Detecting C compile features - done [2022-05-04T09:02:46.587Z] #42 2.964 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-04T09:02:46.628Z] #53 72.14 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:02:46.628Z] #53 72.18 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:02:46.628Z] #53 72.19 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-04T09:02:46.628Z] #53 72.23 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-04T09:02:46.844Z] #42 3.145 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-04T09:02:46.898Z] #53 72.43 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:02:46.899Z] #53 72.43 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:02:47.101Z] #42 3.250 -- Configuring done [2022-05-04T09:02:47.101Z] #42 3.263 -- Generating done [2022-05-04T09:02:47.101Z] #42 3.272 -- Build files have been written to: /tmp/tmp.etKTK3ebuO/tini [2022-05-04T09:02:47.101Z] #42 3.275 + make tini-static [2022-05-04T09:02:47.158Z] #53 72.57 go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:02:47.176Z] #17 0.662 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-04T09:02:47.358Z] #42 3.604 Scanning dependencies of target tini-static [2022-05-04T09:02:47.358Z] #42 3.732 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-04T09:02:47.792Z] #17 DONE 1.0s [2022-05-04T09:02:47.792Z] [2022-05-04T09:02:47.792Z] #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-05-04T09:02:47.792Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:02:48.535Z] #53 ... [2022-05-04T09:02:48.535Z] [2022-05-04T09:02:48.535Z] #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-05-04T09:02:48.535Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:48.535Z] #14 64.04 Selecting previously unselected package binutils-mingw-w64. [2022-05-04T09:02:48.535Z] #14 64.04 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-04T09:02:48.535Z] #14 64.05 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:02:48.535Z] #14 64.18 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-04T09:02:48.535Z] #14 64.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:48.535Z] #14 64.22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:02:48.535Z] #14 64.38 Selecting previously unselected package dmsetup. [2022-05-04T09:02:48.535Z] #14 64.39 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:02:48.535Z] #14 64.40 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:02:48.535Z] #14 64.58 Selecting previously unselected package mingw-w64-common. [2022-05-04T09:02:48.535Z] #14 64.59 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-04T09:02:48.535Z] #14 64.60 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-04T09:02:48.535Z] #14 70.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-04T09:02:48.535Z] #14 70.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-04T09:02:48.535Z] #14 70.31 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:02:48.595Z] #26 98.87 Updating files: 21% (2412/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4199/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) [2022-05-04T09:02:48.595Z] #26 ... [2022-05-04T09:02:48.595Z] [2022-05-04T09:02:48.595Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-04T09:02:48.595Z] #18 sha256:ec5196f8ac010bfcb6cd8aee3a8bdd5662adc5e6662e07120d56f63c8eb9bd60 [2022-05-04T09:02:48.595Z] #18 DONE 1.1s [2022-05-04T09:02:48.595Z] [2022-05-04T09:02:48.595Z] #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-05-04T09:02:48.595Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:02:48.726Z] #42 4.740 [100%] Linking C executable tini-static [2022-05-04T09:02:48.726Z] #42 ... [2022-05-04T09:02:48.726Z] [2022-05-04T09:02:48.726Z] #51 [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-05-04T09:02:48.726Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:02:48.726Z] #51 74.14 gotestsum version dev [2022-05-04T09:02:48.726Z] #51 DONE 75.4s [2022-05-04T09:02:48.726Z] [2022-05-04T09:02:48.726Z] #53 [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-05-04T09:02:48.726Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:48.726Z] #53 70.67 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-04T09:02:48.726Z] #53 70.72 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-04T09:02:48.726Z] #53 70.79 go: downloading golang.org/x/mod v0.5.1 [2022-05-04T09:02:48.726Z] #53 70.85 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-04T09:02:48.726Z] #53 70.92 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-04T09:02:48.726Z] #53 70.95 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-04T09:02:48.726Z] #53 71.05 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-04T09:02:48.726Z] #53 71.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-04T09:02:48.726Z] #53 71.30 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-04T09:02:48.726Z] #53 71.76 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:02:48.726Z] #53 71.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-04T09:02:48.726Z] #53 71.87 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-04T09:02:48.726Z] #53 72.13 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-04T09:02:48.726Z] #53 72.13 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-04T09:02:48.726Z] #53 72.22 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:02:48.726Z] #53 72.22 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:02:48.726Z] #53 72.25 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:02:48.726Z] #53 72.30 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-04T09:02:48.726Z] #53 72.46 go: downloading github.com/prometheus/common v0.10.0 [2022-05-04T09:02:48.726Z] #53 72.57 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-04T09:02:48.726Z] #53 72.66 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-04T09:02:48.726Z] #53 72.82 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:02:48.726Z] #53 73.94 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:02:48.793Z] #14 ... [2022-05-04T09:02:48.793Z] [2022-05-04T09:02:48.793Z] #42 [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-05-04T09:02:48.793Z] #42 sha256:9459f4cc6de57b863f6e403fb22cc61788000045a6a210fcdbf114a47a397422 [2022-05-04T09:02:48.793Z] #42 1.430 + RM_GOPATH=0 [2022-05-04T09:02:48.793Z] #42 1.430 + TMP_GOPATH= [2022-05-04T09:02:48.793Z] #42 1.430 + : /build [2022-05-04T09:02:48.793Z] #42 1.430 + '[' -z '' ']' [2022-05-04T09:02:48.793Z] #42 1.430 ++ mktemp -d [2022-05-04T09:02:48.793Z] #42 1.437 + export GOPATH=/tmp/tmp.T1PXXama5I [2022-05-04T09:02:48.793Z] #42 1.437 + GOPATH=/tmp/tmp.T1PXXama5I [2022-05-04T09:02:48.793Z] #42 1.437 + RM_GOPATH=1 [2022-05-04T09:02:48.793Z] #42 1.437 + case "$(go env GOARCH)" in [2022-05-04T09:02:48.793Z] #42 1.437 ++ go env GOARCH [2022-05-04T09:02:48.793Z] #42 1.470 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:48.793Z] #42 1.470 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:02:48.793Z] #42 1.470 ++ dirname /install.sh [2022-05-04T09:02:48.793Z] #42 1.479 Install tini version v0.19.0 [2022-05-04T09:02:48.793Z] #42 1.479 + dir=/ [2022-05-04T09:02:48.793Z] #42 1.479 + bin=tini [2022-05-04T09:02:48.793Z] #42 1.479 + shift [2022-05-04T09:02:48.793Z] #42 1.479 + '[' '!' -f //tini.installer ']' [2022-05-04T09:02:48.793Z] #42 1.479 + . //tini.installer [2022-05-04T09:02:48.793Z] #42 1.479 ++ : v0.19.0 [2022-05-04T09:02:48.793Z] #42 1.479 + install_tini [2022-05-04T09:02:48.793Z] #42 1.479 + echo 'Install tini version v0.19.0' [2022-05-04T09:02:48.793Z] #42 1.479 + git clone https://github.com/krallin/tini.git /tmp/tmp.T1PXXama5I/tini [2022-05-04T09:02:48.793Z] #42 1.479 Cloning into '/tmp/tmp.T1PXXama5I/tini'... [2022-05-04T09:02:48.793Z] #42 2.348 + cd /tmp/tmp.T1PXXama5I/tini [2022-05-04T09:02:48.793Z] #42 2.348 + git checkout -q v0.19.0 [2022-05-04T09:02:48.793Z] #42 2.354 + cmake . [2022-05-04T09:02:48.793Z] #42 2.815 -- The C compiler identification is GNU 10.2.1 [2022-05-04T09:02:48.793Z] #42 2.899 -- Detecting C compiler ABI info [2022-05-04T09:02:48.793Z] #42 3.412 -- Detecting C compiler ABI info - done [2022-05-04T09:02:48.793Z] #42 3.499 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-04T09:02:48.793Z] #42 3.509 -- Detecting C compile features [2022-05-04T09:02:48.793Z] #42 3.517 -- Detecting C compile features - done [2022-05-04T09:02:48.793Z] #42 3.544 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-04T09:02:48.793Z] #42 3.740 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-04T09:02:48.793Z] #42 3.808 -- Configuring done [2022-05-04T09:02:48.793Z] #42 3.837 -- Generating done [2022-05-04T09:02:48.793Z] #42 3.847 -- Build files have been written to: /tmp/tmp.T1PXXama5I/tini [2022-05-04T09:02:48.793Z] #42 3.853 + make tini-static [2022-05-04T09:02:48.793Z] #42 4.124 Scanning dependencies of target tini-static [2022-05-04T09:02:48.793Z] #42 4.233 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-04T09:02:49.292Z] #53 ... [2022-05-04T09:02:49.292Z] [2022-05-04T09:02:49.292Z] #42 [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-05-04T09:02:49.292Z] #42 sha256:2a22cb1c6c3c976f5094e8bd327d4d73829a2f20686049aee4e5443ae5760972 [2022-05-04T09:02:49.292Z] #42 5.398 [100%] Built target tini-static [2022-05-04T09:02:49.292Z] #42 5.478 + mkdir -p /build [2022-05-04T09:02:49.292Z] #42 5.493 + cp tini-static /build/docker-init [2022-05-04T09:02:49.292Z] #42 DONE 5.7s [2022-05-04T09:02:49.548Z] [2022-05-04T09:02:49.548Z] #53 [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-05-04T09:02:49.548Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:49.645Z] #26 98.87 Updating files: 21% (2412/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4199/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 59% (6770/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) [2022-05-04T09:02:49.645Z] #26 ... [2022-05-04T09:02:49.645Z] [2022-05-04T09:02:49.645Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-04T09:02:49.645Z] #19 sha256:8401762ed8936ffe11b1882ae8f4c12830c9be2e96744fc6f3696e8f85b5df94 [2022-05-04T09:02:49.645Z] #19 DONE 0.9s [2022-05-04T09:02:49.645Z] [2022-05-04T09:02:49.645Z] #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-05-04T09:02:49.645Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:02:49.704Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:02:49.734Z] #42 5.228 [100%] Linking C executable tini-static [2022-05-04T09:02:49.994Z] #42 ... [2022-05-04T09:02:49.994Z] [2022-05-04T09:02:49.994Z] #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-05-04T09:02:49.994Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:49.994Z] #14 75.49 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-04T09:02:49.994Z] #14 75.53 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:49.994Z] #14 75.54 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:02:50.115Z] > git --version # timeout=10 [2022-05-04T09:02:50.164Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:02:50.214Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-04T09:02:50.253Z] #14 75.65 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-04T09:02:50.253Z] #14 75.67 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:50.253Z] #14 75.68 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:02:50.433Z] #26 98.87 Updating files: 21% (2412/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4199/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 59% (6770/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 84% (9630/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-05-04T09:02:50.433Z] #26 102.5 + cd /tmp/tmp.akuBn6VrAy/tmp/docker-ce [2022-05-04T09:02:50.433Z] #26 102.5 + git checkout -q v17.06.2-ce [2022-05-04T09:02:50.433Z] #26 ... [2022-05-04T09:02:50.433Z] [2022-05-04T09:02:50.433Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-04T09:02:50.433Z] #20 sha256:69cc771ff27f176862cc9c8036281d2ed3d0187080716c7bd20450bfd778fe25 [2022-05-04T09:02:50.433Z] #20 DONE 0.9s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:02:50.697Z] [2022-05-04T09:02:50.697Z] #21 [dev-systemd-false 7/25] 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-05-04T09:02:50.697Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-04T09:02:51.194Z] #14 ... [2022-05-04T09:02:51.194Z] [2022-05-04T09:02:51.194Z] #42 [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-05-04T09:02:51.194Z] #42 sha256:9459f4cc6de57b863f6e403fb22cc61788000045a6a210fcdbf114a47a397422 [2022-05-04T09:02:51.194Z] #42 5.788 [100%] Built target tini-static [2022-05-04T09:02:51.194Z] #42 5.821 + mkdir -p /build [2022-05-04T09:02:51.194Z] #42 5.833 + cp tini-static /build/docker-init [2022-05-04T09:02:51.194Z] #42 DONE 6.5s [2022-05-04T09:02:51.194Z] [2022-05-04T09:02:51.194Z] #51 [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-05-04T09:02:51.194Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-05-04T09:02:51.194Z] #51 75.73 gotestsum version dev [2022-05-04T09:02:51.194Z] #51 DONE 76.6s [2022-05-04T09:02:51.194Z] [2022-05-04T09:02:51.194Z] #65 [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-05-04T09:02:51.194Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:02:51.257Z] #14 95.75 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-04T09:02:51.257Z] #14 95.75 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:51.257Z] #14 95.76 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:02:51.269Z] Fetching without tags [2022-05-04T09:02:51.270Z] #21 1.019 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:02:51.455Z] #65 ... [2022-05-04T09:02:51.455Z] [2022-05-04T09:02:51.455Z] #53 [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-05-04T09:02:51.455Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:02:51.455Z] #53 77.04 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-04T09:02:51.455Z] #53 77.10 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-04T09:02:51.455Z] #53 77.16 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-04T09:02:51.482Z] #53 ... [2022-05-04T09:02:51.482Z] [2022-05-04T09:02:51.482Z] #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-05-04T09:02:51.482Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:02:51.482Z] #14 77.78 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-04T09:02:51.482Z] #14 77.78 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:02:51.482Z] #14 77.79 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:02:51.530Z] #21 1.042 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:02:50.908Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:02:50.982Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:02:51.038Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:51.174Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:02:51.308Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:02:51.308Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:51.310Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:02:51.713Z] #53 77.18 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-04T09:02:51.713Z] #53 77.30 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-04T09:02:51.713Z] #53 77.30 go: downloading golang.org/x/mod v0.5.1 [2022-05-04T09:02:51.792Z] #21 1.266 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:02:51.972Z] #53 77.39 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-04T09:02:51.972Z] #53 77.49 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-04T09:02:51.972Z] #53 77.49 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-04T09:02:51.972Z] #53 77.55 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-04T09:02:52.037Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:02:52.055Z] #21 1.570 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:02:52.232Z] #53 77.64 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-04T09:02:52.232Z] #53 77.79 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-04T09:02:52.627Z] #21 2.092 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:02:52.801Z] #53 78.29 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:02:52.801Z] #53 78.36 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-04T09:02:53.061Z] #53 78.53 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-04T09:02:53.320Z] #53 78.75 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-04T09:02:53.320Z] #53 78.76 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-04T09:02:53.320Z] #53 78.84 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:02:53.320Z] #53 78.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:02:53.320Z] #53 78.87 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:02:53.320Z] #53 78.89 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-04T09:02:53.563Z] + docker version [2022-05-04T09:02:53.572Z] #21 3.219 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:02:53.579Z] #53 79.04 go: downloading github.com/prometheus/common v0.10.0 [2022-05-04T09:02:53.579Z] #53 79.18 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-04T09:02:53.579Z] #53 79.20 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-04T09:02:53.579Z] #53 79.24 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:02:53.594Z] #60 ... [2022-05-04T09:02:53.594Z] [2022-05-04T09:02:53.594Z] #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-05-04T09:02:53.594Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:02:53.594Z] #19 163.3 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-05-04T09:02:53.594Z] #19 163.3 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:02:53.594Z] #19 163.3 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:02:53.594Z] #19 163.4 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-05-04T09:02:53.594Z] #19 163.4 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-05-04T09:02:53.594Z] #19 163.4 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-04T09:02:53.594Z] #19 163.9 Selecting previously unselected package libc6-dev-arm64-cross. [2022-05-04T09:02:53.594Z] #19 163.9 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-05-04T09:02:53.594Z] #19 163.9 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-04T09:02:53.594Z] #19 164.3 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-05-04T09:02:53.594Z] #19 164.3 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:02:53.594Z] #19 164.3 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:02:54.145Z] #21 ... [2022-05-04T09:02:54.145Z] [2022-05-04T09:02:54.145Z] #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-05-04T09:02:54.145Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-05-04T09:02:54.145Z] #34 DONE 106.6s [2022-05-04T09:02:54.166Z] #19 164.7 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-05-04T09:02:54.166Z] #19 164.7 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:02:54.166Z] #19 164.8 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:02:54.411Z] [2022-05-04T09:02:54.411Z] #58 [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-05-04T09:02:54.411Z] #58 sha256:1d2b8aebf27f2f3c2b875151d7b2fefd897646245836db1888dc11dc0d3034ed [2022-05-04T09:02:54.411Z] #58 8.869 + cd /tmp/tmp.9OrliSBMkl/src/github.com/opencontainers/runc [2022-05-04T09:02:54.411Z] #58 8.869 + git checkout -q v1.1.1 [2022-05-04T09:02:54.411Z] #58 9.220 + '[' -z '' ']' [2022-05-04T09:02:54.411Z] #58 9.220 + target=static [2022-05-04T09:02:54.411Z] #58 9.220 + make BUILDTAGS=seccomp static [2022-05-04T09:02:54.411Z] #58 9.451 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-05-04T09:02:52.151Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:02:52.204Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:02:54.968Z] #53 80.19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:02:55.487Z] #14 100.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-04T09:02:55.487Z] #14 100.5 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-04T09:02:55.487Z] #14 100.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:02:55.487Z] #14 100.6 Selecting previously unselected package libapparmor1:amd64. [2022-05-04T09:02:55.487Z] #14 100.6 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-04T09:02:55.487Z] #14 100.7 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:02:55.487Z] #14 100.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-04T09:02:55.487Z] #14 100.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-04T09:02:55.487Z] #14 100.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:02:55.745Z] #14 101.2 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:02:55.745Z] #14 101.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:02:55.783Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:02:55.783Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:02:56.002Z] #14 101.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:02:56.002Z] #14 ... [2022-05-04T09:02:56.002Z] [2022-05-04T09:02:56.002Z] #65 [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-05-04T09:02:56.002Z] #65 sha256:fec0f9a6bc94c19bce98e68c3b0e41f6d0f3ab4c10f68e9d02da51085c064ba5 [2022-05-04T09:02:56.002Z] #65 100.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:02:56.002Z] #65 100.9 + GOBIN=/build [2022-05-04T09:02:56.002Z] #65 100.9 + GO111MODULE=on [2022-05-04T09:02:56.002Z] #65 100.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:02:55.400Z] > git remote # timeout=10 [2022-05-04T09:02:55.484Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:02:55.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:02:55.542Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:02:55.690Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-04T09:02:55.821Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:02:55.883Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:03:01.003Z] #58 ... [2022-05-04T09:03:01.003Z] [2022-05-04T09:03:01.003Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:01.003Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-04T09:03:01.003Z] #21 6.204 Fetched 8399 kB in 5s (1538 kB/s) [2022-05-04T09:03:01.003Z] #21 6.204 Reading package lists... [2022-05-04T09:03:01.003Z] #21 8.032 Reading package lists... [2022-05-04T09:03:01.003Z] #21 9.871 Building dependency tree... [2022-05-04T09:03:01.269Z] #65 105.7 rootlesskit version 1.0.0 [2022-05-04T09:03:01.269Z] #65 105.7 Usage of /build/rootlesskit-docker-proxy: [2022-05-04T09:03:01.269Z] #65 105.8 -container-ip string [2022-05-04T09:03:01.269Z] #65 105.8 container ip [2022-05-04T09:03:01.269Z] #65 105.8 -container-port int [2022-05-04T09:03:01.269Z] #65 105.8 container port (default -1) [2022-05-04T09:03:01.269Z] #65 105.8 -host-ip string [2022-05-04T09:03:01.269Z] #65 105.8 host ip [2022-05-04T09:03:01.269Z] #65 105.8 -host-port int [2022-05-04T09:03:01.269Z] #65 105.8 host port (default -1) [2022-05-04T09:03:01.269Z] #65 105.8 -proto string [2022-05-04T09:03:01.269Z] #65 105.8 proxy protocol (default "tcp") [2022-05-04T09:03:01.269Z] #65 ... [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #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-05-04T09:03:01.269Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:01.269Z] #14 101.3 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:03:01.269Z] #14 101.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 101.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:01.269Z] #14 101.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-04T09:03:01.269Z] #14 101.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 101.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 101.6 Selecting previously unselected package libudev-dev:amd64. [2022-05-04T09:03:01.269Z] #14 101.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 101.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:01.269Z] #14 101.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-04T09:03:01.269Z] #14 101.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 101.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:01.269Z] #14 102.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-04T09:03:01.269Z] #14 102.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 102.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 102.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-04T09:03:01.269Z] #14 102.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 102.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 102.3 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-04T09:03:01.269Z] #14 102.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 102.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 102.4 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-04T09:03:01.269Z] #14 102.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 102.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 102.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-04T09:03:01.269Z] #14 102.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 102.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:01.269Z] #14 103.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-04T09:03:01.269Z] #14 103.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 103.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 103.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-04T09:03:01.269Z] #14 103.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 103.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:01.269Z] #14 103.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-04T09:03:01.269Z] #14 103.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:01.269Z] #14 103.3 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 103.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:03:01.269Z] #14 104.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.1 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-05-04T09:03:01.269Z] #14 104.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.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-05-04T09:03:01.269Z] #14 104.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:03:01.269Z] #14 104.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.2 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-05-04T09:03:01.269Z] #14 104.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:03:01.269Z] #14 104.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 104.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 104.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 104.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:01.269Z] #14 104.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:01.269Z] #14 DONE 106.3s [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:03:01.269Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-04T09:03:01.269Z] #15 ... [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #65 [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-05-04T09:03:01.269Z] #65 sha256:fec0f9a6bc94c19bce98e68c3b0e41f6d0f3ab4c10f68e9d02da51085c064ba5 [2022-05-04T09:03:01.269Z] #65 DONE 106.0s [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-04T09:03:01.269Z] #66 sha256:82b726bd364ba62de3fe993c773d3c5549b50b92c1442f2a332014aa06a4fd20 [2022-05-04T09:03:01.269Z] #66 DONE 0.2s [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:03:01.269Z] #57 sha256:b1d994e026cafdc4fa78840a7a403d35e041d6e31516e869f1a3dcda61af9c28 [2022-05-04T09:03:01.269Z] #57 DONE 0.4s [2022-05-04T09:03:01.269Z] [2022-05-04T09:03:01.269Z] #58 [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-05-04T09:03:01.269Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:03:01.478Z] #14 88.37 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-04T09:03:01.478Z] #14 88.37 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:01.478Z] #14 88.38 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:01.527Z] #58 ... [2022-05-04T09:03:01.527Z] [2022-05-04T09:03:01.527Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-04T09:03:01.527Z] #67 sha256:83983e931fb19968edf976998c0ca4a5010fdfc34aa751825fb51212b063f954 [2022-05-04T09:03:01.527Z] #67 DONE 0.3s [2022-05-04T09:03:01.784Z] [2022-05-04T09:03:01.784Z] #53 [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-05-04T09:03:01.784Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:03:01.948Z] #21 11.38 The following additional packages will be installed: [2022-05-04T09:03:01.948Z] #21 11.38 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:01.948Z] #21 11.38 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-04T09:03:01.948Z] #21 11.38 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-04T09:03:01.948Z] #21 11.39 python3-pkg-resources vim-runtime xxd [2022-05-04T09:03:01.948Z] #21 11.39 Suggested packages: [2022-05-04T09:03:01.948Z] #21 11.39 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-04T09:03:01.948Z] #21 11.39 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-04T09:03:01.948Z] #21 11.39 acl attr quota [2022-05-04T09:03:01.948Z] #21 11.39 Recommended packages: [2022-05-04T09:03:01.948Z] #21 11.39 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-04T09:03:02.223Z] Client: [2022-05-04T09:03:02.223Z] Version: 20.10.9 [2022-05-04T09:03:02.223Z] API version: 1.41 [2022-05-04T09:03:02.223Z] Go version: go1.16.8 [2022-05-04T09:03:02.223Z] Git commit: c2ea9bc [2022-05-04T09:03:02.223Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:03:02.223Z] OS/Arch: windows/amd64 [2022-05-04T09:03:02.223Z] Context: default [2022-05-04T09:03:02.223Z] Experimental: true [2022-05-04T09:03:02.223Z] [2022-05-04T09:03:02.223Z] Server: Docker Engine - Community [2022-05-04T09:03:02.223Z] Engine: [2022-05-04T09:03:02.223Z] Version: 20.10.9 [2022-05-04T09:03:02.223Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:03:02.223Z] Go version: go1.16.8 [2022-05-04T09:03:02.223Z] Git commit: 79ea9d3 [2022-05-04T09:03:02.223Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:03:02.223Z] OS/Arch: windows/amd64 [2022-05-04T09:03:02.223Z] Experimental: true [2022-05-04T09:03:02.383Z] #19 172.0 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-05-04T09:03:02.383Z] #19 172.0 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:02.383Z] #19 172.0 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:02.383Z] #19 172.0 Selecting previously unselected package patch. [2022-05-04T09:03:02.384Z] #19 172.0 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-05-04T09:03:02.384Z] #19 172.0 Unpacking patch (2.7.6-7) ... [2022-05-04T09:03:02.384Z] #19 172.1 Selecting previously unselected package dpkg-dev. [2022-05-04T09:03:02.384Z] #19 172.1 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-05-04T09:03:02.384Z] #19 172.1 Unpacking dpkg-dev (1.20.9) ... [2022-05-04T09:03:02.384Z] #19 172.3 Selecting previously unselected package libconfig-inifiles-perl. [2022-05-04T09:03:02.384Z] #19 172.3 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-05-04T09:03:02.384Z] #19 172.3 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-05-04T09:03:02.384Z] #19 172.3 Selecting previously unselected package libio-string-perl. [2022-05-04T09:03:02.384Z] #19 172.3 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-05-04T09:03:02.384Z] #19 172.3 Unpacking libio-string-perl (1.08-3.1) ... [2022-05-04T09:03:02.384Z] #19 172.4 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:03:02.384Z] #19 172.4 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:03:02.384Z] #19 172.4 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:03:02.384Z] #19 ... [2022-05-04T09:03:02.384Z] [2022-05-04T09:03:02.384Z] #60 [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-05-04T09:03:02.384Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:03:02.384Z] #60 185.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-04T09:03:02.384Z] #60 DONE 185.3s [2022-05-04T09:03:02.384Z] [2022-05-04T09:03:02.384Z] #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-05-04T09:03:02.384Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-05-04T09:03:02.644Z] #19 173.6 Selecting previously unselected package libxml2:amd64. [2022-05-04T09:03:02.644Z] #19 173.6 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-04T09:03:02.644Z] #19 173.6 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [Pipeline] sh [2022-05-04T09:03:02.893Z] #21 12.36 The following NEW packages will be installed: [2022-05-04T09:03:02.893Z] #21 12.37 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-04T09:03:02.893Z] #21 12.37 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:02.893Z] #21 12.37 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-04T09:03:02.893Z] #21 12.38 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-04T09:03:02.893Z] #21 12.38 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-04T09:03:02.893Z] #21 12.38 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-04T09:03:02.893Z] #21 12.38 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-04T09:03:02.893Z] #21 12.38 xz-utils zip zstd [2022-05-04T09:03:02.904Z] #19 173.7 Selecting previously unselected package libxml-namespacesupport-perl. [2022-05-04T09:03:02.904Z] #19 173.7 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-05-04T09:03:02.904Z] #19 173.7 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-04T09:03:02.904Z] #19 173.8 Selecting previously unselected package libxml-sax-base-perl. [2022-05-04T09:03:02.904Z] #19 173.8 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-05-04T09:03:02.904Z] #19 173.8 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-05-04T09:03:02.904Z] #19 173.8 Selecting previously unselected package libxml-sax-perl. [2022-05-04T09:03:02.904Z] #19 173.8 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-05-04T09:03:02.904Z] #19 173.8 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-05-04T09:03:02.904Z] #19 173.9 Selecting previously unselected package libxml-libxml-perl. [2022-05-04T09:03:03.155Z] #21 12.70 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:03:03.155Z] #21 12.70 Need to get 27.0 MB of archives. [2022-05-04T09:03:03.155Z] #21 12.70 After this operation, 105 MB of additional disk space will be used. [2022-05-04T09:03:03.155Z] #21 12.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-05-04T09:03:03.155Z] #21 12.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-05-04T09:03:03.155Z] #21 12.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-05-04T09:03:03.155Z] #21 12.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-05-04T09:03:03.155Z] #21 12.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-05-04T09:03:03.155Z] #21 12.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-05-04T09:03:03.155Z] #21 12.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-05-04T09:03:03.155Z] #21 12.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-05-04T09:03:03.155Z] #21 12.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:03:03.155Z] #21 12.74 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:03:03.155Z] #21 12.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-05-04T09:03:03.155Z] #21 12.75 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-05-04T09:03:03.155Z] #21 12.75 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-05-04T09:03:03.155Z] #21 12.78 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-05-04T09:03:03.155Z] #21 12.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-05-04T09:03:03.155Z] #21 12.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-05-04T09:03:03.155Z] #21 12.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-04T09:03:03.155Z] #21 12.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-04T09:03:03.155Z] #21 12.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-04T09:03:03.155Z] #21 12.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-05-04T09:03:03.155Z] #21 12.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-05-04T09:03:03.155Z] #21 12.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-04T09:03:03.155Z] #21 ... [2022-05-04T09:03:03.155Z] [2022-05-04T09:03:03.155Z] #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-05-04T09:03:03.155Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:03:03.155Z] #26 105.4 + mkdir -p /tmp/tmp.akuBn6VrAy/src/github.com/docker [2022-05-04T09:03:03.155Z] #26 105.4 + mv components/cli /tmp/tmp.akuBn6VrAy/src/github.com/docker/cli [2022-05-04T09:03:03.155Z] #26 105.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-05-04T09:03:03.164Z] #19 173.9 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-05-04T09:03:03.164Z] #19 173.9 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-04T09:03:03.164Z] #19 173.9 Selecting previously unselected package libxml-simple-perl. [2022-05-04T09:03:03.164Z] #19 173.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-05-04T09:03:03.164Z] #19 173.9 Unpacking libxml-simple-perl (2.25-1) ... [2022-05-04T09:03:03.164Z] #19 174.0 Selecting previously unselected package libyaml-perl. [2022-05-04T09:03:03.164Z] #19 174.0 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-05-04T09:03:03.164Z] #19 174.0 Unpacking libyaml-perl (1.30-1) ... [2022-05-04T09:03:03.164Z] #19 174.0 Selecting previously unselected package libconfig-auto-perl. [2022-05-04T09:03:03.164Z] #19 174.0 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-05-04T09:03:03.164Z] #19 174.0 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-05-04T09:03:03.164Z] #19 174.0 Selecting previously unselected package libfile-which-perl. [2022-05-04T09:03:03.165Z] #19 174.0 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-05-04T09:03:03.165Z] #19 174.1 Unpacking libfile-which-perl (1.23-1) ... [2022-05-04T09:03:03.165Z] #19 174.1 Selecting previously unselected package libfile-homedir-perl. [2022-05-04T09:03:03.425Z] #19 174.1 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-05-04T09:03:03.425Z] #19 174.1 Unpacking libfile-homedir-perl (1.006-1) ... [2022-05-04T09:03:03.425Z] #19 174.2 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-05-04T09:03:03.425Z] #19 174.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-05-04T09:03:03.425Z] #19 174.2 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-04T09:03:03.425Z] #19 174.2 Selecting previously unselected package dpkg-cross. [2022-05-04T09:03:03.425Z] #19 174.2 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-05-04T09:03:03.425Z] #19 174.2 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-05-04T09:03:03.425Z] #19 174.2 Selecting previously unselected package crossbuild-essential-arm64. [2022-05-04T09:03:03.425Z] #19 174.2 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-05-04T09:03:03.425Z] #19 174.3 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-05-04T09:03:03.425Z] #19 174.3 Selecting previously unselected package libc6-armel-cross. [2022-05-04T09:03:03.425Z] #19 174.3 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:03.425Z] #19 174.3 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-05-04T09:03:03.686Z] #19 174.4 Selecting previously unselected package libgcc-s1-armel-cross. [2022-05-04T09:03:03.686Z] #19 174.4 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:03.686Z] #19 174.5 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:03.686Z] #19 174.5 Selecting previously unselected package libgomp1-armel-cross. [2022-05-04T09:03:03.686Z] #19 174.5 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:03.686Z] #19 174.5 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:03.686Z] #19 174.6 Selecting previously unselected package libatomic1-armel-cross. [2022-05-04T09:03:03.686Z] #19 174.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:03.686Z] #19 174.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:03.686Z] #19 174.6 Selecting previously unselected package libasan6-armel-cross. [2022-05-04T09:03:03.686Z] #19 174.6 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:03.686Z] #19 174.6 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:03.729Z] #26 ... [2022-05-04T09:03:03.729Z] [2022-05-04T09:03:03.729Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:03.729Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-05-04T09:03:03.729Z] #21 13.16 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-05-04T09:03:03.729Z] #21 13.16 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-05-04T09:03:03.729Z] #21 13.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-05-04T09:03:03.729Z] #21 13.17 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-05-04T09:03:03.729Z] #21 13.17 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-05-04T09:03:03.729Z] #21 13.17 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-05-04T09:03:03.729Z] #21 13.17 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-04T09:03:03.729Z] #21 13.22 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-04T09:03:03.729Z] #21 13.22 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-04T09:03:03.729Z] #21 13.23 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:03:03.729Z] #21 13.23 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-04T09:03:03.729Z] #21 13.26 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-04T09:03:03.729Z] #21 13.26 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-04T09:03:03.729Z] #21 13.26 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-05-04T09:03:03.729Z] #21 13.28 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-05-04T09:03:03.729Z] #21 13.28 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-05-04T09:03:03.729Z] #21 13.29 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-04T09:03:03.801Z] + docker info [2022-05-04T09:03:03.801Z] Client: [2022-05-04T09:03:03.801Z] Context: default [2022-05-04T09:03:03.801Z] Debug Mode: false [2022-05-04T09:03:03.801Z] [2022-05-04T09:03:03.801Z] Server: [2022-05-04T09:03:03.801Z] Containers: 0 [2022-05-04T09:03:03.801Z] Running: 0 [2022-05-04T09:03:03.801Z] Paused: 0 [2022-05-04T09:03:03.801Z] Stopped: 0 [2022-05-04T09:03:03.801Z] Images: 0 [2022-05-04T09:03:03.801Z] Server Version: 20.10.9 [2022-05-04T09:03:03.801Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-05-04T09:03:03.801Z] LCOW: [2022-05-04T09:03:03.801Z] Windows: [2022-05-04T09:03:03.801Z] Logging Driver: json-file [2022-05-04T09:03:03.801Z] Plugins: [2022-05-04T09:03:03.801Z] Volume: local [2022-05-04T09:03:03.801Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:03:03.801Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:03:03.801Z] Swarm: inactive [2022-05-04T09:03:03.801Z] Default Isolation: process [2022-05-04T09:03:03.801Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:03:03.801Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-04T09:03:03.801Z] OSType: windows [2022-05-04T09:03:03.801Z] Architecture: x86_64 [2022-05-04T09:03:03.801Z] CPUs: 4 [2022-05-04T09:03:03.801Z] Total Memory: 32GiB [2022-05-04T09:03:03.801Z] Name: azwin-2-24ffe1 [2022-05-04T09:03:03.802Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-04T09:03:03.802Z] Docker Root Dir: D:\docker [2022-05-04T09:03:03.802Z] Debug Mode: false [2022-05-04T09:03:03.802Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:03:03.802Z] Labels: [2022-05-04T09:03:03.802Z] Experimental: true [2022-05-04T09:03:03.802Z] Insecure Registries: [2022-05-04T09:03:03.802Z] 10.0.0.4:5000 [2022-05-04T09:03:03.802Z] 127.0.0.0/8 [2022-05-04T09:03:03.802Z] Registry Mirrors: [2022-05-04T09:03:03.802Z] http://10.0.0.4:5000/ [2022-05-04T09:03:03.802Z] Live Restore Enabled: false [2022-05-04T09:03:03.802Z] Product License: Community Engine [2022-05-04T09:03:03.802Z] [2022-05-04T09:03:03.946Z] #19 174.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-05-04T09:03:03.946Z] #19 174.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:03.946Z] #19 174.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:03.946Z] #19 174.9 Selecting previously unselected package libubsan1-armel-cross. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-05-04T09:03:03.991Z] #21 13.54 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-05-04T09:03:03.991Z] #21 13.56 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-05-04T09:03:03.991Z] #21 13.56 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-05-04T09:03:03.991Z] #21 13.61 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [Pipeline] powershell [2022-05-04T09:03:04.207Z] #19 174.9 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:04.207Z] #19 174.9 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:04.207Z] #19 175.0 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-05-04T09:03:04.207Z] #19 175.0 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:04.207Z] #19 175.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:04.207Z] #19 175.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-05-04T09:03:04.308Z] #53 ... [2022-05-04T09:03:04.308Z] [2022-05-04T09:03:04.308Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:03:04.308Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-04T09:03:04.308Z] #15 DONE 3.3s [2022-05-04T09:03:04.308Z] [2022-05-04T09:03:04.308Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-04T09:03:04.308Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-04T09:03:04.468Z] #19 175.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:04.468Z] #19 175.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:03:04.564Z] #21 14.15 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:03:04.564Z] #21 14.27 Fetched 27.0 MB in 1s (22.3 MB/s) [2022-05-04T09:03:04.748Z] #14 ... [2022-05-04T09:03:04.748Z] [2022-05-04T09:03:04.748Z] #62 [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-05-04T09:03:04.748Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:03:04.748Z] #62 39.77 Updating files: 70% (3320/4738) Updating files: 71% (3364/4738) Updating files: 72% (3412/4738) Updating files: 73% (3459/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-04T09:03:04.748Z] #62 40.50 + cd /tmp/tmp.KYa6hRKVUf/src/github.com/containerd/containerd [2022-05-04T09:03:04.826Z] #21 14.33 Selecting previously unselected package pigz. [2022-05-04T09:03:04.826Z] #21 14.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-05-04T09:03:04.826Z] #21 14.38 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-05-04T09:03:04.826Z] #21 14.41 Unpacking pigz (2.6-1) ... [2022-05-04T09:03:04.826Z] #21 14.49 Selecting previously unselected package libelf1:arm64. [2022-05-04T09:03:05.087Z] #21 14.49 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-05-04T09:03:05.087Z] #21 14.50 Unpacking libelf1:arm64 (0.183-1) ... [2022-05-04T09:03:05.087Z] #21 14.63 Selecting previously unselected package libbpf0:arm64. [2022-05-04T09:03:05.087Z] #21 14.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-05-04T09:03:05.087Z] #21 14.64 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-05-04T09:03:05.087Z] #21 14.73 Selecting previously unselected package libcap2:arm64. [2022-05-04T09:03:05.097Z] #62 40.50 + git checkout -q v1.6.3 [2022-05-04T09:03:05.349Z] #21 14.73 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-05-04T09:03:05.349Z] #21 14.74 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-05-04T09:03:05.349Z] #21 14.80 Selecting previously unselected package libmnl0:arm64. [2022-05-04T09:03:05.349Z] #21 14.80 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-05-04T09:03:05.349Z] #21 14.81 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-05-04T09:03:05.349Z] #21 14.87 Selecting previously unselected package libxtables12:arm64. [2022-05-04T09:03:05.349Z] #21 14.87 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-05-04T09:03:05.349Z] #21 14.88 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-05-04T09:03:05.349Z] #21 14.95 Selecting previously unselected package libcap2-bin. [2022-05-04T09:03:05.349Z] #21 14.96 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-05-04T09:03:05.610Z] #21 14.98 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-04T09:03:05.610Z] #21 15.05 Selecting previously unselected package iproute2. [2022-05-04T09:03:05.610Z] #21 15.05 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-05-04T09:03:05.610Z] #21 15.06 Unpacking iproute2 (5.10.0-4) ... [2022-05-04T09:03:05.872Z] #21 15.50 Selecting previously unselected package xxd. [2022-05-04T09:03:05.872Z] #21 15.51 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-04T09:03:05.872Z] #21 15.52 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:06.133Z] #21 15.63 Selecting previously unselected package vim-common. [2022-05-04T09:03:06.133Z] #21 15.63 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:03:06.133Z] #21 15.65 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:06.133Z] #21 15.80 Selecting previously unselected package bash-completion. [2022-05-04T09:03:06.133Z] #21 15.80 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-04T09:03:06.524Z] #62 42.02 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-04T09:03:06.524Z] #62 42.02 + BUILDTAGS='netgo osusergo static_build' [2022-05-04T09:03:06.524Z] #62 42.03 + export EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:03:06.524Z] #62 42.03 + EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:03:06.524Z] #62 42.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-04T09:03:06.524Z] #62 42.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-04T09:03:06.524Z] #62 42.03 + '[' '' = dynamic ']' [2022-05-04T09:03:06.524Z] #62 42.03 + make [2022-05-04T09:03:06.832Z] #16 DONE 2.5s [2022-05-04T09:03:06.832Z] [2022-05-04T09:03:06.832Z] #58 [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-05-04T09:03:06.832Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:03:06.832Z] #58 3.158 + RM_GOPATH=0 [2022-05-04T09:03:06.832Z] #58 3.158 + TMP_GOPATH= [2022-05-04T09:03:06.832Z] #58 3.158 + : /build [2022-05-04T09:03:06.832Z] #58 3.158 + '[' -z '' ']' [2022-05-04T09:03:06.832Z] #58 3.158 ++ mktemp -d [2022-05-04T09:03:06.832Z] #58 3.159 + export GOPATH=/tmp/tmp.jPtDR8CS1D [2022-05-04T09:03:06.832Z] #58 3.159 + GOPATH=/tmp/tmp.jPtDR8CS1D [2022-05-04T09:03:06.832Z] #58 3.170 + RM_GOPATH=1 [2022-05-04T09:03:06.832Z] #58 3.170 + case "$(go env GOARCH)" in [2022-05-04T09:03:06.832Z] #58 3.170 ++ go env GOARCH [2022-05-04T09:03:06.832Z] #58 3.189 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:06.832Z] #58 3.189 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:06.832Z] #58 3.189 ++ dirname /install.sh [2022-05-04T09:03:06.832Z] #58 3.189 + dir=/ [2022-05-04T09:03:06.832Z] #58 3.189 + bin=runc [2022-05-04T09:03:06.832Z] #58 3.189 + shift [2022-05-04T09:03:06.832Z] #58 3.189 + '[' '!' -f //runc.installer ']' [2022-05-04T09:03:06.832Z] #58 3.189 + . //runc.installer [2022-05-04T09:03:06.832Z] #58 3.189 ++ set -e [2022-05-04T09:03:06.832Z] #58 3.189 ++ : v1.1.1 [2022-05-04T09:03:06.832Z] #58 3.189 + install_runc [2022-05-04T09:03:06.832Z] #58 3.189 + RUNC_BUILDTAGS=seccomp [2022-05-04T09:03:06.832Z] #58 3.189 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-04T09:03:06.832Z] #58 3.189 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jPtDR8CS1D/src/github.com/opencontainers/runc [2022-05-04T09:03:06.832Z] #58 3.189 Cloning into '/tmp/tmp.jPtDR8CS1D/src/github.com/opencontainers/runc'... [2022-05-04T09:03:06.832Z] #58 3.190 Install runc version v1.1.1 (build tags: seccomp) [2022-05-04T09:03:07.181Z] #53 ... [2022-05-04T09:03:07.181Z] [2022-05-04T09:03:07.181Z] #62 [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-05-04T09:03:07.181Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:03:07.181Z] #62 40.83 Updating files: 73% (3487/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) [2022-05-04T09:03:07.181Z] #62 ... [2022-05-04T09:03:07.181Z] [2022-05-04T09:03:07.181Z] #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-05-04T09:03:07.181Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:07.181Z] #14 82.00 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-04T09:03:07.181Z] #14 82.00 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:07.181Z] #14 82.01 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:07.181Z] #14 ... [2022-05-04T09:03:07.181Z] [2022-05-04T09:03:07.181Z] #62 [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-05-04T09:03:07.181Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:03:07.181Z] #62 40.83 Updating files: 73% (3487/4738) Updating files: 74% (3507/4738) Updating files: 75% (3554/4738) Updating files: 76% (3601/4738) Updating files: 77% (3649/4738) Updating files: 78% (3696/4738) Updating files: 79% (3744/4738) Updating files: 80% (3791/4738) Updating files: 81% (3838/4738) Updating files: 82% (3886/4738) Updating files: 83% (3933/4738) Updating files: 84% (3980/4738) Updating files: 85% (4028/4738) Updating files: 86% (4075/4738) Updating files: 87% (4123/4738) Updating files: 88% (4170/4738) Updating files: 89% (4217/4738) Updating files: 90% (4265/4738) Updating files: 91% (4312/4738) Updating files: 92% (4359/4738) Updating files: 93% (4407/4738) Updating files: 94% (4454/4738) Updating files: 95% (4502/4738) Updating files: 96% (4549/4738) Updating files: 97% (4596/4738) Updating files: 98% (4644/4738) Updating files: 99% (4691/4738) Updating files: 100% (4738/4738) Updating files: 100% (4738/4738), done. [2022-05-04T09:03:07.181Z] #62 41.45 + cd /tmp/tmp.mdV0z8l0oW/src/github.com/containerd/containerd [2022-05-04T09:03:07.181Z] #62 41.45 + git checkout -q v1.6.3 [2022-05-04T09:03:07.891Z] #62 43.52 + bin/ctr [2022-05-04T09:03:07.997Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:03:08.117Z] #62 42.72 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-04T09:03:08.117Z] #62 42.72 + BUILDTAGS='netgo osusergo static_build' [2022-05-04T09:03:08.117Z] #62 42.72 + export EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:03:08.117Z] #62 42.72 + EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:03:08.117Z] #62 42.72 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-04T09:03:08.117Z] #62 42.72 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-04T09:03:08.117Z] #62 42.72 + '[' '' = dynamic ']' [2022-05-04T09:03:08.117Z] #62 42.72 + make [2022-05-04T09:03:08.413Z] > git --version # timeout=10 [2022-05-04T09:03:08.482Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:03:08.550Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-04T09:03:08.687Z] #21 18.11 Unpacking bash-completion (1:2.11-2) ... [Pipeline] withEnv [Pipeline] { [2022-05-04T09:03:08.949Z] #21 18.50 Selecting previously unselected package bzip2. [2022-05-04T09:03:08.949Z] #21 18.50 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-05-04T09:03:08.949Z] #21 18.51 Unpacking bzip2 (1.0.8-4) ... [2022-05-04T09:03:08.949Z] #21 18.58 Selecting previously unselected package xz-utils. [2022-05-04T09:03:08.949Z] #21 18.60 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-05-04T09:03:08.949Z] #21 18.61 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:03:09.212Z] #21 18.77 Selecting previously unselected package apparmor. [2022-05-04T09:03:09.212Z] #21 18.78 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-05-04T09:03:09.212Z] #21 18.84 Unpacking apparmor (2.13.6-10) ... [2022-05-04T09:03:09.359Z] #58 ... [2022-05-04T09:03:09.359Z] [2022-05-04T09:03:09.359Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-04T09:03:09.359Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-04T09:03:09.359Z] #17 2.403 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-04T09:03:09.359Z] #17 DONE 2.4s [2022-05-04T09:03:09.359Z] [2022-05-04T09:03:09.359Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-04T09:03:09.359Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-04T09:03:09.498Z] #62 43.97 + bin/ctr [2022-05-04T09:03:09.759Z] #19 179.9 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-05-04T09:03:09.759Z] #19 179.9 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:09.759Z] #19 179.9 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:03:09.759Z] #19 180.0 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-05-04T09:03:09.759Z] #19 180.0 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-05-04T09:03:09.759Z] #19 180.0 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-04T09:03:09.759Z] #19 180.1 Selecting previously unselected package libc6-dev-armel-cross. [2022-05-04T09:03:09.759Z] #19 180.1 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:09.759Z] #19 180.1 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-04T09:03:09.759Z] #19 180.4 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-05-04T09:03:09.759Z] #19 180.4 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:09.759Z] #19 180.4 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:09.759Z] #19 180.6 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-05-04T09:03:09.785Z] #21 19.20 Selecting previously unselected package inetutils-ping. [2022-05-04T09:03:09.785Z] #21 19.21 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-05-04T09:03:09.785Z] #21 19.22 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-04T09:03:09.785Z] #21 19.32 Selecting previously unselected package libip4tc2:arm64. [2022-05-04T09:03:09.785Z] #21 19.33 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-05-04T09:03:09.785Z] #21 19.33 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-05-04T09:03:10.019Z] #19 180.6 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:10.019Z] #19 180.6 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:03:10.047Z] #21 19.44 Selecting previously unselected package libip6tc2:arm64. [2022-05-04T09:03:10.047Z] #21 19.45 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-05-04T09:03:10.047Z] #21 19.46 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-05-04T09:03:10.047Z] #21 19.52 Selecting previously unselected package libnfnetlink0:arm64. [2022-05-04T09:03:10.047Z] #21 19.52 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-05-04T09:03:10.047Z] #21 19.52 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-04T09:03:10.047Z] #21 19.59 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-05-04T09:03:10.047Z] #21 19.59 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-05-04T09:03:10.047Z] #21 19.60 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-04T09:03:10.047Z] #21 19.65 Selecting previously unselected package libnftnl11:arm64. [2022-05-04T09:03:10.047Z] #21 19.67 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-05-04T09:03:10.047Z] #21 19.68 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-05-04T09:03:10.308Z] #21 19.75 Selecting previously unselected package iptables. [2022-05-04T09:03:10.308Z] #21 19.75 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-05-04T09:03:10.308Z] #21 19.75 Unpacking iptables (1.8.7-1) ... [2022-05-04T09:03:10.308Z] #21 19.99 Selecting previously unselected package libonig5:arm64. [2022-05-04T09:03:10.569Z] #21 19.99 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-04T09:03:10.569Z] #21 20.01 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-04T09:03:10.569Z] #21 20.13 Selecting previously unselected package libjq1:arm64. [2022-05-04T09:03:10.569Z] #21 20.15 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-05-04T09:03:10.569Z] #21 20.16 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-04T09:03:10.734Z] #18 DONE 1.5s [2022-05-04T09:03:10.734Z] [2022-05-04T09:03:10.734Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-04T09:03:10.734Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-04T09:03:10.831Z] #21 20.25 Selecting previously unselected package jq. [2022-05-04T09:03:10.831Z] #21 20.26 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-05-04T09:03:10.831Z] #21 20.26 Unpacking jq (1.6-2.1) ... [2022-05-04T09:03:10.831Z] #21 20.34 Selecting previously unselected package libaio1:arm64. [2022-05-04T09:03:10.831Z] #21 20.35 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-05-04T09:03:10.831Z] #21 20.35 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-05-04T09:03:10.831Z] #21 20.41 Selecting previously unselected package libgpm2:arm64. [2022-05-04T09:03:10.831Z] #21 20.41 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-05-04T09:03:10.831Z] #21 20.41 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-05-04T09:03:10.831Z] #21 20.47 Selecting previously unselected package libicu67:arm64. [2022-05-04T09:03:10.831Z] #21 20.47 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-05-04T09:03:10.831Z] #21 20.48 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-04T09:03:11.842Z] + docker version [2022-05-04T09:03:12.105Z] #19 DONE 1.4s [2022-05-04T09:03:12.105Z] [2022-05-04T09:03:12.105Z] #58 [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-05-04T09:03:12.105Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:03:12.105Z] #58 10.92 + cd /tmp/tmp.jPtDR8CS1D/src/github.com/opencontainers/runc [2022-05-04T09:03:12.105Z] #58 10.92 + git checkout -q v1.1.1 [2022-05-04T09:03:12.671Z] #58 11.28 + '[' -z '' ']' [2022-05-04T09:03:12.671Z] #58 11.28 + target=static [2022-05-04T09:03:12.671Z] #58 11.28 + make BUILDTAGS=seccomp static [2022-05-04T09:03:12.671Z] #58 11.46 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-05-04T09:03:14.047Z] #58 ... [2022-05-04T09:03:14.047Z] [2022-05-04T09:03:14.047Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-04T09:03:14.047Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-05-04T09:03:14.047Z] #20 DONE 1.7s [2022-05-04T09:03:14.047Z] [2022-05-04T09:03:14.048Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:14.048Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:14.149Z] #21 23.22 Selecting previously unselected package libinih1:arm64. [2022-05-04T09:03:14.149Z] #21 23.22 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.23 Unpacking libinih1:arm64 (53-1+b2) ... [2022-05-04T09:03:14.149Z] #21 23.30 Selecting previously unselected package libnet1:arm64. [2022-05-04T09:03:14.149Z] #21 23.30 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.30 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:03:14.149Z] #21 23.38 Selecting previously unselected package libnl-3-200:arm64. [2022-05-04T09:03:14.149Z] #21 23.38 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.38 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-04T09:03:14.149Z] #21 23.46 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-04T09:03:14.149Z] #21 23.48 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.49 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-04T09:03:14.149Z] #21 23.56 Selecting previously unselected package net-tools. [2022-05-04T09:03:14.149Z] #21 23.57 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.58 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:03:14.149Z] #21 23.74 Selecting previously unselected package patch. [2022-05-04T09:03:14.149Z] #21 23.74 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-05-04T09:03:14.149Z] #21 23.75 Unpacking patch (2.7.6-7) ... [2022-05-04T09:03:14.149Z] #21 23.83 Selecting previously unselected package python-pip-whl. [2022-05-04T09:03:14.149Z] #21 23.83 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:03:14.231Z] #19 185.1 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-05-04T09:03:14.231Z] #19 185.1 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:14.231Z] #19 185.1 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:03:14.231Z] #19 185.1 Selecting previously unselected package crossbuild-essential-armel. [2022-05-04T09:03:14.231Z] #19 185.1 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-05-04T09:03:14.231Z] #19 185.1 Unpacking crossbuild-essential-armel (12.9) ... [2022-05-04T09:03:14.231Z] #19 185.2 Selecting previously unselected package libc6-armhf-cross. [2022-05-04T09:03:14.231Z] #19 185.2 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:14.231Z] #19 185.2 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-05-04T09:03:14.411Z] #21 23.84 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:03:14.494Z] #19 185.3 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-05-04T09:03:14.494Z] #19 185.3 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:14.494Z] #19 185.3 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:14.494Z] #19 185.3 Selecting previously unselected package libgomp1-armhf-cross. [2022-05-04T09:03:14.494Z] #19 185.3 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:14.494Z] #19 185.3 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:14.494Z] #19 185.3 Selecting previously unselected package libatomic1-armhf-cross. [2022-05-04T09:03:14.494Z] #19 185.4 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:14.494Z] #19 185.4 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:14.494Z] #19 185.4 Selecting previously unselected package libasan6-armhf-cross. [2022-05-04T09:03:14.494Z] #19 185.4 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:14.494Z] #19 185.4 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:14.672Z] #21 24.23 Selecting previously unselected package python3-lib2to3. [2022-05-04T09:03:14.672Z] #21 24.23 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-04T09:03:14.672Z] #21 24.25 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:03:14.756Z] #19 185.6 Selecting previously unselected package libstdc++6-armhf-cross. [2022-05-04T09:03:14.933Z] #21 24.38 Selecting previously unselected package python3-distutils. [2022-05-04T09:03:14.933Z] #21 24.39 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-04T09:03:14.933Z] #21 24.39 Unpacking python3-distutils (3.9.2-1) ... [2022-05-04T09:03:14.933Z] #21 24.54 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:03:14.933Z] #21 24.54 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:03:14.933Z] #21 24.55 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:03:15.018Z] #19 185.6 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:15.018Z] #19 185.6 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:15.018Z] #19 185.7 Selecting previously unselected package libubsan1-armhf-cross. [2022-05-04T09:03:15.018Z] #19 185.7 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:15.018Z] #19 185.7 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:15.018Z] #19 185.8 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-05-04T09:03:15.018Z] #19 185.8 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:15.018Z] #19 185.8 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:15.018Z] #19 185.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-05-04T09:03:15.194Z] #21 24.66 Selecting previously unselected package python3-setuptools. [2022-05-04T09:03:15.194Z] #21 24.66 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-04T09:03:15.194Z] #21 24.66 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-04T09:03:15.194Z] #21 24.86 Selecting previously unselected package python3-wheel. [2022-05-04T09:03:15.194Z] #21 24.86 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-04T09:03:15.194Z] #21 24.86 Unpacking python3-wheel (0.34.2-1) ... [2022-05-04T09:03:15.194Z] #21 24.92 Selecting previously unselected package python3-pip. [2022-05-04T09:03:15.279Z] #19 185.9 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:15.279Z] #19 185.9 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:03:15.456Z] #21 24.92 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:03:15.456Z] #21 24.93 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:03:15.718Z] #21 25.17 Selecting previously unselected package sudo. [2022-05-04T09:03:15.718Z] #21 25.18 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-05-04T09:03:15.718Z] #21 25.20 Unpacking sudo (1.9.5p2-3) ... [2022-05-04T09:03:16.001Z] #21 2.150 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:03:16.258Z] #21 2.348 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:03:16.258Z] #21 2.353 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:03:16.293Z] #21 25.63 Selecting previously unselected package thin-provisioning-tools. [2022-05-04T09:03:16.294Z] #21 25.64 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-05-04T09:03:16.294Z] #21 25.64 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:03:16.294Z] #21 25.84 Selecting previously unselected package uidmap. [2022-05-04T09:03:16.294Z] #21 25.85 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-05-04T09:03:16.294Z] #21 25.85 Unpacking uidmap (1:4.8.1-1) ... [2022-05-04T09:03:16.294Z] #21 26.00 Selecting previously unselected package vim-runtime. [2022-05-04T09:03:16.294Z] #21 26.01 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:03:16.514Z] #21 2.640 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:03:16.556Z] #21 26.04 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-04T09:03:16.556Z] #21 26.06 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-04T09:03:16.556Z] #21 26.07 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:17.445Z] #21 3.641 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:03:17.677Z] #62 ... [2022-05-04T09:03:17.677Z] [2022-05-04T09:03:17.677Z] #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-05-04T09:03:17.677Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:17.677Z] #14 92.72 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-04T09:03:17.677Z] #14 92.73 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:17.677Z] #14 92.74 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:17.677Z] #14 97.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-04T09:03:17.677Z] #14 97.69 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:17.677Z] #14 97.69 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:17.677Z] #14 102.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-04T09:03:17.677Z] #14 102.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:17.677Z] #14 102.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:17.851Z] #62 ... [2022-05-04T09:03:17.851Z] [2022-05-04T09:03:17.851Z] #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-05-04T09:03:17.851Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:17.851Z] #14 93.49 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-04T09:03:17.851Z] #14 93.52 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:17.851Z] #14 93.52 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:17.851Z] #14 98.71 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-04T09:03:17.851Z] #14 98.72 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:17.851Z] #14 98.72 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:18.374Z] #21 4.624 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:03:19.864Z] #21 28.95 Selecting previously unselected package vim. [2022-05-04T09:03:19.864Z] #21 28.95 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-04T09:03:19.864Z] #21 28.96 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:19.864Z] #21 29.39 Selecting previously unselected package xfsprogs. [2022-05-04T09:03:19.864Z] #21 29.39 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-05-04T09:03:19.864Z] #21 29.40 Unpacking xfsprogs (5.10.0-4) ... [2022-05-04T09:03:20.125Z] #21 29.70 Selecting previously unselected package zip. [2022-05-04T09:03:20.125Z] #21 29.72 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-05-04T09:03:20.125Z] #21 29.73 Unpacking zip (3.0-12) ... [2022-05-04T09:03:20.387Z] #21 29.86 Selecting previously unselected package zstd. [2022-05-04T09:03:20.387Z] #21 29.89 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-05-04T09:03:20.387Z] #21 29.89 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:03:20.570Z] #19 190.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-05-04T09:03:20.570Z] #19 190.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:20.570Z] #19 190.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:03:20.570Z] #19 190.7 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-05-04T09:03:20.570Z] #19 190.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-05-04T09:03:20.570Z] #19 190.7 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-04T09:03:20.570Z] #19 190.9 Selecting previously unselected package libc6-dev-armhf-cross. [2022-05-04T09:03:20.570Z] #19 190.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:20.570Z] #19 190.9 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-04T09:03:20.570Z] #19 191.1 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-05-04T09:03:20.570Z] #19 191.1 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:20.570Z] #19 191.1 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:20.570Z] #19 191.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-05-04T09:03:20.570Z] #19 191.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:20.570Z] #19 191.4 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:03:20.649Z] #21 30.13 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:03:21.221Z] #21 30.88 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-05-04T09:03:21.221Z] #21 30.89 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:03:21.221Z] #21 30.90 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-05-04T09:03:21.221Z] #21 30.91 Setting up libicu67:arm64 (67.1-7) ... [2022-05-04T09:03:21.221Z] #21 30.92 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-05-04T09:03:21.221Z] #21 30.93 Setting up libinih1:arm64 (53-1+b2) ... [2022-05-04T09:03:21.221Z] #21 30.94 Setting up uidmap (1:4.8.1-1) ... [2022-05-04T09:03:21.484Z] #21 30.95 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:03:21.484Z] #21 30.96 Setting up bzip2 (1.0.8-4) ... [2022-05-04T09:03:21.484Z] #21 30.97 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-04T09:03:21.484Z] #21 30.98 Setting up python3-wheel (0.34.2-1) ... [2022-05-04T09:03:22.026Z] #14 108.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-04T09:03:22.056Z] #21 31.60 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:22.056Z] #21 31.61 Setting up libcap2:arm64 (1:2.44-1) ... [2022-05-04T09:03:22.056Z] #21 31.63 Setting up libcap2-bin (1:2.44-1) ... [2022-05-04T09:03:22.056Z] #21 31.64 Setting up apparmor (2.13.6-10) ... [2022-05-04T09:03:22.283Z] #14 108.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:22.283Z] #14 108.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:22.336Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-04T09:03:22.336Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-49082442\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-04T09:03:22.336Z] ---------------------------------------------------------------------------- [2022-05-04T09:03:22.336Z] [2022-05-04T09:03:22.336Z] INFO: executeCI.ps1 starting at Wed May 4 09:03:21 CUT 2022 [2022-05-04T09:03:22.336Z] [2022-05-04T09:03:22.336Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-04T09:03:22.336Z] INFO: Running git version 2.24.1.windows.2 [2022-05-04T09:03:22.336Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-04T09:03:22.336Z] INFO: Environment variables: [2022-05-04T09:03:22.336Z] [2022-05-04T09:03:22.336Z] Name Value [2022-05-04T09:03:22.336Z] ---- ----- [2022-05-04T09:03:22.336Z] ALLUSERSPROFILE C:\ProgramData [2022-05-04T09:03:22.336Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-04T09:03:22.336Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-04T09:03:22.336Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-04T09:03:22.336Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-04T09:03:22.336Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-04T09:03:22.336Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-04T09:03:22.336Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-04T09:03:22.336Z] BRANCH_NAME PR-43559 [2022-05-04T09:03:22.336Z] BUILD_DISPLAY_NAME #1 [2022-05-04T09:03:22.336Z] BUILD_ID 1 [2022-05-04T09:03:22.336Z] BUILD_NUMBER 1 [2022-05-04T09:03:22.336Z] BUILD_TAG jenkins-moby-PR-43559-1 [2022-05-04T09:03:22.336Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/ [2022-05-04T09:03:22.336Z] CHANGE_AUTHOR thaJeztah [2022-05-04T09:03:22.336Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-04T09:03:22.336Z] CHANGE_BRANCH bump_containerd_1.6.4 [2022-05-04T09:03:22.336Z] CHANGE_FORK thaJeztah/docker [2022-05-04T09:03:22.336Z] CHANGE_ID 43559 [2022-05-04T09:03:22.336Z] CHANGE_TARGET master [2022-05-04T09:03:22.336Z] CHANGE_TITLE vendor: github.com/containerd/containerd v1.6.4 [2022-05-04T09:03:22.336Z] CHANGE_URL https://github.com/moby/moby/pull/43559 [2022-05-04T09:03:22.336Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:03:22.336Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-04T09:03:22.336Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-04T09:03:22.336Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-04T09:03:22.336Z] COMPUTERNAME azwin-2-24ffe1 [2022-05-04T09:03:22.548Z] #21 8.087 Fetched 8511 kB in 6s (1365 kB/s) [2022-05-04T09:03:22.804Z] #21 8.087 Reading package lists... [2022-05-04T09:03:22.804Z] #21 ... [2022-05-04T09:03:22.804Z] [2022-05-04T09:03:22.804Z] #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-05-04T09:03:22.804Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:22.804Z] #34 DONE 127.8s [2022-05-04T09:03:22.804Z] [2022-05-04T09:03:22.804Z] #62 [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-05-04T09:03:22.804Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-04T09:03:22.804Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:03:22.804Z] ConfigSequenceNumber 0 [2022-05-04T09:03:22.804Z] DOCKER_BUILDKIT 0 [2022-05-04T09:03:22.804Z] DOCKER_DUT_DEBUG 1 [2022-05-04T09:03:22.804Z] DOCKER_EXPERIMENTAL 1 [2022-05-04T09:03:22.804Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-04T09:03:22.804Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-04T09:03:22.804Z] EXECUTOR_NUMBER 0 [2022-05-04T09:03:22.804Z] FQDN azwin-2-24ffe1.westus.cloudapp.azure.com [2022-05-04T09:03:22.805Z] GIT_BRANCH PR-43559 [2022-05-04T09:03:22.805Z] GIT_COMMIT a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:03:22.805Z] GIT_URL https://github.com/moby/moby.git [2022-05-04T09:03:22.805Z] HUDSON_COOKIE b46e4155-e5dc-4ae6-8b3a-c8c84342d0a5 [2022-05-04T09:03:22.805Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:03:22.805Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-04T09:03:22.805Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-04T09:03:22.805Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-04T09:03:22.805Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:03:22.805Z] JENKINS_NODE_COOKIE daec09e7-cbcb-4be2-8dc4-a9213d8178e8 [2022-05-04T09:03:22.805Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-04T09:03:22.805Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-04T09:03:22.805Z] JOB_BASE_NAME PR-43559 [2022-05-04T09:03:22.805Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/display/redirect [2022-05-04T09:03:22.805Z] JOB_NAME moby/PR-43559 [2022-05-04T09:03:22.805Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/ [2022-05-04T09:03:22.805Z] library.jps.version master [2022-05-04T09:03:22.805Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-04T09:03:22.805Z] NODE_LABELS amd64 azure azwin-2-24ffe1 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-04T09:03:22.805Z] NODE_NAME azwin-2-24ffe1 [2022-05-04T09:03:22.805Z] NUMBER_OF_PROCESSORS 4 [2022-05-04T09:03:22.805Z] OS Windows_NT [2022-05-04T09:03:22.805Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-04T09:03:22.805Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-04T09:03:22.805Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-04T09:03:22.805Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-04T09:03:22.805Z] PROCESSOR_LEVEL 6 [2022-05-04T09:03:22.805Z] PROCESSOR_REVISION 4f01 [2022-05-04T09:03:22.805Z] ProgramData C:\ProgramData [2022-05-04T09:03:22.805Z] ProgramFiles C:\Program Files [2022-05-04T09:03:22.805Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-04T09:03:22.805Z] ProgramW6432 C:\Program Files [2022-05-04T09:03:22.805Z] PROMPT $P$G [2022-05-04T09:03:22.805Z] PSExecutionPolicyPreference Bypass [2022-05-04T09:03:22.805Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-04T09:03:22.805Z] PUBLIC C:\Users\Public [2022-05-04T09:03:22.805Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=artif... [2022-05-04T09:03:22.805Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=changes [2022-05-04T09:03:22.805Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect [2022-05-04T09:03:22.805Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=tests [2022-05-04T09:03:22.805Z] SKIP_VALIDATION_TESTS 1 [2022-05-04T09:03:22.805Z] SOURCES_DRIVE d [2022-05-04T09:03:22.805Z] SOURCES_SUBDIR gopath [2022-05-04T09:03:22.805Z] STAGE_NAME Run tests [2022-05-04T09:03:22.805Z] SystemDrive C: [2022-05-04T09:03:22.805Z] SystemRoot C:\Windows [2022-05-04T09:03:22.805Z] TEMP C:\Windows\TEMP [2022-05-04T09:03:22.805Z] TESTDEBUG 0 [2022-05-04T09:03:22.805Z] TESTRUN_DRIVE d [2022-05-04T09:03:22.805Z] TESTRUN_SUBDIR CI [2022-05-04T09:03:22.805Z] TIMEOUT 120m [2022-05-04T09:03:22.805Z] TMP C:\Windows\TEMP [2022-05-04T09:03:22.805Z] USERDOMAIN WORKGROUP [2022-05-04T09:03:22.805Z] USERNAME azwin-2-24ffe1$ [2022-05-04T09:03:22.805Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-04T09:03:22.805Z] windir C:\Windows [2022-05-04T09:03:22.805Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-04T09:03:22.805Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-04T09:03:22.805Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-04T09:03:22.805Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-04T09:03:22.805Z] [2022-05-04T09:03:22.805Z] [2022-05-04T09:03:22.805Z] [2022-05-04T09:03:23.443Z] #21 33.08 Setting up zip (3.0-12) ... [2022-05-04T09:03:23.443Z] #21 33.09 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:23.443Z] #21 33.11 Setting up bash-completion (1:2.11-2) ... [2022-05-04T09:03:24.174Z] #62 ... [2022-05-04T09:03:24.174Z] [2022-05-04T09:03:24.174Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:24.174Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:24.174Z] #21 8.087 Reading package lists... [2022-05-04T09:03:24.360Z] Client: [2022-05-04T09:03:24.360Z] Version: 20.10.9 [2022-05-04T09:03:24.360Z] API version: 1.41 [2022-05-04T09:03:24.360Z] Go version: go1.16.8 [2022-05-04T09:03:24.360Z] Git commit: c2ea9bc [2022-05-04T09:03:24.360Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:03:24.360Z] OS/Arch: windows/amd64 [2022-05-04T09:03:24.360Z] Context: default [2022-05-04T09:03:24.360Z] Experimental: true [2022-05-04T09:03:24.360Z] [2022-05-04T09:03:24.360Z] Server: Docker Engine - Community [2022-05-04T09:03:24.360Z] Engine: [2022-05-04T09:03:24.360Z] Version: 20.10.9 [2022-05-04T09:03:24.360Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:03:24.360Z] Go version: go1.16.8 [2022-05-04T09:03:24.360Z] Git commit: 79ea9d3 [2022-05-04T09:03:24.360Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:03:24.360Z] OS/Arch: windows/amd64 [2022-05-04T09:03:24.360Z] Experimental: true [2022-05-04T09:03:24.372Z] INFO: Sources under d:\gopath\... [2022-05-04T09:03:24.372Z] INFO: Test run under d:\CI\... [2022-05-04T09:03:24.372Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-04T09:03:24.372Z] INFO: docker/docker repository was found [2022-05-04T09:03:24.372Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-04T09:03:24.842Z] ltsc2022: Pulling from windows/servercore [Pipeline] sh [2022-05-04T09:03:25.312Z] 8f616e6e9eec: Pulling fs layer [2022-05-04T09:03:25.312Z] dccd9e4d14d3: Pulling fs layer [2022-05-04T09:03:25.858Z] #19 196.1 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-05-04T09:03:25.858Z] #19 196.1 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:25.858Z] #19 196.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:03:25.858Z] #19 196.2 Selecting previously unselected package crossbuild-essential-armhf. [2022-05-04T09:03:25.858Z] #19 196.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-05-04T09:03:25.858Z] #19 196.2 Unpacking crossbuild-essential-armhf (12.9) ... [2022-05-04T09:03:25.858Z] #19 196.3 Selecting previously unselected package libc6-ppc64el-cross. [2022-05-04T09:03:25.858Z] #19 196.3 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:25.858Z] #19 196.3 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-04T09:03:25.858Z] #19 196.4 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-05-04T09:03:25.858Z] #19 196.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:25.858Z] #19 196.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:25.858Z] #19 196.5 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-05-04T09:03:25.858Z] #19 196.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:25.858Z] #19 196.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:25.858Z] #19 196.5 Selecting previously unselected package libitm1-ppc64el-cross. [2022-05-04T09:03:25.858Z] #19 196.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:25.858Z] #19 196.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:25.858Z] #19 196.6 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-05-04T09:03:25.859Z] #19 196.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:25.859Z] #19 196.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:25.859Z] #19 196.6 Selecting previously unselected package libasan6-ppc64el-cross. [2022-05-04T09:03:25.859Z] #19 196.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:25.859Z] #19 196.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:25.953Z] + docker info [2022-05-04T09:03:25.999Z] #21 35.61 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:03:26.000Z] #21 35.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-04T09:03:26.000Z] #21 35.63 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-05-04T09:03:26.000Z] #21 35.64 Setting up patch (2.7.6-7) ... [2022-05-04T09:03:26.000Z] #21 35.66 Setting up sudo (1.9.5p2-3) ... [2022-05-04T09:03:26.120Z] #19 196.9 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-05-04T09:03:26.120Z] #19 196.9 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.120Z] #19 196.9 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.120Z] #19 197.0 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-05-04T09:03:26.262Z] #21 35.73 invoke-rc.d: could not determine current runlevel [2022-05-04T09:03:26.262Z] #21 35.74 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:03:26.262Z] #21 35.75 Setting up xfsprogs (5.10.0-4) ... [2022-05-04T09:03:26.262Z] #21 35.77 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-05-04T09:03:26.262Z] #21 35.78 Setting up inetutils-ping (2:2.0-1) ... [2022-05-04T09:03:26.262Z] #21 35.79 Setting up pigz (2.6-1) ... [2022-05-04T09:03:26.262Z] #21 35.80 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-04T09:03:26.262Z] #21 35.82 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-04T09:03:26.262Z] #21 35.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:03:26.262Z] #21 35.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:26.382Z] #19 197.0 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.382Z] #19 197.0 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.382Z] #19 197.2 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-05-04T09:03:26.382Z] #19 197.2 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.382Z] #19 197.2 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.382Z] #19 197.3 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-05-04T09:03:26.382Z] #19 197.3 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.382Z] #19 197.3 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.644Z] #19 197.4 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-05-04T09:03:26.644Z] #19 197.4 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.644Z] #19 197.4 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.644Z] #19 197.5 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-05-04T09:03:26.644Z] #19 197.5 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:26.644Z] #19 197.5 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:26.701Z] #21 10.35 Reading package lists... [2022-05-04T09:03:26.836Z] #21 36.41 Setting up libaio1:arm64 (0.3.112-9) ... [2022-05-04T09:03:26.836Z] #21 36.42 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:03:26.906Z] #19 197.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-05-04T09:03:26.906Z] #19 197.7 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:26.906Z] #19 197.7 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:26.959Z] #21 12.73 Building dependency tree... [2022-05-04T09:03:27.098Z] #21 36.79 Setting up libelf1:arm64 (0.183-1) ... [2022-05-04T09:03:27.360Z] #21 36.83 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:03:27.360Z] #21 36.84 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-04T09:03:27.360Z] #21 36.85 Setting up python3-distutils (3.9.2-1) ... [2022-05-04T09:03:27.539Z] #14 113.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-04T09:03:27.539Z] #14 113.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-04T09:03:27.539Z] #14 113.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:03:27.539Z] #14 113.7 Selecting previously unselected package libapparmor1:amd64. [2022-05-04T09:03:27.539Z] #14 113.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-04T09:03:27.539Z] #14 113.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:03:27.539Z] #14 113.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-04T09:03:27.539Z] #14 113.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-04T09:03:27.539Z] #14 113.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:03:27.539Z] #14 114.0 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:03:27.539Z] #14 114.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:03:27.539Z] #14 114.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:03:27.622Z] #21 37.21 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:27.622Z] #21 37.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-04T09:03:27.622Z] #21 37.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-04T09:03:27.622Z] #21 37.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-04T09:03:27.622Z] #21 37.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-04T09:03:27.622Z] #21 37.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-04T09:03:27.622Z] #21 37.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-04T09:03:27.622Z] #21 37.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-04T09:03:27.623Z] #21 37.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-04T09:03:27.623Z] #21 37.29 Setting up python3-setuptools (52.0.0-4) ... [2022-05-04T09:03:27.674Z] #14 112.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-04T09:03:27.674Z] #14 112.7 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:03:27.674Z] #14 112.7 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:27.797Z] #14 114.5 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:03:27.797Z] #14 114.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:03:27.797Z] #14 114.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:27.797Z] #14 114.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-04T09:03:27.892Z] #21 13.97 The following additional packages will be installed: [2022-05-04T09:03:27.892Z] #21 13.97 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:27.892Z] #21 13.97 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-04T09:03:27.892Z] #21 13.97 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-04T09:03:27.892Z] #21 13.97 python3-pkg-resources vim-runtime xxd [2022-05-04T09:03:27.892Z] #21 13.98 Suggested packages: [2022-05-04T09:03:27.892Z] #21 13.98 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-04T09:03:27.892Z] #21 13.98 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-04T09:03:27.892Z] #21 13.98 acl attr quota [2022-05-04T09:03:27.892Z] #21 13.98 Recommended packages: [2022-05-04T09:03:27.892Z] #21 13.98 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-04T09:03:28.055Z] #14 114.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:28.055Z] #14 114.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:28.055Z] #14 114.8 Selecting previously unselected package libudev-dev:amd64. [2022-05-04T09:03:28.055Z] #14 114.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:28.055Z] #14 114.8 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:28.055Z] #14 114.9 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-04T09:03:28.055Z] #14 114.9 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-04T09:03:28.055Z] #14 114.9 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:28.314Z] #14 115.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-04T09:03:28.571Z] #14 115.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-04T09:03:28.571Z] #14 115.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:28.571Z] #14 ... [2022-05-04T09:03:28.571Z] [2022-05-04T09:03:28.571Z] #65 [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-05-04T09:03:28.571Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:03:28.571Z] #65 115.0 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:03:28.571Z] #65 115.0 + GOBIN=/build [2022-05-04T09:03:28.571Z] #65 115.0 + GO111MODULE=on [2022-05-04T09:03:28.571Z] #65 115.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:03:28.826Z] #21 15.01 The following NEW packages will be installed: [2022-05-04T09:03:28.826Z] #21 15.02 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-04T09:03:28.826Z] #21 15.02 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:28.826Z] #21 15.02 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-04T09:03:28.826Z] #21 15.02 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-04T09:03:28.826Z] #21 15.03 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-04T09:03:28.826Z] #21 15.03 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-04T09:03:28.826Z] #21 15.03 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-04T09:03:28.826Z] #21 15.03 xz-utils zip zstd [2022-05-04T09:03:29.015Z] #21 38.42 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-04T09:03:29.015Z] #21 38.43 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-05-04T09:03:29.015Z] #21 38.45 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:03:29.015Z] #21 38.46 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:03:29.084Z] #21 15.33 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:03:29.084Z] #21 15.33 Need to get 27.6 MB of archives. [2022-05-04T09:03:29.084Z] #21 15.33 After this operation, 106 MB of additional disk space will be used. [2022-05-04T09:03:29.084Z] #21 15.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-04T09:03:29.084Z] #21 15.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-04T09:03:29.084Z] #21 15.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-04T09:03:29.084Z] #21 15.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-04T09:03:29.343Z] #21 15.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-04T09:03:29.343Z] #21 15.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-04T09:03:29.343Z] #21 15.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-04T09:03:29.343Z] #21 15.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-04T09:03:29.343Z] #21 15.40 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:03:29.343Z] #21 15.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:03:29.343Z] #21 15.41 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-04T09:03:29.343Z] #21 15.42 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-04T09:03:29.343Z] #21 15.43 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-05-04T09:03:29.343Z] #21 15.43 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-04T09:03:29.343Z] #21 15.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-04T09:03:29.343Z] #21 15.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-04T09:03:29.343Z] #21 15.46 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-04T09:03:29.343Z] #21 15.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-04T09:03:29.343Z] #21 15.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-04T09:03:29.343Z] #21 15.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-04T09:03:29.343Z] #21 15.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-04T09:03:29.343Z] #21 15.49 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:03:29.343Z] #21 15.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:03:29.343Z] #21 15.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:03:29.343Z] #21 15.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-04T09:03:29.343Z] #21 15.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-04T09:03:29.343Z] #21 15.51 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:03:29.601Z] #21 15.82 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-04T09:03:29.601Z] #21 15.82 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:03:29.601Z] #21 15.82 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-05-04T09:03:29.601Z] #21 15.83 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:03:29.601Z] #21 15.83 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-04T09:03:29.601Z] #21 15.85 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-04T09:03:29.601Z] #21 15.86 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-04T09:03:29.601Z] #21 15.91 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-04T09:03:29.857Z] #21 15.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-04T09:03:29.857Z] #21 15.94 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:03:29.857Z] #21 15.95 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-04T09:03:29.857Z] #21 15.98 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-04T09:03:29.857Z] #21 15.98 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-04T09:03:29.857Z] #21 15.99 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-04T09:03:29.857Z] #21 16.02 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-04T09:03:29.857Z] #21 16.04 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-04T09:03:29.857Z] #21 16.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-04T09:03:30.010Z] #21 39.52 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-04T09:03:30.010Z] #21 39.54 Setting up jq (1.6-2.1) ... [2022-05-04T09:03:30.010Z] #21 39.55 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-05-04T09:03:30.010Z] #21 39.57 Setting up iptables (1.8.7-1) ... [2022-05-04T09:03:30.010Z] #21 39.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.58 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.59 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.60 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-04T09:03:30.010Z] #21 39.61 Setting up iproute2 (5.10.0-4) ... [2022-05-04T09:03:30.114Z] #21 16.28 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-04T09:03:30.114Z] #21 16.30 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-04T09:03:30.114Z] #21 16.31 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-04T09:03:30.114Z] #21 16.32 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-04T09:03:30.272Z] #21 39.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:30.678Z] #21 16.83 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:03:30.679Z] #21 16.95 Fetched 27.6 MB in 1s (21.4 MB/s) [2022-05-04T09:03:30.935Z] #21 16.99 Selecting previously unselected package pigz. [2022-05-04T09:03:30.935Z] #21 16.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-05-04T09:03:30.935Z] #21 17.05 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-04T09:03:30.935Z] #21 17.06 Unpacking pigz (2.6-1) ... [2022-05-04T09:03:30.935Z] #21 17.13 Selecting previously unselected package libelf1:amd64. [2022-05-04T09:03:30.935Z] #21 17.14 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-04T09:03:30.935Z] #21 17.14 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-04T09:03:31.192Z] #21 17.25 Selecting previously unselected package libbpf0:amd64. [2022-05-04T09:03:31.192Z] #21 17.25 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-04T09:03:31.192Z] #21 17.26 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:03:31.192Z] #21 17.35 Selecting previously unselected package libcap2:amd64. [2022-05-04T09:03:31.192Z] #21 17.36 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-04T09:03:31.192Z] #21 17.37 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:03:31.192Z] #21 17.41 Selecting previously unselected package libmnl0:amd64. [2022-05-04T09:03:31.192Z] #21 17.42 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-04T09:03:31.192Z] #21 17.43 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:03:31.192Z] #21 17.48 Selecting previously unselected package libxtables12:amd64. [2022-05-04T09:03:31.448Z] #21 17.49 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-04T09:03:31.448Z] #21 17.50 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:03:31.448Z] #21 17.56 Selecting previously unselected package libcap2-bin. [2022-05-04T09:03:31.448Z] #21 17.58 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-04T09:03:31.448Z] #21 17.58 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-04T09:03:31.448Z] #21 17.66 Selecting previously unselected package iproute2. [2022-05-04T09:03:31.448Z] #21 17.66 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-04T09:03:31.448Z] #21 17.67 Unpacking iproute2 (5.10.0-4) ... [2022-05-04T09:03:32.011Z] #21 18.09 Selecting previously unselected package xxd. [2022-05-04T09:03:32.011Z] #21 18.09 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:03:32.011Z] #21 18.10 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:32.011Z] #21 18.22 Selecting previously unselected package vim-common. [2022-05-04T09:03:32.011Z] #21 18.22 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:03:32.011Z] #21 18.24 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:32.202Z] #19 202.3 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-05-04T09:03:32.202Z] #19 202.3 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:32.202Z] #19 202.3 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:32.202Z] #19 202.3 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-05-04T09:03:32.202Z] #19 202.3 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-05-04T09:03:32.202Z] #19 202.3 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-04T09:03:32.202Z] #19 202.5 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-05-04T09:03:32.202Z] #19 202.5 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:32.202Z] #19 202.5 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-04T09:03:32.202Z] #19 202.8 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-05-04T09:03:32.202Z] #19 202.8 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:32.202Z] #19 202.8 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:32.202Z] #19 203.1 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-05-04T09:03:32.212Z] #21 DONE 41.9s [2022-05-04T09:03:32.212Z] [2022-05-04T09:03:32.212Z] #45 [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-05-04T09:03:32.212Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:03:32.267Z] #21 18.36 Selecting previously unselected package bash-completion. [2022-05-04T09:03:32.267Z] #21 18.36 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-04T09:03:32.463Z] #19 203.1 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:32.463Z] #19 203.1 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:32.474Z] #45 ... [2022-05-04T09:03:32.474Z] [2022-05-04T09:03:32.474Z] #22 [dev-systemd-false 8/25] 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-05-04T09:03:32.474Z] #22 sha256:a3641fe455d1c76781a3308923a6e35278aafdf6d2a83706a005b265ea30b7f3 [2022-05-04T09:03:32.958Z] #14 117.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-04T09:03:32.958Z] #14 117.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-04T09:03:32.958Z] #14 117.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:03:32.958Z] #14 117.7 Selecting previously unselected package libapparmor1:amd64. [2022-05-04T09:03:32.958Z] #14 117.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-04T09:03:32.958Z] #14 117.7 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:03:32.958Z] #14 ... [2022-05-04T09:03:32.958Z] [2022-05-04T09:03:32.958Z] #65 [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-05-04T09:03:32.958Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:03:32.958Z] #65 117.4 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:03:32.958Z] #65 117.4 + GOBIN=/build [2022-05-04T09:03:32.958Z] #65 117.4 + GO111MODULE=on [2022-05-04T09:03:32.958Z] #65 117.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:03:33.049Z] #22 0.601 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-04T09:03:33.049Z] #22 0.606 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-04T09:03:33.049Z] #22 0.612 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-04T09:03:33.049Z] #22 DONE 0.7s [2022-05-04T09:03:33.049Z] [2022-05-04T09:03:33.049Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-04T09:03:33.049Z] #23 sha256:9c25d3232689bf6514776195dcfca39cc8b37c6f09d1e92887bd819c51c902bc [2022-05-04T09:03:33.820Z] #65 119.7 rootlesskit version 1.0.0 [2022-05-04T09:03:33.820Z] #65 119.7 Usage of /build/rootlesskit-docker-proxy: [2022-05-04T09:03:33.820Z] #65 119.7 -container-ip string [2022-05-04T09:03:33.820Z] #65 119.7 container ip [2022-05-04T09:03:33.820Z] #65 119.7 -container-port int [2022-05-04T09:03:33.820Z] #65 119.7 container port (default -1) [2022-05-04T09:03:33.820Z] #65 119.7 -host-ip string [2022-05-04T09:03:33.820Z] #65 119.7 host ip [2022-05-04T09:03:33.820Z] #65 119.7 -host-port int [2022-05-04T09:03:33.820Z] #65 119.7 host port (default -1) [2022-05-04T09:03:33.820Z] #65 119.7 -proto string [2022-05-04T09:03:33.820Z] #65 119.7 proxy protocol (default "tcp") [2022-05-04T09:03:34.162Z] #21 20.06 Unpacking bash-completion (1:2.11-2) ... [2022-05-04T09:03:34.386Z] #65 ... [2022-05-04T09:03:34.386Z] [2022-05-04T09:03:34.386Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-04T09:03:34.386Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:34.386Z] #14 115.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-04T09:03:34.387Z] #14 115.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 115.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 115.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-04T09:03:34.387Z] #14 115.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 115.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 115.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-04T09:03:34.387Z] #14 115.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 115.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 116.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-04T09:03:34.387Z] #14 116.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 116.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:34.387Z] #14 116.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-04T09:03:34.387Z] #14 116.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 116.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:34.387Z] #14 116.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-04T09:03:34.387Z] #14 116.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 116.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:34.387Z] #14 116.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-04T09:03:34.387Z] #14 116.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:34.387Z] #14 116.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:03:34.387Z] #14 117.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-04T09:03:34.387Z] #14 117.1 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:34.387Z] #14 117.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:03:34.387Z] #14 117.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:34.387Z] #14 117.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:34.387Z] #14 117.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.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-05-04T09:03:34.387Z] #14 117.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.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-05-04T09:03:34.387Z] #14 117.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:03:34.387Z] #14 117.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.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-05-04T09:03:34.387Z] #14 117.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:03:34.387Z] #14 117.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:34.387Z] #14 117.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:03:34.387Z] #14 117.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:34.387Z] #14 117.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:34.387Z] #14 117.4 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:34.387Z] #14 DONE 121.1s [2022-05-04T09:03:34.387Z] [2022-05-04T09:03:34.387Z] #65 [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-05-04T09:03:34.387Z] #65 sha256:35e6f44d951a9f6f16e54cbb949d78be2393d53575bc033ae4cdf8641a8e89e6 [2022-05-04T09:03:34.387Z] #65 DONE 120.9s [2022-05-04T09:03:34.387Z] [2022-05-04T09:03:34.387Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:03:34.387Z] #57 sha256:f98f119e1091e45cdb3281c664f0b05aa1a77eb1ad6571cf064d2aa78182a241 [2022-05-04T09:03:34.419Z] #21 20.50 Selecting previously unselected package bzip2. [2022-05-04T09:03:34.419Z] #21 20.51 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-04T09:03:34.419Z] #21 20.52 Unpacking bzip2 (1.0.8-4) ... [2022-05-04T09:03:34.419Z] #21 20.61 Selecting previously unselected package xz-utils. [2022-05-04T09:03:34.419Z] #21 20.61 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-04T09:03:34.419Z] #21 20.61 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:03:34.644Z] #57 ... [2022-05-04T09:03:34.644Z] [2022-05-04T09:03:34.644Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-04T09:03:34.644Z] #66 sha256:406fb2565471dbbbaf16404f7f70fac1472bebc7e97737f487b3bf4062906476 [2022-05-04T09:03:34.644Z] #66 DONE 0.2s [2022-05-04T09:03:34.644Z] [2022-05-04T09:03:34.644Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:03:34.644Z] #57 sha256:f98f119e1091e45cdb3281c664f0b05aa1a77eb1ad6571cf064d2aa78182a241 [2022-05-04T09:03:34.644Z] #57 DONE 0.2s [2022-05-04T09:03:34.644Z] [2022-05-04T09:03:34.644Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-04T09:03:34.644Z] #67 sha256:4b9cf5503b9a1b98a55d7613ff72b662f56c8ccfda9bac0422319e04fb2e1c0f [2022-05-04T09:03:34.644Z] #67 DONE 0.1s [2022-05-04T09:03:34.644Z] [2022-05-04T09:03:34.644Z] #58 [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-05-04T09:03:34.644Z] #58 sha256:a5ea92c90ccd0e45889f8c9ecb74a4a7ea98502e480f67653ff73f664b5e2016 [2022-05-04T09:03:34.677Z] #21 20.77 Selecting previously unselected package apparmor. [2022-05-04T09:03:34.677Z] #21 20.77 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-04T09:03:34.677Z] #21 20.84 Unpacking apparmor (2.13.6-10) ... [2022-05-04T09:03:35.193Z] #21 21.21 Selecting previously unselected package inetutils-ping. [2022-05-04T09:03:35.193Z] #21 21.22 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-04T09:03:35.193Z] #21 21.23 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-04T09:03:35.193Z] #21 21.33 Selecting previously unselected package libip4tc2:amd64. [2022-05-04T09:03:35.193Z] #21 21.33 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:03:35.193Z] #21 21.33 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:03:35.193Z] #21 21.42 Selecting previously unselected package libip6tc2:amd64. [2022-05-04T09:03:35.193Z] #21 21.42 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:03:35.193Z] #21 21.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:03:35.451Z] #21 21.50 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-04T09:03:35.451Z] #21 21.50 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-04T09:03:35.451Z] #21 21.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:03:35.451Z] #21 21.57 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-04T09:03:35.451Z] #21 21.57 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-04T09:03:35.451Z] #21 21.58 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:03:35.451Z] #21 21.66 Selecting previously unselected package libnftnl11:amd64. [2022-05-04T09:03:35.451Z] #21 21.68 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-04T09:03:35.451Z] #21 21.68 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:03:35.451Z] #21 21.77 Selecting previously unselected package iptables. [2022-05-04T09:03:35.451Z] #21 21.78 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-04T09:03:35.451Z] #21 21.81 Unpacking iptables (1.8.7-1) ... [2022-05-04T09:03:36.020Z] #21 22.14 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:03:36.020Z] #21 22.14 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:03:36.020Z] #21 22.15 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:03:36.277Z] #21 22.26 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:03:36.277Z] #21 22.28 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:03:36.277Z] #21 22.28 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:03:36.277Z] #21 22.40 Selecting previously unselected package jq. [2022-05-04T09:03:36.277Z] #21 22.42 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:03:36.277Z] #21 22.42 Unpacking jq (1.6-2.1) ... [2022-05-04T09:03:36.277Z] #21 22.50 Selecting previously unselected package libaio1:amd64. [2022-05-04T09:03:36.277Z] #21 22.50 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-04T09:03:36.277Z] #21 22.51 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:03:36.277Z] #21 22.56 Selecting previously unselected package libgpm2:amd64. [2022-05-04T09:03:36.277Z] #21 22.58 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-04T09:03:36.277Z] #21 22.60 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:03:36.534Z] #21 22.67 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:03:36.534Z] #21 22.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:03:36.534Z] #21 22.68 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:03:36.536Z] #58 ... [2022-05-04T09:03:36.536Z] [2022-05-04T09:03:36.536Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:03:36.536Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-04T09:03:36.536Z] #15 DONE 2.1s [2022-05-04T09:03:36.536Z] [2022-05-04T09:03:36.536Z] #58 [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-05-04T09:03:36.536Z] #58 sha256:a5ea92c90ccd0e45889f8c9ecb74a4a7ea98502e480f67653ff73f664b5e2016 [2022-05-04T09:03:36.536Z] #58 2.020 + RM_GOPATH=0 [2022-05-04T09:03:36.536Z] #58 2.020 + TMP_GOPATH= [2022-05-04T09:03:36.536Z] #58 2.020 + : /build [2022-05-04T09:03:36.536Z] #58 2.020 + '[' -z '' ']' [2022-05-04T09:03:36.536Z] #58 2.020 ++ mktemp -d [2022-05-04T09:03:36.536Z] #58 2.020 + export GOPATH=/tmp/tmp.7buGfytV2c [2022-05-04T09:03:36.536Z] #58 2.020 + GOPATH=/tmp/tmp.7buGfytV2c [2022-05-04T09:03:36.536Z] #58 2.020 + RM_GOPATH=1 [2022-05-04T09:03:36.536Z] #58 2.020 + case "$(go env GOARCH)" in [2022-05-04T09:03:36.536Z] #58 2.020 ++ go env GOARCH [2022-05-04T09:03:36.536Z] #58 2.062 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:36.536Z] #58 2.062 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:36.536Z] #58 2.062 ++ dirname /install.sh [2022-05-04T09:03:36.536Z] #58 2.062 + dir=/ [2022-05-04T09:03:36.536Z] #58 2.062 + bin=runc [2022-05-04T09:03:36.536Z] #58 2.062 + shift [2022-05-04T09:03:36.536Z] #58 2.062 + '[' '!' -f //runc.installer ']' [2022-05-04T09:03:36.536Z] #58 2.062 + . //runc.installer [2022-05-04T09:03:36.536Z] #58 2.062 ++ set -e [2022-05-04T09:03:36.536Z] #58 2.062 ++ : v1.1.1 [2022-05-04T09:03:36.536Z] #58 2.062 + install_runc [2022-05-04T09:03:36.536Z] #58 2.062 + RUNC_BUILDTAGS=seccomp [2022-05-04T09:03:36.536Z] #58 2.062 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-04T09:03:36.536Z] #58 2.062 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7buGfytV2c/src/github.com/opencontainers/runc [2022-05-04T09:03:36.536Z] #58 2.063 Install runc version v1.1.1 (build tags: seccomp) [2022-05-04T09:03:36.671Z] #19 207.5 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-05-04T09:03:36.671Z] #19 207.5 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:36.671Z] #19 207.5 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:36.671Z] #19 207.5 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-05-04T09:03:36.671Z] #19 207.5 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-05-04T09:03:36.671Z] #19 207.5 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-05-04T09:03:36.671Z] #19 207.5 Selecting previously unselected package libc6-s390x-cross. [2022-05-04T09:03:36.671Z] #19 207.5 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:36.671Z] #19 207.5 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-05-04T09:03:36.794Z] #58 2.089 Cloning into '/tmp/tmp.7buGfytV2c/src/github.com/opencontainers/runc'... [2022-05-04T09:03:36.931Z] #19 207.7 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-05-04T09:03:36.931Z] #19 207.7 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:36.931Z] #19 207.7 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:36.931Z] #19 207.7 Selecting previously unselected package libgomp1-s390x-cross. [2022-05-04T09:03:36.931Z] #19 207.7 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:36.931Z] #19 207.7 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:36.931Z] #19 207.8 Selecting previously unselected package libitm1-s390x-cross. [2022-05-04T09:03:36.931Z] #19 207.8 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:36.931Z] #19 207.8 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:36.931Z] #19 207.8 Selecting previously unselected package libatomic1-s390x-cross. [2022-05-04T09:03:37.152Z] #65 122.0 rootlesskit version 1.0.0 [2022-05-04T09:03:37.152Z] #65 122.0 Usage of /build/rootlesskit-docker-proxy: [2022-05-04T09:03:37.152Z] #65 122.1 -container-ip string [2022-05-04T09:03:37.152Z] #65 122.1 container ip [2022-05-04T09:03:37.152Z] #65 122.1 -container-port int [2022-05-04T09:03:37.152Z] #65 122.1 container port (default -1) [2022-05-04T09:03:37.152Z] #65 122.1 -host-ip string [2022-05-04T09:03:37.152Z] #65 122.1 host ip [2022-05-04T09:03:37.152Z] #65 122.1 -host-port int [2022-05-04T09:03:37.152Z] #65 122.1 host port (default -1) [2022-05-04T09:03:37.152Z] #65 122.1 -proto string [2022-05-04T09:03:37.152Z] #65 122.1 proxy protocol (default "tcp") [2022-05-04T09:03:37.193Z] #19 207.8 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:37.193Z] #19 207.8 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:37.193Z] #19 207.9 Selecting previously unselected package libasan6-s390x-cross. [2022-05-04T09:03:37.193Z] #19 207.9 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:37.193Z] #19 207.9 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:37.193Z] #19 208.1 Selecting previously unselected package libstdc++6-s390x-cross. [2022-05-04T09:03:37.455Z] #19 208.1 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:37.455Z] #19 208.1 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:37.455Z] #19 208.2 Selecting previously unselected package libubsan1-s390x-cross. [2022-05-04T09:03:37.455Z] #19 208.2 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:37.455Z] #19 208.2 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:37.455Z] #19 208.4 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-05-04T09:03:37.717Z] #19 208.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:37.717Z] #19 208.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:37.717Z] #19 208.5 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-05-04T09:03:37.717Z] #19 208.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:37.717Z] #19 208.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:37.721Z] #65 ... [2022-05-04T09:03:37.721Z] [2022-05-04T09:03:37.721Z] #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-05-04T09:03:37.721Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:37.721Z] #14 117.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-04T09:03:37.721Z] #14 117.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-04T09:03:37.721Z] #14 117.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:03:37.721Z] #14 118.0 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:03:37.721Z] #14 118.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:03:37.721Z] #14 118.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:03:37.721Z] #14 118.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:03:37.722Z] #14 118.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 118.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:37.722Z] #14 118.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-04T09:03:37.722Z] #14 118.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 118.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 118.5 Selecting previously unselected package libudev-dev:amd64. [2022-05-04T09:03:37.722Z] #14 118.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 118.5 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:37.722Z] #14 118.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-04T09:03:37.722Z] #14 118.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 118.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:37.722Z] #14 119.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-04T09:03:37.722Z] #14 119.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 119.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 119.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-04T09:03:37.722Z] #14 119.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 119.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 119.3 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-04T09:03:37.722Z] #14 119.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 119.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 119.4 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-04T09:03:37.722Z] #14 119.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 119.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 119.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-04T09:03:37.722Z] #14 119.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 119.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:37.722Z] #14 120.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-04T09:03:37.722Z] #14 120.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 120.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 120.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-04T09:03:37.722Z] #14 120.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 120.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:37.722Z] #14 120.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-04T09:03:37.722Z] #14 120.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-04T09:03:37.722Z] #14 120.3 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:37.722Z] #14 120.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:03:37.722Z] #14 120.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:03:37.722Z] #14 120.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:37.722Z] #14 120.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:03:37.722Z] #14 120.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:03:37.722Z] #14 121.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:03:37.722Z] #14 121.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:03:37.722Z] #14 121.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:03:37.722Z] #14 121.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.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-05-04T09:03:37.722Z] #14 121.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.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-05-04T09:03:37.722Z] #14 121.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:03:37.722Z] #14 121.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.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-05-04T09:03:37.722Z] #14 121.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:03:37.722Z] #14 121.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 121.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 121.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 121.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:03:37.722Z] #14 121.4 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:38.163Z] #58 ... [2022-05-04T09:03:38.163Z] [2022-05-04T09:03:38.163Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-04T09:03:38.163Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-04T09:03:38.163Z] #16 DONE 1.7s [2022-05-04T09:03:38.420Z] [2022-05-04T09:03:38.420Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-04T09:03:38.420Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-04T09:03:38.983Z] #17 0.818 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-04T09:03:39.240Z] #17 DONE 0.9s [2022-05-04T09:03:39.240Z] [2022-05-04T09:03:39.240Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-04T09:03:39.240Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-04T09:03:39.809Z] #21 25.61 Selecting previously unselected package libinih1:amd64. [2022-05-04T09:03:39.809Z] #21 25.61 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-04T09:03:39.809Z] #21 25.63 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-04T09:03:39.809Z] #21 25.68 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:03:39.809Z] #21 25.68 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:03:39.809Z] #21 25.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:03:39.809Z] #21 25.77 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:03:39.809Z] #21 25.77 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:03:39.809Z] #21 25.78 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:03:39.809Z] #21 25.85 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:03:39.809Z] #21 25.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:03:39.809Z] #21 25.86 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:03:39.809Z] #21 25.92 Selecting previously unselected package net-tools. [2022-05-04T09:03:39.809Z] #21 25.93 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-04T09:03:39.809Z] #21 25.94 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:03:40.068Z] #21 26.12 Selecting previously unselected package patch. [2022-05-04T09:03:40.068Z] #21 26.14 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-04T09:03:40.068Z] #21 26.14 Unpacking patch (2.7.6-7) ... [2022-05-04T09:03:40.068Z] #21 26.25 Selecting previously unselected package python-pip-whl. [2022-05-04T09:03:40.068Z] #21 26.25 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:03:40.068Z] #21 26.26 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:03:40.171Z] #18 DONE 1.0s [2022-05-04T09:03:40.171Z] [2022-05-04T09:03:40.171Z] #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-05-04T09:03:40.171Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:40.171Z] #34 ... [2022-05-04T09:03:40.171Z] [2022-05-04T09:03:40.171Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-04T09:03:40.171Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-04T09:03:40.632Z] #21 26.77 Selecting previously unselected package python3-lib2to3. [2022-05-04T09:03:40.632Z] #21 26.77 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-04T09:03:40.632Z] #21 26.78 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:03:40.632Z] #21 26.87 Selecting previously unselected package python3-distutils. [2022-05-04T09:03:40.890Z] #21 26.88 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-04T09:03:40.890Z] #21 26.89 Unpacking python3-distutils (3.9.2-1) ... [2022-05-04T09:03:40.890Z] #21 27.01 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:03:40.890Z] #21 27.02 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:03:40.890Z] #21 27.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:03:41.013Z] #14 ... [2022-05-04T09:03:41.013Z] [2022-05-04T09:03:41.013Z] #65 [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-05-04T09:03:41.013Z] #65 sha256:2565e670873e67e6c8e27d8f10bd8bc855189f7e502b4abb00e427710a61d87d [2022-05-04T09:03:41.013Z] #65 DONE 126.0s [2022-05-04T09:03:41.013Z] [2022-05-04T09:03:41.013Z] #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-05-04T09:03:41.013Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-05-04T09:03:41.013Z] #14 DONE 126.4s [2022-05-04T09:03:41.013Z] [2022-05-04T09:03:41.013Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:03:41.013Z] #57 sha256:41384d919038e8906017dccf3d0e1115a132176207baadef189340414462d4f5 [2022-05-04T09:03:41.013Z] #57 DONE 0.3s [2022-05-04T09:03:41.013Z] [2022-05-04T09:03:41.013Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-04T09:03:41.013Z] #66 sha256:af3b841b9b0c3fa54b83d18638e14eb39fa14962e5f9e36a362853d1a38b6f55 [2022-05-04T09:03:41.013Z] #66 DONE 0.2s [2022-05-04T09:03:41.013Z] [2022-05-04T09:03:41.013Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-04T09:03:41.013Z] #67 sha256:c3697c8ec02776b373695e59baf8847fcb1541c467f18e96b28ebf51a1050999 [2022-05-04T09:03:41.103Z] #19 DONE 0.9s [2022-05-04T09:03:41.103Z] [2022-05-04T09:03:41.103Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-04T09:03:41.103Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-05-04T09:03:41.148Z] #21 27.18 Selecting previously unselected package python3-setuptools. [2022-05-04T09:03:41.148Z] #21 27.19 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-04T09:03:41.148Z] #21 27.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-04T09:03:41.148Z] #21 27.40 Selecting previously unselected package python3-wheel. [2022-05-04T09:03:41.148Z] #21 27.40 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-04T09:03:41.148Z] #21 27.41 Unpacking python3-wheel (0.34.2-1) ... [2022-05-04T09:03:41.271Z] #67 DONE 0.2s [2022-05-04T09:03:41.271Z] [2022-05-04T09:03:41.271Z] #58 [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-05-04T09:03:41.271Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:03:41.406Z] #21 27.48 Selecting previously unselected package python3-pip. [2022-05-04T09:03:41.406Z] #21 27.48 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:03:41.406Z] #21 27.48 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:03:41.665Z] #21 27.73 Selecting previously unselected package sudo. [2022-05-04T09:03:41.665Z] #21 27.74 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-04T09:03:41.665Z] #21 27.74 Unpacking sudo (1.9.5p2-3) ... [2022-05-04T09:03:42.077Z] #20 DONE 1.0s [2022-05-04T09:03:42.077Z] [2022-05-04T09:03:42.077Z] #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-05-04T09:03:42.077Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:42.077Z] #34 ... [2022-05-04T09:03:42.077Z] [2022-05-04T09:03:42.077Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:42.077Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:42.272Z] #21 28.23 Selecting previously unselected package thin-provisioning-tools. [2022-05-04T09:03:42.272Z] #21 28.26 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-04T09:03:42.272Z] #21 28.27 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:03:42.531Z] #21 28.75 Selecting previously unselected package uidmap. [2022-05-04T09:03:42.531Z] #21 28.76 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-04T09:03:42.531Z] #21 28.77 Unpacking uidmap (1:4.8.1-1) ... [2022-05-04T09:03:42.652Z] #58 1.636 + RM_GOPATH=0 [2022-05-04T09:03:42.652Z] #58 1.636 + TMP_GOPATH= [2022-05-04T09:03:42.652Z] #58 1.636 + : /build [2022-05-04T09:03:42.652Z] #58 1.636 + '[' -z '' ']' [2022-05-04T09:03:42.652Z] #58 1.636 ++ mktemp -d [2022-05-04T09:03:42.652Z] #58 1.636 + export GOPATH=/tmp/tmp.thKwNb49wg [2022-05-04T09:03:42.652Z] #58 1.636 + GOPATH=/tmp/tmp.thKwNb49wg [2022-05-04T09:03:42.652Z] #58 1.636 + RM_GOPATH=1 [2022-05-04T09:03:42.652Z] #58 1.636 + case "$(go env GOARCH)" in [2022-05-04T09:03:42.652Z] #58 1.636 ++ go env GOARCH [2022-05-04T09:03:42.788Z] #21 28.89 Selecting previously unselected package vim-runtime. [2022-05-04T09:03:42.788Z] #21 28.89 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:03:42.788Z] #21 28.93 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-04T09:03:42.788Z] #21 28.95 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-04T09:03:42.788Z] #21 28.96 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:42.911Z] #58 1.648 Install runc version v1.1.1 (build tags: seccomp) [2022-05-04T09:03:42.911Z] #58 1.652 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:42.911Z] #58 1.652 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:42.911Z] #58 1.652 ++ dirname /install.sh [2022-05-04T09:03:42.911Z] #58 1.652 + dir=/ [2022-05-04T09:03:42.911Z] #58 1.652 + bin=runc [2022-05-04T09:03:42.911Z] #58 1.652 + shift [2022-05-04T09:03:42.911Z] #58 1.652 + '[' '!' -f //runc.installer ']' [2022-05-04T09:03:42.911Z] #58 1.652 + . //runc.installer [2022-05-04T09:03:42.911Z] #58 1.652 ++ set -e [2022-05-04T09:03:42.911Z] #58 1.652 ++ : v1.1.1 [2022-05-04T09:03:42.911Z] #58 1.652 + install_runc [2022-05-04T09:03:42.911Z] #58 1.652 + RUNC_BUILDTAGS=seccomp [2022-05-04T09:03:42.911Z] #58 1.652 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-04T09:03:42.911Z] #58 1.652 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.thKwNb49wg/src/github.com/opencontainers/runc [2022-05-04T09:03:42.911Z] #58 1.653 Cloning into '/tmp/tmp.thKwNb49wg/src/github.com/opencontainers/runc'... [2022-05-04T09:03:42.911Z] #58 ... [2022-05-04T09:03:42.911Z] [2022-05-04T09:03:42.911Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:03:42.911Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-05-04T09:03:42.911Z] #15 DONE 2.2s [2022-05-04T09:03:43.012Z] #19 212.8 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-05-04T09:03:43.012Z] #19 212.8 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:43.012Z] #19 212.8 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:43.012Z] #19 212.9 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-05-04T09:03:43.012Z] #19 212.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-05-04T09:03:43.012Z] #19 212.9 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-04T09:03:43.012Z] #19 213.1 Selecting previously unselected package libc6-dev-s390x-cross. [2022-05-04T09:03:43.012Z] #19 213.1 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-05-04T09:03:43.012Z] #19 213.1 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-04T09:03:43.012Z] #19 213.3 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-05-04T09:03:43.012Z] #19 213.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-04T09:03:43.012Z] #19 213.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:43.012Z] #19 213.6 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-05-04T09:03:43.012Z] #19 213.6 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-04T09:03:43.012Z] #19 213.6 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:43.171Z] [2022-05-04T09:03:43.171Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-04T09:03:43.171Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-05-04T09:03:43.173Z] #23 8.726 Collecting yamllint==1.26.1 [2022-05-04T09:03:43.173Z] #23 9.780 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-04T09:03:43.487Z] #21 1.094 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:03:43.488Z] #21 1.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:03:43.488Z] #21 1.133 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:03:43.488Z] #21 1.614 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:03:43.745Z] #23 10.85 Collecting pathspec>=0.5.3 [2022-05-04T09:03:43.745Z] #23 10.85 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-04T09:03:43.806Z] Client: [2022-05-04T09:03:43.806Z] Context: default [2022-05-04T09:03:43.806Z] Debug Mode: false [2022-05-04T09:03:43.806Z] Plugins: [2022-05-04T09:03:43.806Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-04T09:03:43.806Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-04T09:03:43.806Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-04T09:03:43.806Z] [2022-05-04T09:03:43.806Z] Server: [2022-05-04T09:03:43.806Z] Containers: 0 [2022-05-04T09:03:43.806Z] Running: 0 [2022-05-04T09:03:43.806Z] Paused: 0 [2022-05-04T09:03:43.806Z] Stopped: 0 [2022-05-04T09:03:43.806Z] Images: 0 [2022-05-04T09:03:43.806Z] Server Version: 20.10.9 [2022-05-04T09:03:43.806Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-04T09:03:43.806Z] Windows: [2022-05-04T09:03:43.806Z] LCOW: [2022-05-04T09:03:43.806Z] Logging Driver: json-file [2022-05-04T09:03:43.806Z] Plugins: [2022-05-04T09:03:43.806Z] Volume: local [2022-05-04T09:03:43.806Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:03:43.806Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:03:43.806Z] Swarm: inactive [2022-05-04T09:03:43.806Z] Default Isolation: process [2022-05-04T09:03:43.806Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-04T09:03:43.806Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-04T09:03:43.806Z] OSType: windows [2022-05-04T09:03:43.806Z] Architecture: x86_64 [2022-05-04T09:03:43.806Z] CPUs: 4 [2022-05-04T09:03:43.806Z] Total Memory: 32GiB [2022-05-04T09:03:43.806Z] Name: azwin-2-04b450 [2022-05-04T09:03:43.806Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-04T09:03:43.806Z] Docker Root Dir: D:\docker [2022-05-04T09:03:43.806Z] Debug Mode: false [2022-05-04T09:03:43.806Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:03:43.806Z] Labels: [2022-05-04T09:03:43.806Z] Experimental: true [2022-05-04T09:03:43.806Z] Insecure Registries: [2022-05-04T09:03:43.806Z] 10.0.0.4:5000 [2022-05-04T09:03:43.806Z] 127.0.0.0/8 [2022-05-04T09:03:43.806Z] Registry Mirrors: [2022-05-04T09:03:43.806Z] http://10.0.0.4:5000/ [2022-05-04T09:03:43.806Z] Live Restore Enabled: false [2022-05-04T09:03:43.806Z] Product License: Community Engine [2022-05-04T09:03:43.806Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-04T09:03:44.321Z] #23 11.12 Collecting pyyaml [2022-05-04T09:03:44.321Z] #23 11.14 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-05-04T09:03:44.321Z] #23 11.20 Building wheels for collected packages: yamllint [2022-05-04T09:03:44.321Z] #23 11.21 Building wheel for yamllint (setup.py): started [2022-05-04T09:03:44.423Z] #21 2.366 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:03:44.551Z] #16 DONE 1.6s [2022-05-04T09:03:44.551Z] [2022-05-04T09:03:44.551Z] #45 [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-05-04T09:03:44.551Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:03:44.811Z] #45 ... [2022-05-04T09:03:44.812Z] [2022-05-04T09:03:44.812Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-04T09:03:44.812Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-05-04T09:03:45.267Z] #23 12.13 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-04T09:03:45.267Z] #23 12.14 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5188d5d2071fd9e6d3ca4da10de9ff6e8ed12915b00149d7002091654273ab87 [2022-05-04T09:03:45.267Z] #23 12.14 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-04T09:03:45.267Z] #23 12.16 Successfully built yamllint [2022-05-04T09:03:45.267Z] #23 12.18 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-04T09:03:45.399Z] #21 3.473 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:03:45.529Z] #23 12.54 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-04T09:03:45.751Z] #17 1.037 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-04T09:03:45.751Z] #17 DONE 1.2s [2022-05-04T09:03:45.751Z] [2022-05-04T09:03:45.751Z] #53 [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-05-04T09:03:45.751Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:03:46.012Z] #53 ... [2022-05-04T09:03:46.012Z] [2022-05-04T09:03:46.012Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-04T09:03:46.012Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-05-04T09:03:46.064Z] #21 31.80 Selecting previously unselected package vim. [2022-05-04T09:03:46.064Z] #21 31.81 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:03:46.064Z] #21 31.82 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:46.064Z] #21 32.29 Selecting previously unselected package xfsprogs. [2022-05-04T09:03:46.064Z] #21 32.30 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-04T09:03:46.323Z] #21 32.30 Unpacking xfsprogs (5.10.0-4) ... [2022-05-04T09:03:46.478Z] #23 DONE 13.3s [2022-05-04T09:03:46.478Z] [2022-05-04T09:03:46.478Z] #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-05-04T09:03:46.478Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:03:46.582Z] #21 32.70 Selecting previously unselected package zip. [2022-05-04T09:03:46.582Z] #21 32.72 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-04T09:03:46.582Z] #21 32.73 Unpacking zip (3.0-12) ... [2022-05-04T09:03:46.841Z] #21 32.85 Selecting previously unselected package zstd. [2022-05-04T09:03:46.841Z] #21 32.86 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-04T09:03:46.841Z] #21 32.87 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:03:46.951Z] #18 DONE 1.1s [2022-05-04T09:03:46.951Z] [2022-05-04T09:03:46.951Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-04T09:03:46.951Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-05-04T09:03:47.099Z] #21 33.20 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:03:47.228Z] #19 217.7 Selecting previously unselected package g++-s390x-linux-gnu. [2022-05-04T09:03:47.228Z] #19 217.7 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-04T09:03:47.228Z] #19 217.7 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:47.228Z] #19 217.8 Selecting previously unselected package crossbuild-essential-s390x. [2022-05-04T09:03:47.228Z] #19 217.8 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-05-04T09:03:47.228Z] #19 217.8 Unpacking crossbuild-essential-s390x (12.9) ... [2022-05-04T09:03:47.228Z] #19 217.8 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-05-04T09:03:47.228Z] #19 217.8 Setting up libfile-which-perl (1.23-1) ... [2022-05-04T09:03:47.228Z] #19 217.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libmagic-mgc (1:5.39-3) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-05-04T09:03:47.228Z] #19 217.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up file (1:5.39-3) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up bzip2 (1.0.8-4) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up libyaml-perl (1.30-1) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-05-04T09:03:47.228Z] #19 218.0 Setting up libio-string-perl (1.08-3.1) ... [2022-05-04T09:03:47.228Z] #19 218.1 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-04T09:03:47.228Z] #19 218.1 Setting up cross-config (2.6.18+nmu1) ... [2022-05-04T09:03:47.228Z] #19 218.2 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:03:47.489Z] #19 218.2 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-04T09:03:47.489Z] #19 218.2 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-05-04T09:03:47.489Z] #19 218.2 Setting up patch (2.7.6-7) ... [2022-05-04T09:03:47.489Z] #19 218.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-04T09:03:47.489Z] #19 218.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:47.489Z] #19 218.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-04T09:03:47.489Z] #19 218.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-04T09:03:47.489Z] #19 218.4 Setting up libfile-homedir-perl (1.006-1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:47.490Z] #19 218.4 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.5 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.5 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.5 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-04T09:03:47.490Z] #19 218.5 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.665Z] #21 33.87 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:03:47.665Z] #21 33.88 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:03:47.665Z] #21 33.89 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:03:47.665Z] #21 33.91 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:03:47.665Z] #21 33.93 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:03:47.665Z] #21 33.96 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-04T09:03:47.751Z] #19 218.5 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.5 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.5 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.5 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.5 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.6 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.7 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-04T09:03:47.751Z] #19 218.7 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.7 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.7 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:47.751Z] #19 218.7 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-05-04T09:03:47.893Z] #19 DONE 0.9s [2022-05-04T09:03:47.893Z] [2022-05-04T09:03:47.893Z] #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-05-04T09:03:47.893Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:47.893Z] #34 ... [2022-05-04T09:03:47.893Z] [2022-05-04T09:03:47.893Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-05-04T09:03:47.893Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-05-04T09:03:47.924Z] #21 33.98 Setting up uidmap (1:4.8.1-1) ... [2022-05-04T09:03:47.924Z] #21 33.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:03:47.924Z] #21 34.00 Setting up bzip2 (1.0.8-4) ... [2022-05-04T09:03:47.924Z] #21 34.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:03:47.924Z] #21 34.02 Setting up python3-wheel (0.34.2-1) ... [2022-05-04T09:03:48.013Z] #19 218.8 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-05-04T09:03:48.013Z] #19 218.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-04T09:03:48.013Z] #19 219.0 [2022-05-04T09:03:48.013Z] #19 219.0 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-04T09:03:48.013Z] #19 219.0 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.013Z] #19 219.0 Setting up dpkg-dev (1.20.9) ... [2022-05-04T09:03:48.013Z] #19 219.0 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.0 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:03:48.275Z] #19 219.0 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.275Z] #19 219.1 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-04T09:03:48.275Z] #19 219.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-05-04T09:03:48.275Z] #19 219.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-05-04T09:03:48.490Z] #21 34.58 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:48.490Z] #21 34.59 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:03:48.490Z] #21 34.60 Setting up libcap2-bin (1:2.44-1) ... [2022-05-04T09:03:48.490Z] #21 34.61 Setting up apparmor (2.13.6-10) ... [2022-05-04T09:03:48.538Z] #19 219.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-04T09:03:48.538Z] #19 219.4 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-04T09:03:48.538Z] #19 219.5 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:48.538Z] #19 219.5 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:48.538Z] #19 219.5 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.538Z] #19 219.5 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:03:48.538Z] #19 219.5 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.538Z] #19 219.5 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.678Z] #21 6.670 Fetched 8511 kB in 6s (1458 kB/s) [2022-05-04T09:03:48.800Z] #19 219.5 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:48.800Z] #19 219.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:48.800Z] #19 219.6 Setting up libxml-simple-perl (2.25-1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.800Z] #19 219.7 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-04T09:03:48.834Z] #20 DONE 0.9s [2022-05-04T09:03:48.834Z] [2022-05-04T09:03:48.835Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:48.835Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:49.061Z] #19 219.7 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.7 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-04T09:03:49.061Z] #19 219.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 219.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 219.9 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up crossbuild-essential-armel (12.9) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up crossbuild-essential-armhf (12.9) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up crossbuild-essential-arm64 (12.9) ... [2022-05-04T09:03:49.062Z] #19 220.0 Setting up crossbuild-essential-s390x (12.9) ... [2022-05-04T09:03:49.323Z] #19 220.0 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-05-04T09:03:49.323Z] #19 220.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:49.861Z] #21 36.04 Setting up zip (3.0-12) ... [2022-05-04T09:03:49.861Z] #21 36.05 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:49.861Z] #21 36.08 Setting up bash-completion (1:2.11-2) ... [2022-05-04T09:03:50.220Z] #21 1.264 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:03:50.220Z] #21 1.303 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:03:50.220Z] #21 1.306 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:03:50.264Z] #19 DONE 221.0s [2022-05-04T09:03:50.264Z] [2022-05-04T09:03:50.264Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-04T09:03:50.264Z] #32 sha256:fd12bbcd62b9df585349ff79109a93feac6e722939639e299e20787168ab0d63 [2022-05-04T09:03:50.264Z] #32 DONE 0.2s [2022-05-04T09:03:50.264Z] [2022-05-04T09:03:50.264Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-04T09:03:50.264Z] #71 sha256:d7dc8ebe42a79a1c09b282d0858cce740934119b7db921bcb30ecbc108e62ab6 [2022-05-04T09:03:50.264Z] #71 DONE 0.2s [2022-05-04T09:03:50.264Z] [2022-05-04T09:03:50.264Z] #72 [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-05-04T09:03:50.264Z] #72 sha256:b85b748df9c39c8b4f2344e816f7613abb3d06ec53596aced7b1f27fe791b6ba [2022-05-04T09:03:50.787Z] #21 1.802 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:03:51.248Z] #21 6.670 Reading package lists... [2022-05-04T09:03:51.358Z] #21 2.513 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:03:52.191Z] #72 1.404 + RM_GOPATH=0 [2022-05-04T09:03:52.191Z] #72 1.406 + TMP_GOPATH= [2022-05-04T09:03:52.191Z] #72 1.406 + : /build [2022-05-04T09:03:52.191Z] #72 1.406 + '[' -z '' ']' [2022-05-04T09:03:52.191Z] #72 1.410 ++ mktemp -d [2022-05-04T09:03:52.191Z] #72 1.412 + export GOPATH=/tmp/tmp.DiVz9MUc8r [2022-05-04T09:03:52.191Z] #72 1.413 + GOPATH=/tmp/tmp.DiVz9MUc8r [2022-05-04T09:03:52.191Z] #72 1.413 + RM_GOPATH=1 [2022-05-04T09:03:52.191Z] #72 1.413 + case "$(go env GOARCH)" in [2022-05-04T09:03:52.191Z] #72 1.413 ++ go env GOARCH [2022-05-04T09:03:52.191Z] #72 1.418 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:52.191Z] #72 1.418 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:52.191Z] #72 1.418 ++ dirname /install.sh [2022-05-04T09:03:52.191Z] #72 1.419 + dir=/ [2022-05-04T09:03:52.191Z] #72 1.419 + bin=rootlesskit [2022-05-04T09:03:52.191Z] #72 1.419 + shift [2022-05-04T09:03:52.191Z] #72 1.419 + '[' '!' -f //rootlesskit.installer ']' [2022-05-04T09:03:52.191Z] #72 1.419 + . //rootlesskit.installer [2022-05-04T09:03:52.191Z] #72 1.419 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:03:52.191Z] #72 1.419 + install_rootlesskit [2022-05-04T09:03:52.191Z] #72 1.419 + case "$1" in [2022-05-04T09:03:52.191Z] #72 1.419 + export CGO_ENABLED=0 [2022-05-04T09:03:52.191Z] #72 1.419 + CGO_ENABLED=0 [2022-05-04T09:03:52.191Z] #72 1.419 + _install_rootlesskit [2022-05-04T09:03:52.191Z] #72 1.420 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-04T09:03:52.191Z] #72 1.420 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:03:52.191Z] #72 1.420 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:03:52.191Z] #72 1.420 + GOBIN=/build [2022-05-04T09:03:52.191Z] #72 1.420 + GO111MODULE=on [2022-05-04T09:03:52.191Z] #72 1.420 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:03:52.191Z] #72 1.812 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:03:52.297Z] #21 3.494 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:03:52.382Z] #21 38.01 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:03:52.382Z] #21 38.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-04T09:03:52.382Z] #21 38.05 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:03:52.382Z] #21 38.07 Setting up patch (2.7.6-7) ... [2022-05-04T09:03:52.382Z] #21 38.09 Setting up sudo (1.9.5p2-3) ... [2022-05-04T09:03:52.382Z] #21 38.17 invoke-rc.d: could not determine current runlevel [2022-05-04T09:03:52.382Z] #21 38.18 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:03:52.382Z] #21 38.19 Setting up xfsprogs (5.10.0-4) ... [2022-05-04T09:03:52.382Z] #21 38.20 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:03:52.382Z] #21 38.22 Setting up inetutils-ping (2:2.0-1) ... [2022-05-04T09:03:52.382Z] #21 38.23 Setting up pigz (2.6-1) ... [2022-05-04T09:03:52.382Z] #21 38.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:03:52.382Z] #21 38.25 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:03:52.382Z] #21 38.27 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:03:52.382Z] #21 38.28 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:52.947Z] #21 39.03 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:03:52.947Z] #21 39.04 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:03:53.510Z] #21 39.46 Setting up libelf1:amd64 (0.183-1) ... [2022-05-04T09:03:53.510Z] #21 39.49 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:03:53.510Z] #21 39.51 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:03:53.510Z] #21 39.52 Setting up python3-distutils (3.9.2-1) ... [2022-05-04T09:03:53.577Z] #72 3.056 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:03:53.577Z] #72 3.056 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-04T09:03:53.767Z] #21 39.87 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:03:53.767Z] #21 39.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-04T09:03:53.767Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-04T09:03:53.767Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-04T09:03:53.767Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-04T09:03:53.767Z] #21 39.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-04T09:03:53.767Z] #21 39.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-04T09:03:53.767Z] #21 39.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-04T09:03:53.767Z] #21 39.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-04T09:03:53.767Z] #21 39.94 Setting up python3-setuptools (52.0.0-4) ... [2022-05-04T09:03:53.773Z] #21 8.914 Reading package lists... [2022-05-04T09:03:53.773Z] #21 11.25 Building dependency tree... [2022-05-04T09:03:53.839Z] #72 3.428 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-04T09:03:54.702Z] #21 12.51 The following additional packages will be installed: [2022-05-04T09:03:54.702Z] #21 12.51 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:54.702Z] #21 12.51 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-04T09:03:54.702Z] #21 12.51 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-04T09:03:54.702Z] #21 12.51 python3-pkg-resources vim-runtime xxd [2022-05-04T09:03:54.702Z] #21 12.52 Suggested packages: [2022-05-04T09:03:54.702Z] #21 12.52 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-04T09:03:54.702Z] #21 12.52 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-04T09:03:54.702Z] #21 12.52 acl attr quota [2022-05-04T09:03:54.702Z] #21 12.52 Recommended packages: [2022-05-04T09:03:54.702Z] #21 12.52 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-04T09:03:54.792Z] #72 ... [2022-05-04T09:03:54.792Z] [2022-05-04T09:03:54.792Z] #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-05-04T09:03:54.792Z] #33 sha256:5cd0e43cc97d60af6312e6f44eb2d17b65dff266cd4244e2539d5263293f47ea [2022-05-04T09:03:54.792Z] #33 1.250 + RM_GOPATH=0 [2022-05-04T09:03:54.792Z] #33 1.250 + TMP_GOPATH= [2022-05-04T09:03:54.792Z] #33 1.250 + : /build [2022-05-04T09:03:54.792Z] #33 1.254 + '[' -z '' ']' [2022-05-04T09:03:54.792Z] #33 1.254 ++ mktemp -d [2022-05-04T09:03:54.792Z] #33 1.254 + export GOPATH=/tmp/tmp.Q1zX2mkife [2022-05-04T09:03:54.792Z] #33 1.254 + GOPATH=/tmp/tmp.Q1zX2mkife [2022-05-04T09:03:54.792Z] #33 1.254 + RM_GOPATH=1 [2022-05-04T09:03:54.792Z] #33 1.254 + case "$(go env GOARCH)" in [2022-05-04T09:03:54.792Z] #33 1.255 ++ go env GOARCH [2022-05-04T09:03:54.792Z] #33 1.259 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:54.792Z] #33 1.259 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:03:54.792Z] #33 1.259 ++ dirname /install.sh [2022-05-04T09:03:54.792Z] #33 1.260 + dir=/ [2022-05-04T09:03:54.792Z] #33 1.260 + bin=dockercli [2022-05-04T09:03:54.792Z] #33 1.260 + shift [2022-05-04T09:03:54.792Z] #33 1.260 + '[' '!' -f //dockercli.installer ']' [2022-05-04T09:03:54.792Z] #33 1.260 + . //dockercli.installer [2022-05-04T09:03:54.792Z] #33 1.260 ++ : stable [2022-05-04T09:03:54.792Z] #33 1.260 ++ : 17.06.2-ce [2022-05-04T09:03:54.792Z] #33 1.260 Install docker/cli version 17.06.2-ce from stable [2022-05-04T09:03:54.792Z] #33 1.261 + install_dockercli [2022-05-04T09:03:54.792Z] #33 1.261 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-04T09:03:54.792Z] #33 1.261 ++ uname -m [2022-05-04T09:03:54.792Z] #33 1.262 + arch=x86_64 [2022-05-04T09:03:54.792Z] #33 1.262 + '[' x86_64 '!=' x86_64 ']' [2022-05-04T09:03:54.792Z] #33 1.262 + url=https://download.docker.com/linux/static [2022-05-04T09:03:54.792Z] #33 1.263 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-04T09:03:54.792Z] #33 1.263 + tar -xz docker/docker [2022-05-04T09:03:54.792Z] #33 4.082 + mkdir -p /build [2022-05-04T09:03:54.792Z] #33 4.087 + mv docker/docker /build/ [2022-05-04T09:03:54.792Z] #33 4.091 + rmdir docker [2022-05-04T09:03:54.792Z] #33 DONE 4.2s [2022-05-04T09:03:54.792Z] [2022-05-04T09:03:54.792Z] #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-05-04T09:03:54.792Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:03:54.792Z] #20 1.652 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:03:54.792Z] #20 1.663 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:03:54.792Z] #20 1.669 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:03:54.792Z] #20 1.813 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:03:54.792Z] #20 2.092 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-04T09:03:54.792Z] #20 2.566 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-04T09:03:54.792Z] #20 3.073 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-04T09:03:54.792Z] #20 3.539 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-04T09:03:54.792Z] #20 3.949 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:03:54.792Z] #20 4.565 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:03:54.792Z] #20 4.582 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-04T09:03:54.792Z] #20 4.601 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-04T09:03:54.792Z] #20 4.620 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-04T09:03:54.792Z] #20 4.620 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-04T09:03:54.792Z] #20 4.637 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:03:55.053Z] #20 4.906 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:03:55.053Z] #20 4.913 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-04T09:03:55.053Z] #20 4.913 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-04T09:03:55.053Z] #20 4.913 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-04T09:03:55.053Z] #20 4.926 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:03:55.053Z] #20 4.926 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-04T09:03:55.136Z] #21 41.24 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:03:55.136Z] #21 41.26 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:03:55.136Z] #21 41.27 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:03:55.136Z] #21 41.28 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:03:55.266Z] #21 ... [2022-05-04T09:03:55.266Z] [2022-05-04T09:03:55.266Z] #58 [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-05-04T09:03:55.266Z] #58 sha256:a5ea92c90ccd0e45889f8c9ecb74a4a7ea98502e480f67653ff73f664b5e2016 [2022-05-04T09:03:55.266Z] #58 10.80 + cd /tmp/tmp.7buGfytV2c/src/github.com/opencontainers/runc [2022-05-04T09:03:55.266Z] #58 10.80 + git checkout -q v1.1.1 [2022-05-04T09:03:55.266Z] #58 11.11 + '[' -z '' ']' [2022-05-04T09:03:55.266Z] #58 11.11 + target=static [2022-05-04T09:03:55.266Z] #58 11.11 + make BUILDTAGS=seccomp static [2022-05-04T09:03:55.266Z] #58 11.61 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-05-04T09:03:55.315Z] #20 ... [2022-05-04T09:03:55.315Z] [2022-05-04T09:03:55.315Z] #72 [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-05-04T09:03:55.315Z] #72 sha256:b85b748df9c39c8b4f2344e816f7613abb3d06ec53596aced7b1f27fe791b6ba [2022-05-04T09:03:55.315Z] #72 4.919 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-04T09:03:55.831Z] #58 ... [2022-05-04T09:03:55.831Z] [2022-05-04T09:03:55.831Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:55.831Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:55.831Z] #21 13.70 The following NEW packages will be installed: [2022-05-04T09:03:55.831Z] #21 13.70 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-04T09:03:55.831Z] #21 13.70 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:03:55.831Z] #21 13.71 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-04T09:03:55.831Z] #21 13.71 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-04T09:03:55.831Z] #21 13.71 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-04T09:03:55.831Z] #21 13.71 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-04T09:03:55.831Z] #21 13.71 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-04T09:03:55.831Z] #21 13.71 xz-utils zip zstd [2022-05-04T09:03:55.888Z] #72 5.418 go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:03:55.888Z] #72 5.418 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-04T09:03:55.888Z] #72 5.475 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-04T09:03:56.088Z] #21 14.04 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:03:56.088Z] #21 14.04 Need to get 27.6 MB of archives. [2022-05-04T09:03:56.089Z] #21 14.04 After this operation, 106 MB of additional disk space will be used. [2022-05-04T09:03:56.089Z] #21 14.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-04T09:03:56.089Z] #21 14.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-04T09:03:56.089Z] #21 14.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-04T09:03:56.089Z] #21 14.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-04T09:03:56.089Z] #21 14.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-04T09:03:56.089Z] #21 14.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-04T09:03:56.089Z] #21 14.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-04T09:03:56.089Z] #21 14.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-04T09:03:56.089Z] #21 14.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:03:56.089Z] #21 14.08 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:03:56.089Z] #21 14.10 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-04T09:03:56.089Z] #21 14.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-04T09:03:56.150Z] #72 5.665 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:03:56.150Z] #72 5.804 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:03:56.347Z] #21 14.11 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-05-04T09:03:56.347Z] #21 14.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-04T09:03:56.347Z] #21 14.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-04T09:03:56.347Z] #21 14.14 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-04T09:03:56.347Z] #21 14.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-04T09:03:56.347Z] #21 14.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-04T09:03:56.347Z] #21 14.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-04T09:03:56.347Z] #21 14.15 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-04T09:03:56.347Z] #21 14.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-04T09:03:56.347Z] #21 14.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:03:56.347Z] #21 14.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:03:56.347Z] #21 14.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:03:56.347Z] #21 14.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-04T09:03:56.347Z] #21 14.18 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-04T09:03:56.347Z] #21 14.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:03:56.417Z] #72 5.979 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:03:56.417Z] #72 6.120 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-04T09:03:56.417Z] #72 6.161 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-04T09:03:56.488Z] #21 7.061 Fetched 8511 kB in 6s (1398 kB/s) [2022-05-04T09:03:56.493Z] #26 ... [2022-05-04T09:03:56.493Z] [2022-05-04T09:03:56.493Z] #45 [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-05-04T09:03:56.493Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-05-04T09:03:56.493Z] #45 168.3 + dpkg --print-architecture [2022-05-04T09:03:56.493Z] #45 DONE 169.0s [2022-05-04T09:03:56.493Z] [2022-05-04T09:03:56.493Z] #53 [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-05-04T09:03:56.493Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:03:56.598Z] #21 42.46 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:03:56.598Z] #21 42.48 Setting up jq (1.6-2.1) ... [2022-05-04T09:03:56.598Z] #21 42.49 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:03:56.598Z] #21 42.51 Setting up iptables (1.8.7-1) ... [2022-05-04T09:03:56.598Z] #21 42.52 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.55 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.56 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-04T09:03:56.598Z] #21 42.57 Setting up iproute2 (5.10.0-4) ... [2022-05-04T09:03:56.604Z] #21 14.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-04T09:03:56.604Z] #21 14.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:03:56.604Z] #21 14.53 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-05-04T09:03:56.604Z] #21 14.53 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:03:56.604Z] #21 14.53 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-04T09:03:56.604Z] #21 14.53 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-04T09:03:56.604Z] #21 14.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-04T09:03:56.604Z] #21 14.59 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-04T09:03:56.604Z] #21 14.59 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-04T09:03:56.604Z] #21 14.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:03:56.604Z] #21 14.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-04T09:03:56.604Z] #21 14.62 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-04T09:03:56.678Z] #72 6.185 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-04T09:03:56.859Z] #21 42.89 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:03:56.861Z] #21 14.62 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-04T09:03:56.861Z] #21 14.64 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-04T09:03:56.861Z] #21 14.66 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-04T09:03:56.861Z] #21 14.67 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-04T09:03:56.861Z] #21 14.68 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-04T09:03:56.861Z] #21 14.90 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-04T09:03:57.142Z] #21 14.93 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-04T09:03:57.142Z] #21 14.96 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-04T09:03:57.142Z] #21 14.97 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-04T09:03:57.340Z] #72 6.852 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:03:57.424Z] #21 DONE 43.5s [2022-05-04T09:03:57.424Z] [2022-05-04T09:03:57.424Z] #22 [dev-systemd-false 8/25] 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-05-04T09:03:57.424Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-04T09:03:57.755Z] #21 15.64 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:03:57.755Z] #21 15.77 Fetched 27.6 MB in 1s (22.2 MB/s) [2022-05-04T09:03:57.755Z] #21 15.84 Selecting previously unselected package pigz. [2022-05-04T09:03:58.046Z] #21 15.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-05-04T09:03:58.046Z] #21 15.94 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-04T09:03:58.046Z] #21 15.95 Unpacking pigz (2.6-1) ... [2022-05-04T09:03:58.046Z] #21 16.02 Selecting previously unselected package libelf1:amd64. [2022-05-04T09:03:58.046Z] #21 16.02 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-04T09:03:58.046Z] #21 16.03 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-04T09:03:58.323Z] #21 16.45 Selecting previously unselected package libbpf0:amd64. [2022-05-04T09:03:58.395Z] #21 7.061 Reading package lists... [2022-05-04T09:03:58.583Z] #21 16.45 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-04T09:03:58.583Z] #21 16.47 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:03:58.797Z] #22 1.319 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-04T09:03:58.797Z] #22 1.324 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-04T09:03:58.797Z] #22 1.327 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-04T09:03:58.797Z] #22 DONE 1.4s [2022-05-04T09:03:58.797Z] [2022-05-04T09:03:58.797Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-04T09:03:58.797Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-04T09:03:58.840Z] #21 ... [2022-05-04T09:03:58.840Z] [2022-05-04T09:03:58.840Z] #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-05-04T09:03:58.840Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:58.840Z] #34 DONE 145.4s [2022-05-04T09:03:58.840Z] [2022-05-04T09:03:58.840Z] #21 [dev-systemd-false 7/25] 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-05-04T09:03:58.840Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:03:58.840Z] #21 16.81 Selecting previously unselected package libcap2:amd64. [2022-05-04T09:03:58.840Z] #21 16.81 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-04T09:03:58.840Z] #21 16.81 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:03:58.966Z] #21 9.420 Reading package lists... [2022-05-04T09:03:58.966Z] #21 ... [2022-05-04T09:03:58.966Z] [2022-05-04T09:03:58.966Z] #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-05-04T09:03:58.966Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-05-04T09:03:58.966Z] #34 DONE 144.0s [2022-05-04T09:03:58.966Z] [2022-05-04T09:03:58.966Z] #58 [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-05-04T09:03:58.966Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:03:58.966Z] #58 11.05 + cd /tmp/tmp.thKwNb49wg/src/github.com/opencontainers/runc [2022-05-04T09:03:58.966Z] #58 11.05 + git checkout -q v1.1.1 [2022-05-04T09:03:58.966Z] #58 11.19 + '[' -z '' ']' [2022-05-04T09:03:58.966Z] #58 11.19 + target=static [2022-05-04T09:03:58.966Z] #58 11.19 + make BUILDTAGS=seccomp static [2022-05-04T09:03:58.966Z] #58 11.37 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-05-04T09:03:59.099Z] #21 16.95 Selecting previously unselected package libmnl0:amd64. [2022-05-04T09:03:59.099Z] #21 16.95 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-04T09:03:59.099Z] #21 16.98 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:03:59.099Z] #21 17.08 Selecting previously unselected package libxtables12:amd64. [2022-05-04T09:03:59.099Z] #21 17.10 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-04T09:03:59.099Z] #21 17.11 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:03:59.357Z] #21 17.23 Selecting previously unselected package libcap2-bin. [2022-05-04T09:03:59.357Z] #21 17.24 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-04T09:03:59.357Z] #21 17.27 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-04T09:03:59.357Z] #21 17.38 Selecting previously unselected package iproute2. [2022-05-04T09:03:59.357Z] #21 17.38 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-04T09:03:59.357Z] #21 17.38 Unpacking iproute2 (5.10.0-4) ... [2022-05-04T09:03:59.922Z] #21 18.04 Selecting previously unselected package xxd. [2022-05-04T09:03:59.922Z] #21 18.04 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:04:00.179Z] #21 18.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:00.179Z] #21 18.19 Selecting previously unselected package vim-common. [2022-05-04T09:04:00.436Z] #21 18.19 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:04:00.436Z] #21 18.21 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:00.436Z] #21 18.36 Selecting previously unselected package bash-completion. [2022-05-04T09:04:00.436Z] #21 18.36 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-04T09:04:00.655Z] #72 ... [2022-05-04T09:04:00.655Z] [2022-05-04T09:04:00.655Z] #67 [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-05-04T09:04:00.655Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-04T09:04:00.655Z] #67 1.779 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:04:00.655Z] #67 1.795 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:04:00.655Z] #67 1.795 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:04:00.655Z] #67 2.151 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:04:00.655Z] #67 2.453 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-04T09:04:00.655Z] #67 2.938 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-04T09:04:00.655Z] #67 3.470 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-04T09:04:00.655Z] #67 3.964 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-04T09:04:00.655Z] #67 4.302 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:04:00.655Z] #67 4.994 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:04:00.655Z] #67 4.998 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-04T09:04:00.655Z] #67 5.031 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-04T09:04:00.655Z] #67 5.031 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-04T09:04:00.655Z] #67 5.067 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-04T09:04:00.655Z] #67 5.101 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:04:00.655Z] #67 5.599 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-04T09:04:00.655Z] #67 5.608 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-04T09:04:00.655Z] #67 5.617 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-04T09:04:00.655Z] #67 5.617 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:04:00.655Z] #67 5.625 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-04T09:04:00.655Z] #67 5.625 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:04:00.655Z] #67 ... [2022-05-04T09:04:00.655Z] [2022-05-04T09:04:00.655Z] #47 [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-05-04T09:04:00.655Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-04T09:04:00.655Z] #47 1.853 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:04:00.655Z] #47 1.876 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:04:00.655Z] #47 1.877 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:04:00.655Z] #47 2.199 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:04:00.655Z] #47 2.604 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-04T09:04:00.655Z] #47 3.137 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-04T09:04:00.655Z] #47 3.574 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-04T09:04:00.655Z] #47 4.004 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:04:00.655Z] #47 4.612 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-04T09:04:00.655Z] #47 5.520 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:04:00.655Z] #47 5.520 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-04T09:04:00.655Z] #47 5.532 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:04:00.655Z] #47 5.557 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-04T09:04:00.655Z] #47 5.570 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-04T09:04:00.655Z] #47 5.599 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-04T09:04:00.655Z] #47 5.924 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:04:00.655Z] #47 5.934 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-04T09:04:00.655Z] #47 5.934 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-04T09:04:00.655Z] #47 5.934 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-04T09:04:00.655Z] #47 5.961 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:04:00.655Z] #47 5.961 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-04T09:04:00.880Z] #58 ... [2022-05-04T09:04:00.880Z] [2022-05-04T09:04:00.880Z] #21 [dev-systemd-false 7/25] 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-05-04T09:04:00.880Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-05-04T09:04:00.880Z] #21 9.420 Reading package lists... [2022-05-04T09:04:00.880Z] #21 11.79 Building dependency tree... [2022-05-04T09:04:01.821Z] #21 12.95 The following additional packages will be installed: [2022-05-04T09:04:01.821Z] #21 12.95 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:04:01.821Z] #21 12.95 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-04T09:04:01.821Z] #21 12.95 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-04T09:04:01.821Z] #21 12.95 python3-pkg-resources vim-runtime xxd [2022-05-04T09:04:01.821Z] #21 12.96 Suggested packages: [2022-05-04T09:04:01.821Z] #21 12.96 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-04T09:04:01.821Z] #21 12.96 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-04T09:04:01.821Z] #21 12.96 acl attr quota [2022-05-04T09:04:01.821Z] #21 12.96 Recommended packages: [2022-05-04T09:04:01.821Z] #21 12.96 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-04T09:04:02.335Z] #21 20.09 Unpacking bash-completion (1:2.11-2) ... [2022-05-04T09:04:02.335Z] #21 20.44 Selecting previously unselected package bzip2. [2022-05-04T09:04:02.592Z] #21 20.44 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-04T09:04:02.592Z] #21 20.45 Unpacking bzip2 (1.0.8-4) ... [2022-05-04T09:04:02.592Z] #21 20.54 Selecting previously unselected package xz-utils. [2022-05-04T09:04:02.592Z] #21 20.55 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-04T09:04:02.592Z] #21 20.56 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:04:02.762Z] #21 13.93 The following NEW packages will be installed: [2022-05-04T09:04:02.762Z] #21 13.94 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-04T09:04:02.762Z] #21 13.94 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-04T09:04:02.762Z] #21 13.94 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-04T09:04:02.762Z] #21 13.94 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-04T09:04:02.762Z] #21 13.94 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-04T09:04:02.762Z] #21 13.94 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-04T09:04:02.762Z] #21 13.94 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-04T09:04:02.762Z] #21 13.94 xz-utils zip zstd [2022-05-04T09:04:02.850Z] #21 20.70 Selecting previously unselected package apparmor. [2022-05-04T09:04:02.850Z] #21 20.70 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-04T09:04:02.850Z] #21 20.76 Unpacking apparmor (2.13.6-10) ... [2022-05-04T09:04:03.023Z] #21 14.25 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:04:03.023Z] #21 14.25 Need to get 27.6 MB of archives. [2022-05-04T09:04:03.023Z] #21 14.25 After this operation, 106 MB of additional disk space will be used. [2022-05-04T09:04:03.023Z] #21 14.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-04T09:04:03.023Z] #21 14.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-04T09:04:03.023Z] #21 14.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-04T09:04:03.023Z] #21 14.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-04T09:04:03.023Z] #21 14.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-04T09:04:03.023Z] #21 14.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-04T09:04:03.023Z] #21 14.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-04T09:04:03.023Z] #21 14.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-04T09:04:03.023Z] #21 14.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:04:03.023Z] #21 14.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:04:03.023Z] #21 14.31 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-04T09:04:03.023Z] #21 14.32 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-04T09:04:03.023Z] #21 14.33 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-05-04T09:04:03.023Z] #21 14.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-04T09:04:03.023Z] #21 14.36 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-04T09:04:03.150Z] #21 21.10 Selecting previously unselected package inetutils-ping. [2022-05-04T09:04:03.150Z] #21 21.11 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-04T09:04:03.150Z] #21 21.11 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-04T09:04:03.150Z] #21 21.22 Selecting previously unselected package libip4tc2:amd64. [2022-05-04T09:04:03.150Z] #21 21.22 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:04:03.283Z] #21 14.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-04T09:04:03.283Z] #21 14.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-04T09:04:03.283Z] #21 14.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-04T09:04:03.283Z] #21 14.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-04T09:04:03.283Z] #21 14.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-04T09:04:03.283Z] #21 14.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-04T09:04:03.283Z] #21 14.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:04:03.283Z] #21 14.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:04:03.283Z] #21 14.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:04:03.283Z] #21 14.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-04T09:04:03.283Z] #21 14.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-04T09:04:03.283Z] #21 14.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-04T09:04:03.408Z] #21 21.23 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:03.409Z] #21 21.28 Selecting previously unselected package libip6tc2:amd64. [2022-05-04T09:04:03.409Z] #21 21.28 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:04:03.409Z] #21 21.29 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:03.409Z] #21 21.35 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-04T09:04:03.409Z] #21 21.35 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-04T09:04:03.409Z] #21 21.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:04:03.409Z] #21 21.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-04T09:04:03.409Z] #21 21.41 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-04T09:04:03.409Z] #21 21.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:04:03.409Z] #21 21.49 Selecting previously unselected package libnftnl11:amd64. [2022-05-04T09:04:03.545Z] #21 14.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-04T09:04:03.545Z] #21 14.73 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:04:03.545Z] #21 14.73 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-05-04T09:04:03.545Z] #21 14.73 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:04:03.545Z] #21 14.74 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-04T09:04:03.545Z] #21 14.74 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-04T09:04:03.545Z] #21 14.75 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-04T09:04:03.545Z] #21 14.81 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-04T09:04:03.545Z] #21 14.81 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-04T09:04:03.545Z] #21 14.81 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:04:03.545Z] #21 14.83 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-04T09:04:03.545Z] #21 14.83 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-04T09:04:03.545Z] #21 14.84 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-04T09:04:03.545Z] #21 14.85 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-04T09:04:03.545Z] #21 14.88 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-04T09:04:03.545Z] #21 14.89 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-04T09:04:03.545Z] #21 14.91 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-04T09:04:03.666Z] #21 21.49 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-04T09:04:03.666Z] #21 21.50 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:04:03.666Z] #21 21.58 Selecting previously unselected package iptables. [2022-05-04T09:04:03.666Z] #21 21.58 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-04T09:04:03.666Z] #21 21.59 Unpacking iptables (1.8.7-1) ... [2022-05-04T09:04:03.922Z] #21 21.86 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:04:03.922Z] #21 21.86 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:04:03.922Z] #21 21.87 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:04:03.922Z] #21 22.00 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:04:04.115Z] #21 15.15 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-04T09:04:04.115Z] #21 15.18 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-04T09:04:04.115Z] #21 15.20 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-04T09:04:04.115Z] #21 15.21 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-04T09:04:04.179Z] #21 22.01 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:04:04.179Z] #21 22.02 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:04:04.179Z] #21 22.12 Selecting previously unselected package jq. [2022-05-04T09:04:04.179Z] #21 22.13 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:04:04.179Z] #21 22.13 Unpacking jq (1.6-2.1) ... [2022-05-04T09:04:04.179Z] #21 22.21 Selecting previously unselected package libaio1:amd64. [2022-05-04T09:04:04.179Z] #21 22.21 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-04T09:04:04.179Z] #21 22.22 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:04:04.374Z] #21 15.75 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:04:04.436Z] #21 22.26 Selecting previously unselected package libgpm2:amd64. [2022-05-04T09:04:04.436Z] #21 22.28 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-04T09:04:04.436Z] #21 22.28 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:04:04.436Z] #21 22.34 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:04:04.436Z] #21 22.36 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:04:04.436Z] #21 22.37 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:04:04.634Z] #21 15.87 Fetched 27.6 MB in 1s (21.8 MB/s) [2022-05-04T09:04:04.634Z] #21 15.93 Selecting previously unselected package pigz. [2022-05-04T09:04:04.902Z] #21 15.94 (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-05-04T09:04:04.902Z] #21 16.01 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-04T09:04:04.902Z] #21 16.02 Unpacking pigz (2.6-1) ... [2022-05-04T09:04:04.902Z] #21 16.13 Selecting previously unselected package libelf1:amd64. [2022-05-04T09:04:04.902Z] #21 16.14 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-04T09:04:04.902Z] #21 16.16 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-04T09:04:05.165Z] #21 16.32 Selecting previously unselected package libbpf0:amd64. [2022-05-04T09:04:05.165Z] #21 16.32 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-04T09:04:05.165Z] #21 16.33 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:04:05.165Z] #21 16.44 Selecting previously unselected package libcap2:amd64. [2022-05-04T09:04:05.165Z] #21 16.44 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-04T09:04:05.165Z] #21 16.45 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:04:05.165Z] #21 16.52 Selecting previously unselected package libmnl0:amd64. [2022-05-04T09:04:05.165Z] #21 16.53 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-04T09:04:05.424Z] #21 16.53 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:04:05.424Z] #21 16.61 Selecting previously unselected package libxtables12:amd64. [2022-05-04T09:04:05.424Z] #21 16.61 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-04T09:04:05.424Z] #21 16.63 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:04:05.424Z] #21 16.69 Selecting previously unselected package libcap2-bin. [2022-05-04T09:04:05.424Z] #21 16.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-04T09:04:05.424Z] #21 16.72 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-04T09:04:05.683Z] #21 16.78 Selecting previously unselected package iproute2. [2022-05-04T09:04:05.683Z] #21 16.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-04T09:04:05.683Z] #21 16.80 Unpacking iproute2 (5.10.0-4) ... [2022-05-04T09:04:06.202Z] #21 17.23 Selecting previously unselected package xxd. [2022-05-04T09:04:06.202Z] #21 17.24 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:04:06.202Z] #21 17.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:06.202Z] #21 17.37 Selecting previously unselected package vim-common. [2022-05-04T09:04:06.202Z] #21 17.37 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:04:06.202Z] #21 17.39 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:06.461Z] #21 17.54 Selecting previously unselected package bash-completion. [2022-05-04T09:04:06.461Z] #21 17.54 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-04T09:04:07.710Z] #21 25.10 Selecting previously unselected package libinih1:amd64. [2022-05-04T09:04:07.710Z] #21 25.11 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.12 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-04T09:04:07.710Z] #21 25.18 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:04:07.710Z] #21 25.18 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:04:07.710Z] #21 25.28 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:04:07.710Z] #21 25.29 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.29 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:04:07.710Z] #21 25.38 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:04:07.710Z] #21 25.39 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.40 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:04:07.710Z] #21 25.46 Selecting previously unselected package net-tools. [2022-05-04T09:04:07.710Z] #21 25.47 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.47 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:04:07.710Z] #21 25.63 Selecting previously unselected package patch. [2022-05-04T09:04:07.710Z] #21 25.66 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-04T09:04:07.710Z] #21 25.67 Unpacking patch (2.7.6-7) ... [2022-05-04T09:04:07.966Z] #21 25.78 Selecting previously unselected package python-pip-whl. [2022-05-04T09:04:07.966Z] #21 25.79 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:04:07.966Z] #21 25.80 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:04:08.370Z] #21 19.25 Unpacking bash-completion (1:2.11-2) ... [2022-05-04T09:04:08.370Z] #21 19.62 Selecting previously unselected package bzip2. [2022-05-04T09:04:08.370Z] #21 19.62 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-04T09:04:08.531Z] #21 26.31 Selecting previously unselected package python3-lib2to3. [2022-05-04T09:04:08.531Z] #21 26.31 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-04T09:04:08.531Z] #21 26.32 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:04:08.531Z] #21 26.42 Selecting previously unselected package python3-distutils. [2022-05-04T09:04:08.531Z] #21 26.43 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-04T09:04:08.531Z] #21 26.44 Unpacking python3-distutils (3.9.2-1) ... [2022-05-04T09:04:08.531Z] #21 26.55 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:04:08.531Z] #21 26.57 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:04:08.531Z] #21 26.57 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:04:08.630Z] #21 19.62 Unpacking bzip2 (1.0.8-4) ... [2022-05-04T09:04:08.630Z] #21 19.70 Selecting previously unselected package xz-utils. [2022-05-04T09:04:08.630Z] #21 19.70 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-04T09:04:08.630Z] #21 19.71 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:04:08.630Z] #21 19.90 Selecting previously unselected package apparmor. [2022-05-04T09:04:08.771Z] #23 9.865 Collecting yamllint==1.26.1 [2022-05-04T09:04:08.789Z] #21 26.71 Selecting previously unselected package python3-setuptools. [2022-05-04T09:04:08.789Z] #21 26.71 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-04T09:04:08.789Z] #21 26.72 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-04T09:04:08.891Z] #21 19.91 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-04T09:04:08.891Z] #21 19.98 Unpacking apparmor (2.13.6-10) ... [2022-05-04T09:04:09.046Z] #21 26.94 Selecting previously unselected package python3-wheel. [2022-05-04T09:04:09.046Z] #21 26.95 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-04T09:04:09.046Z] #21 26.95 Unpacking python3-wheel (0.34.2-1) ... [2022-05-04T09:04:09.046Z] #21 27.01 Selecting previously unselected package python3-pip. [2022-05-04T09:04:09.046Z] #21 27.02 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:04:09.046Z] #21 27.02 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:04:09.151Z] #21 20.34 Selecting previously unselected package inetutils-ping. [2022-05-04T09:04:09.151Z] #21 20.34 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-04T09:04:09.151Z] #21 20.35 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-04T09:04:09.151Z] #21 20.46 Selecting previously unselected package libip4tc2:amd64. [2022-05-04T09:04:09.304Z] #21 27.31 Selecting previously unselected package sudo. [2022-05-04T09:04:09.304Z] #21 27.32 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-04T09:04:09.304Z] #21 27.32 Unpacking sudo (1.9.5p2-3) ... [2022-05-04T09:04:09.410Z] #21 20.47 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:04:09.410Z] #21 20.49 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:09.410Z] #21 20.55 Selecting previously unselected package libip6tc2:amd64. [2022-05-04T09:04:09.410Z] #21 20.55 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:04:09.410Z] #21 20.56 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:09.410Z] #21 20.62 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-04T09:04:09.410Z] #21 20.62 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-04T09:04:09.410Z] #21 20.63 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:04:09.410Z] #21 20.70 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-04T09:04:09.410Z] #21 20.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-04T09:04:09.410Z] #21 20.71 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:04:09.670Z] #21 20.78 Selecting previously unselected package libnftnl11:amd64. [2022-05-04T09:04:09.670Z] #21 20.79 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-04T09:04:09.670Z] #21 20.80 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:04:09.670Z] #21 20.88 Selecting previously unselected package iptables. [2022-05-04T09:04:09.670Z] #21 20.88 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-04T09:04:09.670Z] #21 20.89 Unpacking iptables (1.8.7-1) ... [2022-05-04T09:04:09.704Z] #23 10.91 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-04T09:04:09.867Z] #21 27.80 Selecting previously unselected package thin-provisioning-tools. [2022-05-04T09:04:09.867Z] #21 27.81 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-04T09:04:09.867Z] #21 27.81 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:04:10.126Z] #21 27.99 Selecting previously unselected package uidmap. [2022-05-04T09:04:10.126Z] #21 28.00 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-04T09:04:10.126Z] #21 28.00 Unpacking uidmap (1:4.8.1-1) ... [2022-05-04T09:04:10.126Z] #21 28.17 Selecting previously unselected package vim-runtime. [2022-05-04T09:04:10.126Z] #21 28.17 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:04:10.126Z] #21 28.19 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-04T09:04:10.242Z] #21 21.20 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:04:10.242Z] #21 21.20 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:04:10.242Z] #21 21.21 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:04:10.242Z] #21 21.34 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:04:10.242Z] #21 21.36 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:04:10.242Z] #21 21.36 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:04:10.242Z] #21 21.49 Selecting previously unselected package jq. [2022-05-04T09:04:10.242Z] #21 21.49 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:04:10.242Z] #21 21.52 Unpacking jq (1.6-2.1) ... [2022-05-04T09:04:10.384Z] #21 28.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-04T09:04:10.384Z] #21 28.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:10.502Z] #21 21.59 Selecting previously unselected package libaio1:amd64. [2022-05-04T09:04:10.502Z] #21 21.60 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-04T09:04:10.502Z] #21 21.60 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:04:10.503Z] #21 21.66 Selecting previously unselected package libgpm2:amd64. [2022-05-04T09:04:10.503Z] #21 21.67 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-04T09:04:10.503Z] #21 21.67 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:04:10.638Z] #23 12.01 Collecting pathspec>=0.5.3 [2022-05-04T09:04:10.638Z] #23 12.05 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-04T09:04:10.763Z] #21 21.75 Selecting previously unselected package libicu67:amd64. [2022-05-04T09:04:10.763Z] #21 21.77 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-04T09:04:10.763Z] #21 21.77 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-04T09:04:11.205Z] #23 12.50 Collecting pyyaml [2022-05-04T09:04:11.205Z] #23 12.52 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-05-04T09:04:11.205Z] #23 12.61 Building wheels for collected packages: yamllint [2022-05-04T09:04:11.463Z] #23 12.61 Building wheel for yamllint (setup.py): started [2022-05-04T09:04:12.397Z] #23 13.70 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-04T09:04:12.397Z] #23 13.70 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d925645c8944d41940158d7eed920797abe5c705e8fc144a05ab44aea0add02b [2022-05-04T09:04:12.397Z] #23 13.71 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-04T09:04:12.397Z] #23 13.72 Successfully built yamllint [2022-05-04T09:04:12.397Z] #23 13.75 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-04T09:04:12.898Z] #47 ... [2022-05-04T09:04:12.898Z] [2022-05-04T09:04:12.898Z] #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-05-04T09:04:12.898Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:12.898Z] #20 21.69 Fetched 48.9 MB in 20s (2409 kB/s) [2022-05-04T09:04:12.964Z] #23 14.22 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-04T09:04:13.207Z] #21 31.04 Selecting previously unselected package vim. [2022-05-04T09:04:13.207Z] #21 31.04 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:04:13.207Z] #21 31.05 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:13.304Z] #21 24.56 Selecting previously unselected package libinih1:amd64. [2022-05-04T09:04:13.543Z] #23 DONE 14.8s [2022-05-04T09:04:13.543Z] [2022-05-04T09:04:13.543Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-04T09:04:13.543Z] #27 sha256:342c5f078fb8200a57f15bbe2d6a99a5f71070d4fe2d1a28ee7650567c2d4dbd [2022-05-04T09:04:13.565Z] #21 24.57 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-04T09:04:13.565Z] #21 24.57 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-04T09:04:13.565Z] #21 24.63 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:04:13.565Z] #21 24.65 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:04:13.565Z] #21 24.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:04:13.565Z] #21 24.78 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:04:13.565Z] #21 24.78 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:04:13.565Z] #21 24.78 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:04:13.771Z] #21 31.52 Selecting previously unselected package xfsprogs. [2022-05-04T09:04:13.771Z] #21 31.54 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-04T09:04:13.771Z] #21 31.55 Unpacking xfsprogs (5.10.0-4) ... [2022-05-04T09:04:13.802Z] #27 DONE 0.4s [2022-05-04T09:04:13.802Z] [2022-05-04T09:04:13.802Z] #58 [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-05-04T09:04:13.802Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:04:13.826Z] #21 24.86 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:04:13.826Z] #21 24.87 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:04:13.826Z] #21 24.87 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:04:13.826Z] #21 24.93 Selecting previously unselected package net-tools. [2022-05-04T09:04:13.826Z] #21 24.94 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-04T09:04:13.826Z] #21 24.94 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:04:13.826Z] #21 25.10 Selecting previously unselected package patch. [2022-05-04T09:04:13.826Z] #21 25.10 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-04T09:04:13.826Z] #21 25.11 Unpacking patch (2.7.6-7) ... [2022-05-04T09:04:14.028Z] #21 31.94 Selecting previously unselected package zip. [2022-05-04T09:04:14.028Z] #21 31.96 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-04T09:04:14.028Z] #21 31.97 Unpacking zip (3.0-12) ... [2022-05-04T09:04:14.062Z] #58 ... [2022-05-04T09:04:14.062Z] [2022-05-04T09:04:14.062Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-04T09:04:14.062Z] #32 sha256:a68526b6db86faa15f0ddb25fcca1a71fe7ba5e7ec4ca20876390d184c265bb3 [2022-05-04T09:04:14.087Z] #21 25.23 Selecting previously unselected package python-pip-whl. [2022-05-04T09:04:14.087Z] #21 25.23 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:04:14.087Z] #21 25.24 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:04:14.295Z] #21 32.11 Selecting previously unselected package zstd. [2022-05-04T09:04:14.295Z] #21 32.13 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-04T09:04:14.295Z] #21 32.14 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:04:14.553Z] #21 32.55 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:04:14.634Z] #32 DONE 0.6s [2022-05-04T09:04:14.634Z] [2022-05-04T09:04:14.634Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-04T09:04:14.634Z] #35 sha256:1348dc0b80c7a04891fb7a31bb65ac68f78684039998ff0b2a2e8bc1173d9c32 [2022-05-04T09:04:14.657Z] #21 25.76 Selecting previously unselected package python3-lib2to3. [2022-05-04T09:04:14.657Z] #21 25.77 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-04T09:04:14.657Z] #21 25.77 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:04:14.657Z] #21 25.90 Selecting previously unselected package python3-distutils. [2022-05-04T09:04:14.657Z] #21 25.91 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-04T09:04:14.658Z] #21 25.92 Unpacking python3-distutils (3.9.2-1) ... [2022-05-04T09:04:14.732Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-04T09:04:14.732Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e57c839e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-04T09:04:14.732Z] ---------------------------------------------------------------------------- [2022-05-04T09:04:14.732Z] [2022-05-04T09:04:14.732Z] INFO: executeCI.ps1 starting at Wed May 4 09:04:12 CUT 2022 [2022-05-04T09:04:14.732Z] [2022-05-04T09:04:14.732Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-04T09:04:14.732Z] INFO: Running git version 2.24.1.windows.2 [2022-05-04T09:04:14.732Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-05-04T09:04:14.732Z] INFO: Environment variables: [2022-05-04T09:04:14.732Z] [2022-05-04T09:04:14.732Z] Name Value [2022-05-04T09:04:14.732Z] ---- ----- [2022-05-04T09:04:14.732Z] ALLUSERSPROFILE C:\ProgramData [2022-05-04T09:04:14.732Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-04T09:04:14.732Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-04T09:04:14.732Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-04T09:04:14.732Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-04T09:04:14.732Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-04T09:04:14.732Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-04T09:04:14.732Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-04T09:04:14.732Z] BRANCH_NAME PR-43559 [2022-05-04T09:04:14.732Z] BUILD_DISPLAY_NAME #1 [2022-05-04T09:04:14.732Z] BUILD_ID 1 [2022-05-04T09:04:14.732Z] BUILD_NUMBER 1 [2022-05-04T09:04:14.732Z] BUILD_TAG jenkins-moby-PR-43559-1 [2022-05-04T09:04:14.732Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/ [2022-05-04T09:04:14.732Z] CHANGE_AUTHOR thaJeztah [2022-05-04T09:04:14.732Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-04T09:04:14.732Z] CHANGE_BRANCH bump_containerd_1.6.4 [2022-05-04T09:04:14.732Z] CHANGE_FORK thaJeztah/docker [2022-05-04T09:04:14.732Z] CHANGE_ID 43559 [2022-05-04T09:04:14.732Z] CHANGE_TARGET master [2022-05-04T09:04:14.732Z] CHANGE_TITLE vendor: github.com/containerd/containerd v1.6.4 [2022-05-04T09:04:14.732Z] CHANGE_URL https://github.com/moby/moby/pull/43559 [2022-05-04T09:04:14.732Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:04:14.732Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-04T09:04:14.732Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-04T09:04:14.732Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-04T09:04:14.732Z] COMPUTERNAME azwin-2-04b450 [2022-05-04T09:04:14.732Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-04T09:04:14.732Z] ConfigSequenceNumber 0 [2022-05-04T09:04:14.732Z] DOCKER_BUILDKIT 0 [2022-05-04T09:04:14.732Z] DOCKER_DUT_DEBUG 1 [2022-05-04T09:04:14.732Z] DOCKER_EXPERIMENTAL 1 [2022-05-04T09:04:14.732Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-04T09:04:14.732Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-04T09:04:14.732Z] EXECUTOR_NUMBER 0 [2022-05-04T09:04:14.732Z] FQDN azwin-2-04b450.westus.cloudapp.azure.com [2022-05-04T09:04:14.732Z] GIT_BRANCH PR-43559 [2022-05-04T09:04:14.732Z] GIT_COMMIT a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:04:14.732Z] GIT_URL https://github.com/moby/moby.git [2022-05-04T09:04:14.732Z] HUDSON_COOKIE ec945a4a-7b55-41b3-8623-4acd59bba178 [2022-05-04T09:04:14.732Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:04:14.732Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-04T09:04:14.732Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-04T09:04:14.732Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-04T09:04:14.732Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:04:14.732Z] JENKINS_NODE_COOKIE 5484280e-17a3-4678-86e8-9bd9a886e98f [2022-05-04T09:04:14.732Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-04T09:04:14.732Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-04T09:04:14.732Z] JOB_BASE_NAME PR-43559 [2022-05-04T09:04:14.732Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/display/redirect [2022-05-04T09:04:14.732Z] JOB_NAME moby/PR-43559 [2022-05-04T09:04:14.732Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/ [2022-05-04T09:04:14.732Z] library.jps.version master [2022-05-04T09:04:14.732Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-04T09:04:14.732Z] NODE_LABELS amd64 azure azwin-2-04b450 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-05-04T09:04:14.732Z] NODE_NAME azwin-2-04b450 [2022-05-04T09:04:14.732Z] NUMBER_OF_PROCESSORS 4 [2022-05-04T09:04:14.732Z] OS Windows_NT [2022-05-04T09:04:14.732Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-04T09:04:14.732Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-04T09:04:14.733Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-04T09:04:14.733Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-04T09:04:14.733Z] PROCESSOR_LEVEL 6 [2022-05-04T09:04:14.733Z] PROCESSOR_REVISION 4f01 [2022-05-04T09:04:14.733Z] ProgramData C:\ProgramData [2022-05-04T09:04:14.733Z] ProgramFiles C:\Program Files [2022-05-04T09:04:14.733Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-04T09:04:14.733Z] ProgramW6432 C:\Program Files [2022-05-04T09:04:14.733Z] PROMPT $P$G [2022-05-04T09:04:14.733Z] PSExecutionPolicyPreference Bypass [2022-05-04T09:04:14.733Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-04T09:04:14.733Z] PUBLIC C:\Users\Public [2022-05-04T09:04:14.733Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=artif... [2022-05-04T09:04:14.733Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=changes [2022-05-04T09:04:14.733Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect [2022-05-04T09:04:14.733Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=tests [2022-05-04T09:04:14.733Z] SKIP_VALIDATION_TESTS 1 [2022-05-04T09:04:14.733Z] SOURCES_DRIVE d [2022-05-04T09:04:14.733Z] SOURCES_SUBDIR gopath [2022-05-04T09:04:14.733Z] STAGE_NAME Run tests [2022-05-04T09:04:14.733Z] SystemDrive C: [2022-05-04T09:04:14.733Z] SystemRoot C:\Windows [2022-05-04T09:04:14.733Z] TEMP C:\Windows\TEMP [2022-05-04T09:04:14.733Z] TESTDEBUG 0 [2022-05-04T09:04:14.733Z] TESTRUN_DRIVE d [2022-05-04T09:04:14.733Z] TESTRUN_SUBDIR CI [2022-05-04T09:04:14.733Z] TIMEOUT 120m [2022-05-04T09:04:14.733Z] TMP C:\Windows\TEMP [2022-05-04T09:04:14.733Z] USERDOMAIN WORKGROUP [2022-05-04T09:04:14.733Z] USERNAME azwin-2-04b450$ [2022-05-04T09:04:14.733Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-04T09:04:14.733Z] windir C:\Windows [2022-05-04T09:04:14.733Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-04T09:04:14.733Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-05-04T09:04:14.733Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-04T09:04:14.733Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-04T09:04:14.733Z] [2022-05-04T09:04:14.733Z] [2022-05-04T09:04:14.733Z] [2022-05-04T09:04:14.893Z] #35 DONE 0.3s [2022-05-04T09:04:14.893Z] [2022-05-04T09:04:14.893Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-04T09:04:14.893Z] #37 sha256:786f30d2c9084a0050d7e160b8d35720c4666c0db021e5da8ba44e73dfa6fb63 [2022-05-04T09:04:14.893Z] #37 DONE 0.1s [2022-05-04T09:04:14.893Z] [2022-05-04T09:04:14.893Z] #58 [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-05-04T09:04:14.893Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:04:14.917Z] #21 26.04 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:04:14.917Z] #21 26.05 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:04:14.917Z] #21 26.05 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:04:14.917Z] #21 26.16 Selecting previously unselected package python3-setuptools. [2022-05-04T09:04:14.917Z] #21 26.17 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-04T09:04:14.917Z] #21 26.17 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-04T09:04:15.153Z] #58 ... [2022-05-04T09:04:15.153Z] [2022-05-04T09:04:15.153Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-04T09:04:15.153Z] #39 sha256:6579a39262691398852ba8311e159f7af9b59a5dd0ab5750384bb328fa290046 [2022-05-04T09:04:15.153Z] #39 DONE 0.1s [2022-05-04T09:04:15.153Z] [2022-05-04T09:04:15.153Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-04T09:04:15.153Z] #43 sha256:254051c8216f3c0f879763cd40054c0f63ce6956eda6e7f722843eba5dd410c3 [2022-05-04T09:04:15.153Z] #43 DONE 0.1s [2022-05-04T09:04:15.153Z] [2022-05-04T09:04:15.153Z] #62 [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-05-04T09:04:15.153Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:04:15.159Z] #21 33.27 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:15.416Z] #21 33.28 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:04:15.416Z] #21 33.29 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:04:15.416Z] #21 33.30 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:04:15.416Z] #21 33.31 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:15.416Z] #21 33.32 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-04T09:04:15.416Z] #21 33.34 Setting up uidmap (1:4.8.1-1) ... [2022-05-04T09:04:15.416Z] #21 33.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:04:15.416Z] #21 33.36 Setting up bzip2 (1.0.8-4) ... [2022-05-04T09:04:15.416Z] #21 33.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:04:15.416Z] #21 33.40 Setting up python3-wheel (0.34.2-1) ... [2022-05-04T09:04:15.485Z] #21 26.43 Selecting previously unselected package python3-wheel. [2022-05-04T09:04:15.485Z] #21 26.44 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-04T09:04:15.485Z] #21 26.44 Unpacking python3-wheel (0.34.2-1) ... [2022-05-04T09:04:15.485Z] #21 26.51 Selecting previously unselected package python3-pip. [2022-05-04T09:04:15.485Z] #21 26.52 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:04:15.485Z] #21 26.52 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:04:15.745Z] #21 26.74 Selecting previously unselected package sudo. [2022-05-04T09:04:15.745Z] #21 26.75 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-04T09:04:15.745Z] #21 26.76 Unpacking sudo (1.9.5p2-3) ... [2022-05-04T09:04:15.979Z] #21 33.98 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:15.979Z] #21 33.99 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:04:15.979Z] #21 34.00 Setting up libcap2-bin (1:2.44-1) ... [2022-05-04T09:04:15.979Z] #21 34.01 Setting up apparmor (2.13.6-10) ... [2022-05-04T09:04:16.004Z] #21 27.29 Selecting previously unselected package thin-provisioning-tools. [2022-05-04T09:04:16.263Z] #21 27.29 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-04T09:04:16.263Z] #21 27.30 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:04:16.263Z] #21 27.53 Selecting previously unselected package uidmap. [2022-05-04T09:04:16.263Z] #21 27.53 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-04T09:04:16.263Z] #21 27.53 Unpacking uidmap (1:4.8.1-1) ... [2022-05-04T09:04:16.304Z] INFO: Sources under d:\gopath\... [2022-05-04T09:04:16.304Z] INFO: Test run under d:\CI\... [2022-05-04T09:04:16.304Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-04T09:04:16.304Z] INFO: docker/docker repository was found [2022-05-04T09:04:16.304Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-05-04T09:04:16.304Z] ltsc2019: Pulling from windows/servercore [2022-05-04T09:04:16.523Z] #21 27.64 Selecting previously unselected package vim-runtime. [2022-05-04T09:04:16.523Z] #21 27.64 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:04:16.523Z] #21 27.67 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-04T09:04:16.523Z] #21 27.71 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-04T09:04:16.523Z] #21 27.73 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:16.794Z] 4612f6d0b889: Pulling fs layer [2022-05-04T09:04:16.794Z] ba8181afd426: Pulling fs layer [2022-05-04T09:04:17.347Z] #21 35.39 Setting up zip (3.0-12) ... [2022-05-04T09:04:17.347Z] #21 35.40 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:17.347Z] #21 35.43 Setting up bash-completion (1:2.11-2) ... [2022-05-04T09:04:19.486Z] #20 21.69 Reading package lists... [2022-05-04T09:04:19.486Z] #20 ... [2022-05-04T09:04:19.486Z] [2022-05-04T09:04:19.486Z] #47 [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-05-04T09:04:19.486Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-04T09:04:19.486Z] #47 22.09 Fetched 48.9 MB in 20s (2390 kB/s) [2022-05-04T09:04:19.816Z] #21 30.64 Selecting previously unselected package vim. [2022-05-04T09:04:19.816Z] #21 30.65 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:04:19.816Z] #21 30.66 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:19.875Z] #21 37.30 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:04:19.875Z] #21 37.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-04T09:04:19.875Z] #21 37.33 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:04:19.875Z] #21 37.35 Setting up patch (2.7.6-7) ... [2022-05-04T09:04:19.875Z] #21 37.36 Setting up sudo (1.9.5p2-3) ... [2022-05-04T09:04:19.875Z] #21 37.43 invoke-rc.d: could not determine current runlevel [2022-05-04T09:04:19.875Z] #21 37.44 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:04:19.875Z] #21 37.45 Setting up xfsprogs (5.10.0-4) ... [2022-05-04T09:04:19.875Z] #21 37.47 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:04:19.875Z] #21 37.49 Setting up inetutils-ping (2:2.0-1) ... [2022-05-04T09:04:19.875Z] #21 37.50 Setting up pigz (2.6-1) ... [2022-05-04T09:04:19.875Z] #21 37.51 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:04:19.875Z] #21 37.52 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:04:19.875Z] #21 37.54 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:04:19.875Z] #21 37.56 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:20.076Z] #21 31.16 Selecting previously unselected package xfsprogs. [2022-05-04T09:04:20.076Z] #21 31.16 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-04T09:04:20.076Z] #21 31.18 Unpacking xfsprogs (5.10.0-4) ... [2022-05-04T09:04:20.389Z] #21 38.28 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:04:20.389Z] #21 38.30 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:04:20.647Z] #21 31.59 Selecting previously unselected package zip. [2022-05-04T09:04:20.647Z] #21 31.61 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-04T09:04:20.647Z] #21 31.62 Unpacking zip (3.0-12) ... [2022-05-04T09:04:20.647Z] #21 31.73 Selecting previously unselected package zstd. [2022-05-04T09:04:20.647Z] #21 31.74 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-04T09:04:20.647Z] #21 31.74 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:04:20.877Z] #47 22.09 Reading package lists... [2022-05-04T09:04:20.877Z] #47 ... [2022-05-04T09:04:20.877Z] [2022-05-04T09:04:20.877Z] #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-05-04T09:04:20.877Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:20.877Z] #20 21.69 Reading package lists... [2022-05-04T09:04:20.908Z] #21 32.09 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:04:20.908Z] #21 38.68 Setting up libelf1:amd64 (0.183-1) ... [2022-05-04T09:04:20.908Z] #21 38.71 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:04:20.908Z] #21 38.73 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:04:20.908Z] #21 38.74 Setting up python3-distutils (3.9.2-1) ... [2022-05-04T09:04:21.166Z] #21 39.05 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:21.166Z] #21 39.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-04T09:04:21.166Z] #21 39.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-04T09:04:21.166Z] #21 39.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-04T09:04:21.166Z] #21 39.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-04T09:04:21.166Z] #21 39.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-04T09:04:21.166Z] #21 39.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-04T09:04:21.166Z] #21 39.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-04T09:04:21.166Z] #21 39.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-04T09:04:21.166Z] #21 39.12 Setting up python3-setuptools (52.0.0-4) ... [2022-05-04T09:04:21.848Z] #21 33.01 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:21.848Z] #21 33.02 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:04:21.848Z] #21 33.03 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:04:21.848Z] #21 33.05 Setting up libicu67:amd64 (67.1-7) ... [2022-05-04T09:04:21.848Z] #21 33.06 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:04:21.848Z] #21 33.07 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-04T09:04:21.848Z] #21 33.08 Setting up uidmap (1:4.8.1-1) ... [2022-05-04T09:04:21.848Z] #21 33.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:04:21.848Z] #21 33.11 Setting up bzip2 (1.0.8-4) ... [2022-05-04T09:04:21.848Z] #21 33.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:04:22.109Z] #21 33.13 Setting up python3-wheel (0.34.2-1) ... [2022-05-04T09:04:22.270Z] #20 30.59 Reading package lists... [2022-05-04T09:04:22.270Z] #20 ... [2022-05-04T09:04:22.270Z] [2022-05-04T09:04:22.270Z] #67 [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-05-04T09:04:22.270Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-04T09:04:22.270Z] #67 21.90 Fetched 48.9 MB in 20s (2402 kB/s) [2022-05-04T09:04:22.270Z] #67 21.90 Reading package lists... [2022-05-04T09:04:22.270Z] #67 31.40 Reading package lists... [2022-05-04T09:04:22.270Z] #67 ... [2022-05-04T09:04:22.270Z] [2022-05-04T09:04:22.270Z] #47 [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-05-04T09:04:22.270Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-04T09:04:22.270Z] #47 22.09 Reading package lists... [2022-05-04T09:04:22.537Z] #21 40.38 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:04:22.537Z] #21 40.39 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:04:22.537Z] #21 40.40 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:04:22.537Z] #21 40.41 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:04:22.680Z] #21 33.87 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:22.681Z] #21 33.88 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:04:22.681Z] #21 33.89 Setting up libcap2-bin (1:2.44-1) ... [2022-05-04T09:04:22.681Z] #21 33.91 Setting up apparmor (2.13.6-10) ... [2022-05-04T09:04:23.469Z] #21 41.53 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:04:23.469Z] #21 41.54 Setting up jq (1.6-2.1) ... [2022-05-04T09:04:23.726Z] #21 41.55 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:04:23.726Z] #21 41.57 Setting up iptables (1.8.7-1) ... [2022-05-04T09:04:23.726Z] #21 41.58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.58 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.59 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-04T09:04:23.726Z] #21 41.61 Setting up iproute2 (5.10.0-4) ... [2022-05-04T09:04:23.983Z] #21 41.96 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:04:24.624Z] #21 35.59 Setting up zip (3.0-12) ... [2022-05-04T09:04:24.624Z] #21 35.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:24.624Z] #21 35.64 Setting up bash-completion (1:2.11-2) ... [2022-05-04T09:04:25.393Z] #21 DONE 43.1s [2022-05-04T09:04:25.393Z] [2022-05-04T09:04:25.393Z] #22 [dev-systemd-false 8/25] 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-05-04T09:04:25.393Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-04T09:04:25.958Z] #22 0.848 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-04T09:04:25.958Z] #22 0.852 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-04T09:04:25.958Z] #22 0.855 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-04T09:04:25.958Z] #22 DONE 0.9s [2022-05-04T09:04:25.958Z] [2022-05-04T09:04:25.958Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-04T09:04:25.958Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-04T09:04:26.559Z] #21 37.60 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-04T09:04:26.559Z] #21 37.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-04T09:04:26.559Z] #21 37.64 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:04:26.559Z] #21 37.66 Setting up patch (2.7.6-7) ... [2022-05-04T09:04:26.559Z] #21 37.69 Setting up sudo (1.9.5p2-3) ... [2022-05-04T09:04:26.559Z] #21 37.80 invoke-rc.d: could not determine current runlevel [2022-05-04T09:04:26.559Z] #21 37.80 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:04:26.559Z] #21 37.82 Setting up xfsprogs (5.10.0-4) ... [2022-05-04T09:04:26.559Z] #21 37.84 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:04:26.559Z] #21 37.86 Setting up inetutils-ping (2:2.0-1) ... [2022-05-04T09:04:26.559Z] #21 37.88 Setting up pigz (2.6-1) ... [2022-05-04T09:04:26.559Z] #21 37.89 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:04:26.818Z] #21 37.90 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:04:26.818Z] #21 37.93 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:04:26.818Z] #21 37.95 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:27.350Z] #62 ... [2022-05-04T09:04:27.350Z] [2022-05-04T09:04:27.350Z] #45 [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-05-04T09:04:27.350Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:04:27.350Z] #45 191.3 + dpkg --print-architecture [2022-05-04T09:04:27.350Z] #45 191.3 + git checkout -q v2.1.0 [2022-05-04T09:04:27.350Z] #45 191.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-04T09:04:27.350Z] #45 191.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-04T09:04:27.644Z] #21 38.63 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:04:27.644Z] #21 38.64 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:04:27.902Z] #21 39.13 Setting up libelf1:amd64 (0.183-1) ... [2022-05-04T09:04:28.161Z] #21 39.18 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:04:28.161Z] #21 39.20 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:04:28.161Z] #21 39.21 Setting up python3-distutils (3.9.2-1) ... [2022-05-04T09:04:28.420Z] #21 39.69 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:28.420Z] #21 39.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-04T09:04:28.420Z] #21 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-04T09:04:28.420Z] #21 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-04T09:04:28.420Z] #21 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-04T09:04:28.420Z] #21 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-04T09:04:28.420Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-04T09:04:28.680Z] #21 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-04T09:04:28.680Z] #21 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-04T09:04:28.680Z] #21 39.77 Setting up python3-setuptools (52.0.0-4) ... [2022-05-04T09:04:29.407Z] ba8181afd426: Verifying Checksum [2022-05-04T09:04:29.407Z] ba8181afd426: Download complete [2022-05-04T09:04:29.878Z] #21 40.94 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:04:29.878Z] #21 40.95 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:04:29.878Z] #21 40.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:04:29.878Z] #21 41.00 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:04:30.430Z] #47 31.12 Reading package lists... [2022-05-04T09:04:30.430Z] #47 ... [2022-05-04T09:04:30.430Z] [2022-05-04T09:04:30.430Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-04T09:04:30.430Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:30.430Z] #20 30.59 Reading package lists... [2022-05-04T09:04:30.820Z] #21 42.07 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:04:31.083Z] #21 42.10 Setting up jq (1.6-2.1) ... [2022-05-04T09:04:31.083Z] #21 42.11 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:04:31.083Z] #21 42.13 Setting up iptables (1.8.7-1) ... [2022-05-04T09:04:31.083Z] #21 42.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-04T09:04:31.083Z] #21 42.19 Setting up iproute2 (5.10.0-4) ... [2022-05-04T09:04:31.343Z] #21 42.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:04:31.821Z] #20 39.52 Building dependency tree... [2022-05-04T09:04:32.725Z] #21 DONE 43.9s [2022-05-04T09:04:32.725Z] [2022-05-04T09:04:32.725Z] #45 [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-05-04T09:04:32.725Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:04:32.725Z] #45 ... [2022-05-04T09:04:32.725Z] [2022-05-04T09:04:32.725Z] #22 [dev-systemd-false 8/25] 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-05-04T09:04:32.725Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-05-04T09:04:33.741Z] #20 43.62 The following additional packages will be installed: [2022-05-04T09:04:33.741Z] #20 43.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:04:33.923Z] #22 1.051 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-04T09:04:33.923Z] #22 1.055 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-04T09:04:33.923Z] #22 1.060 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-04T09:04:33.923Z] #22 DONE 1.2s [2022-05-04T09:04:33.923Z] [2022-05-04T09:04:33.923Z] #58 [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-05-04T09:04:33.923Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:04:33.923Z] #58 ... [2022-05-04T09:04:33.923Z] [2022-05-04T09:04:33.923Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-04T09:04:33.923Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-05-04T09:04:34.003Z] #20 43.63 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-04T09:04:34.003Z] #20 43.63 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-04T09:04:34.003Z] #20 43.63 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-04T09:04:34.003Z] #20 43.64 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-04T09:04:34.003Z] #20 43.65 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-04T09:04:34.003Z] #20 43.66 mingw-w64-common mingw-w64-x86-64-dev [2022-05-04T09:04:34.003Z] #20 43.69 Suggested packages: [2022-05-04T09:04:34.003Z] #20 43.69 gcc-10-locales seccomp wine64 [2022-05-04T09:04:34.577Z] #20 44.48 The following NEW packages will be installed: [2022-05-04T09:04:34.840Z] #20 44.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-04T09:04:34.840Z] #20 44.49 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-04T09:04:34.840Z] #20 44.49 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-04T09:04:34.840Z] #20 44.49 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-04T09:04:34.840Z] #20 44.50 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-04T09:04:34.840Z] #20 44.50 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-04T09:04:34.840Z] #20 44.50 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-04T09:04:34.840Z] #20 44.51 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-04T09:04:34.840Z] #20 44.51 mingw-w64-x86-64-dev [2022-05-04T09:04:35.101Z] #20 45.01 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:04:35.101Z] #20 45.01 Need to get 115 MB of archives. [2022-05-04T09:04:35.101Z] #20 45.01 After this operation, 645 MB of additional disk space will be used. [2022-05-04T09:04:35.101Z] #20 45.01 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-05-04T09:04:35.101Z] #20 45.06 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-05-04T09:04:35.339Z] 4612f6d0b889: Verifying Checksum [2022-05-04T09:04:35.339Z] 4612f6d0b889: Download complete [2022-05-04T09:04:35.363Z] #20 45.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-04T09:04:35.363Z] #20 45.12 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-05-04T09:04:35.363Z] #20 45.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-04T09:04:35.363Z] #20 45.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-04T09:04:35.363Z] #20 45.19 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-05-04T09:04:35.363Z] #20 45.26 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-05-04T09:04:35.363Z] #20 45.26 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-05-04T09:04:35.626Z] #20 45.40 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-05-04T09:04:35.888Z] #20 45.74 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-05-04T09:04:36.152Z] #20 45.93 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-05-04T09:04:36.152Z] #20 46.13 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-05-04T09:04:36.168Z] #23 9.541 Collecting yamllint==1.26.1 [2022-05-04T09:04:36.728Z] #20 46.58 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-05-04T09:04:36.734Z] #23 10.60 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-04T09:04:36.990Z] #20 46.76 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-05-04T09:04:36.990Z] #20 46.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-04T09:04:36.990Z] #20 46.77 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-04T09:04:36.990Z] #20 46.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:04:36.990Z] #20 46.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:04:36.990Z] #20 46.78 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-05-04T09:04:36.990Z] #20 46.78 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-04T09:04:36.990Z] #20 46.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-04T09:04:36.990Z] #20 46.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-04T09:04:36.990Z] #20 46.79 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-04T09:04:36.990Z] #20 46.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-04T09:04:36.990Z] #20 46.80 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-04T09:04:36.990Z] #20 46.80 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-04T09:04:36.990Z] #20 46.82 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-05-04T09:04:36.990Z] #20 46.82 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-04T09:04:36.990Z] #20 46.82 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-04T09:04:37.260Z] #20 ... [2022-05-04T09:04:37.260Z] [2022-05-04T09:04:37.260Z] #67 [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-05-04T09:04:37.260Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-05-04T09:04:37.260Z] #67 31.40 Reading package lists... [2022-05-04T09:04:37.260Z] #67 40.61 Building dependency tree... [2022-05-04T09:04:37.260Z] #67 44.80 The following additional packages will be installed: [2022-05-04T09:04:37.260Z] #67 44.81 libbtrfs0 [2022-05-04T09:04:37.260Z] #67 44.97 The following NEW packages will be installed: [2022-05-04T09:04:37.260Z] #67 44.98 libbtrfs-dev libbtrfs0 [2022-05-04T09:04:37.260Z] #67 45.44 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:04:37.260Z] #67 45.44 Need to get 460 kB of archives. [2022-05-04T09:04:37.260Z] #67 45.44 After this operation, 1237 kB of additional disk space will be used. [2022-05-04T09:04:37.260Z] #67 45.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-04T09:04:37.260Z] #67 45.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-04T09:04:37.260Z] #67 46.23 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:04:37.260Z] #67 46.58 Fetched 460 kB in 0s (1395 kB/s) [2022-05-04T09:04:37.260Z] #67 46.63 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:04:37.260Z] #67 46.63 (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-05-04T09:04:37.260Z] #67 46.71 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:04:37.260Z] #67 46.73 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:04:37.260Z] #67 46.81 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:04:37.260Z] #67 46.82 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:04:37.260Z] #67 46.82 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:04:37.260Z] #67 47.04 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:04:37.260Z] #67 47.05 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:04:37.260Z] #67 47.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:04:37.524Z] #67 DONE 47.3s [2022-05-04T09:04:37.524Z] [2022-05-04T09:04:37.524Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-04T09:04:37.524Z] #68 sha256:74de6268b1ddcb92be860c3b742220081991590cef96572ed6bb9bdabeded706 [2022-05-04T09:04:37.524Z] #68 DONE 0.1s [2022-05-04T09:04:37.524Z] [2022-05-04T09:04:37.524Z] #47 [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-05-04T09:04:37.524Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-04T09:04:37.524Z] #47 31.12 Reading package lists... [2022-05-04T09:04:37.524Z] #47 40.43 Building dependency tree... [2022-05-04T09:04:37.524Z] #47 44.44 The following additional packages will be installed: [2022-05-04T09:04:37.524Z] #47 44.47 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-05-04T09:04:37.524Z] #47 44.51 Suggested packages: [2022-05-04T09:04:37.524Z] #47 44.52 cmake-doc ninja-build lrzip [2022-05-04T09:04:37.524Z] #47 44.52 Recommended packages: [2022-05-04T09:04:37.524Z] #47 44.52 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-04T09:04:37.524Z] #47 45.06 The following NEW packages will be installed: [2022-05-04T09:04:37.524Z] #47 45.09 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-05-04T09:04:37.524Z] #47 45.54 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:04:37.524Z] #47 45.54 Need to get 8418 kB of archives. [2022-05-04T09:04:37.524Z] #47 45.54 After this operation, 34.9 MB of additional disk space will be used. [2022-05-04T09:04:37.524Z] #47 45.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:04:37.524Z] #47 45.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:04:37.524Z] #47 45.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-04T09:04:37.524Z] #47 45.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-04T09:04:37.524Z] #47 45.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-04T09:04:37.524Z] #47 45.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-04T09:04:37.524Z] #47 45.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-04T09:04:37.524Z] #47 45.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-04T09:04:37.524Z] #47 46.64 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:04:37.524Z] #47 46.95 Fetched 8418 kB in 1s (16.6 MB/s) [2022-05-04T09:04:37.524Z] #47 47.04 Selecting previously unselected package xxd. [2022-05-04T09:04:37.524Z] #47 47.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-04T09:04:37.524Z] #47 47.09 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:04:37.524Z] #47 47.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:37.524Z] #47 47.18 Selecting previously unselected package vim-common. [2022-05-04T09:04:37.524Z] #47 47.18 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:04:37.524Z] #47 47.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:37.524Z] #47 47.38 Selecting previously unselected package cmake-data. [2022-05-04T09:04:37.524Z] #47 47.39 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-04T09:04:37.785Z] #47 47.44 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:04:37.785Z] #47 ... [2022-05-04T09:04:37.785Z] [2022-05-04T09:04:37.785Z] #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-05-04T09:04:37.785Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:37.785Z] #20 47.49 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:04:38.047Z] #20 48.00 Fetched 115 MB in 2s (53.8 MB/s) [2022-05-04T09:04:38.309Z] #20 48.08 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-04T09:04:38.309Z] #20 48.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-04T09:04:38.309Z] #20 48.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:04:38.309Z] #20 48.15 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:04:38.626Z] #23 12.32 Collecting pathspec>=0.5.3 [2022-05-04T09:04:38.626Z] #23 12.33 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-04T09:04:38.880Z] #20 48.75 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-04T09:04:38.880Z] #20 48.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-04T09:04:38.880Z] #20 48.76 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:04:38.883Z] #23 12.93 Collecting pyyaml [2022-05-04T09:04:38.883Z] #23 12.95 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-05-04T09:04:39.139Z] #23 13.13 Building wheels for collected packages: yamllint [2022-05-04T09:04:39.139Z] #23 13.14 Building wheel for yamllint (setup.py): started [2022-05-04T09:04:40.266Z] #20 49.80 Selecting previously unselected package binutils-mingw-w64. [2022-05-04T09:04:40.266Z] #20 49.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-04T09:04:40.266Z] #20 49.82 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:04:40.266Z] #20 49.90 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-04T09:04:40.266Z] #20 49.90 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:04:40.266Z] #20 49.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:04:40.266Z] #20 50.01 Selecting previously unselected package dmsetup. [2022-05-04T09:04:40.266Z] #20 50.03 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:04:40.266Z] #20 50.04 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:04:40.509Z] #23 14.46 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-04T09:04:40.509Z] #23 14.46 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=8769cf2fad00cad7bc9e9b5b8c001c1bb7e3b5e5b7d6bd74a4174d5a10d420f2 [2022-05-04T09:04:40.509Z] #23 14.46 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-04T09:04:40.509Z] #23 14.47 Successfully built yamllint [2022-05-04T09:04:40.509Z] #23 14.50 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-04T09:04:40.527Z] #20 50.14 Selecting previously unselected package mingw-w64-common. [2022-05-04T09:04:40.527Z] #20 50.14 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-04T09:04:40.527Z] #20 50.15 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-04T09:04:41.072Z] #23 14.96 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-04T09:04:41.335Z] #23 DONE 15.4s [2022-05-04T09:04:41.335Z] [2022-05-04T09:04:41.335Z] #53 [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-05-04T09:04:41.335Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:04:41.469Z] #20 ... [2022-05-04T09:04:41.469Z] [2022-05-04T09:04:41.469Z] #47 [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-05-04T09:04:41.469Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-05-04T09:04:41.469Z] #47 48.52 Selecting previously unselected package libarchive13:amd64. [2022-05-04T09:04:41.469Z] #47 48.53 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-04T09:04:41.469Z] #47 48.53 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:04:41.469Z] #47 48.62 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-04T09:04:41.470Z] #47 48.62 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-04T09:04:41.470Z] #47 48.62 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:04:41.470Z] #47 48.68 Selecting previously unselected package librhash0:amd64. [2022-05-04T09:04:41.470Z] #47 48.68 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-05-04T09:04:41.470Z] #47 48.69 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:04:41.470Z] #47 48.76 Selecting previously unselected package libuv1:amd64. [2022-05-04T09:04:41.470Z] #47 48.77 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-05-04T09:04:41.470Z] #47 48.77 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:04:41.470Z] #47 48.83 Selecting previously unselected package cmake. [2022-05-04T09:04:41.470Z] #47 48.83 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-04T09:04:41.470Z] #47 48.83 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.43 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.45 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.46 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-04T09:04:41.470Z] #47 50.47 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.50 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-04T09:04:41.470Z] #47 50.51 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-04T09:04:41.470Z] #47 50.52 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.54 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-04T09:04:41.470Z] #47 50.55 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:04:41.470Z] #47 DONE 51.2s [2022-05-04T09:04:41.470Z] [2022-05-04T09:04:41.470Z] #48 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-04T09:04:41.470Z] #48 sha256:c4280f8259f0560d9eed2dc1d0a30354775f7d41dec15d2d4feace18bb33a2e2 [2022-05-04T09:04:41.470Z] #48 DONE 0.1s [2022-05-04T09:04:41.470Z] [2022-05-04T09:04:41.470Z] #49 [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-05-04T09:04:41.470Z] #49 sha256:9224bd20d851933436e331a76db8fc33e6d3d81801ab156b39fa3cd3f03f2b1d [2022-05-04T09:04:41.596Z] #53 ... [2022-05-04T09:04:41.596Z] [2022-05-04T09:04:41.596Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-04T09:04:41.596Z] #27 sha256:8c851fe75a5f400a7de6ed0df1ffb30d4c94f6ffc4164d6944bc44cfead21684 [2022-05-04T09:04:41.596Z] #27 DONE 0.3s [2022-05-04T09:04:41.596Z] [2022-05-04T09:04:41.596Z] #62 [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-05-04T09:04:41.596Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:04:41.733Z] #49 ... [2022-05-04T09:04:41.733Z] [2022-05-04T09:04:41.733Z] #72 [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-05-04T09:04:41.733Z] #72 sha256:b85b748df9c39c8b4f2344e816f7613abb3d06ec53596aced7b1f27fe791b6ba [2022-05-04T09:04:41.733Z] #72 48.15 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-04T09:04:41.733Z] #72 48.15 + GOBIN=/build [2022-05-04T09:04:41.733Z] #72 48.15 + GO111MODULE=on [2022-05-04T09:04:41.733Z] #72 48.15 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-04T09:04:41.733Z] #72 51.29 rootlesskit version 1.0.0 [2022-05-04T09:04:41.733Z] #72 51.31 Usage of /build/rootlesskit-docker-proxy: [2022-05-04T09:04:41.733Z] #72 51.31 -container-ip string [2022-05-04T09:04:41.733Z] #72 51.31 container ip [2022-05-04T09:04:41.733Z] #72 51.31 -container-port int [2022-05-04T09:04:41.733Z] #72 51.31 container port (default -1) [2022-05-04T09:04:41.733Z] #72 51.31 -host-ip string [2022-05-04T09:04:41.733Z] #72 51.31 host ip [2022-05-04T09:04:41.733Z] #72 51.31 -host-port int [2022-05-04T09:04:41.733Z] #72 51.31 host port (default -1) [2022-05-04T09:04:41.733Z] #72 51.31 -proto string [2022-05-04T09:04:41.733Z] #72 51.31 proxy protocol (default "tcp") [2022-05-04T09:04:41.733Z] #72 DONE 51.5s [2022-05-04T09:04:41.853Z] #62 ... [2022-05-04T09:04:41.853Z] [2022-05-04T09:04:41.853Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-04T09:04:41.853Z] #32 sha256:7876906d37db9f917dabf84ad31fe4d51b94a6180c3f315d911611b1f7e0bad9 [2022-05-04T09:04:41.994Z] [2022-05-04T09:04:41.995Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-04T09:04:41.995Z] #73 sha256:882122c767e0ecb46cfc1fdd0d97bed881af8a272eb828d46e9d96e2fcc1a1db [2022-05-04T09:04:41.995Z] #73 DONE 0.2s [2022-05-04T09:04:41.995Z] [2022-05-04T09:04:41.995Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-04T09:04:41.995Z] #74 sha256:ff162a66eb58cb00d9771e7aa4d0dfd66332fe5d34fa16fe2c459b08d99fca67 [2022-05-04T09:04:42.256Z] #74 DONE 0.1s [2022-05-04T09:04:42.256Z] [2022-05-04T09:04:42.256Z] #69 [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-05-04T09:04:42.256Z] #69 sha256:88df22bf3675236033829adebd91c51d2784ee2b70de13a560bbc1b1272c4904 [2022-05-04T09:04:42.256Z] #69 0.890 + RM_GOPATH=0 [2022-05-04T09:04:42.256Z] #69 0.890 + TMP_GOPATH= [2022-05-04T09:04:42.256Z] #69 0.890 + : /build [2022-05-04T09:04:42.256Z] #69 0.890 + '[' -z '' ']' [2022-05-04T09:04:42.256Z] #69 0.891 ++ mktemp -d [2022-05-04T09:04:42.256Z] #69 0.894 + export GOPATH=/tmp/tmp.PFLwjyPK8j [2022-05-04T09:04:42.256Z] #69 0.894 + GOPATH=/tmp/tmp.PFLwjyPK8j [2022-05-04T09:04:42.256Z] #69 0.894 + RM_GOPATH=1 [2022-05-04T09:04:42.256Z] #69 0.894 + case "$(go env GOARCH)" in [2022-05-04T09:04:42.256Z] #69 0.895 ++ go env GOARCH [2022-05-04T09:04:42.256Z] #69 0.906 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:04:42.256Z] #69 0.906 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:04:42.256Z] #69 0.907 ++ dirname /install.sh [2022-05-04T09:04:42.256Z] #69 0.908 + dir=/ [2022-05-04T09:04:42.256Z] #69 0.908 + bin=containerd [2022-05-04T09:04:42.256Z] #69 0.908 + shift [2022-05-04T09:04:42.256Z] #69 0.908 + '[' '!' -f //containerd.installer ']' [2022-05-04T09:04:42.256Z] #69 0.908 + . //containerd.installer [2022-05-04T09:04:42.256Z] #69 0.908 ++ set -e [2022-05-04T09:04:42.256Z] #69 0.908 ++ : v1.6.3 [2022-05-04T09:04:42.256Z] #69 0.909 + install_containerd [2022-05-04T09:04:42.256Z] #69 0.909 + echo 'Install containerd version v1.6.3' [2022-05-04T09:04:42.256Z] #69 0.909 Install containerd version v1.6.3 [2022-05-04T09:04:42.256Z] #69 0.910 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PFLwjyPK8j/src/github.com/containerd/containerd [2022-05-04T09:04:42.256Z] #69 0.918 Cloning into '/tmp/tmp.PFLwjyPK8j/src/github.com/containerd/containerd'... [2022-05-04T09:04:42.827Z] #32 DONE 1.0s [2022-05-04T09:04:42.827Z] [2022-05-04T09:04:42.827Z] #45 [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-05-04T09:04:42.827Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:04:42.827Z] #45 ... [2022-05-04T09:04:42.827Z] [2022-05-04T09:04:42.827Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-04T09:04:42.827Z] #35 sha256:6fd82b17c141b19151fa4530ed6f8777a1eedd6a449dd4e2b5668a8152db5e30 [2022-05-04T09:04:42.831Z] #69 ... [2022-05-04T09:04:42.831Z] [2022-05-04T09:04:42.831Z] #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-05-04T09:04:42.831Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:42.831Z] #20 52.55 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-04T09:04:42.831Z] #20 52.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-04T09:04:42.831Z] #20 52.57 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:04:43.084Z] #35 DONE 0.4s [2022-05-04T09:04:43.084Z] [2022-05-04T09:04:43.084Z] #53 [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-05-04T09:04:43.084Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:04:43.084Z] #53 ... [2022-05-04T09:04:43.084Z] [2022-05-04T09:04:43.084Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-04T09:04:43.084Z] #37 sha256:4ac28b4bbf4fde314b224db146558e03258d671da37729ff4b7b893be96e3704 [2022-05-04T09:04:43.084Z] #37 DONE 0.1s [2022-05-04T09:04:43.084Z] [2022-05-04T09:04:43.084Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-04T09:04:43.084Z] #39 sha256:ab7f5732d2990b71cbc818b179833dda6531fc40c5455d77a2d9b330e77d2429 [2022-05-04T09:04:43.341Z] #39 DONE 0.1s [2022-05-04T09:04:43.341Z] [2022-05-04T09:04:43.341Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-04T09:04:43.341Z] #43 sha256:18716feee58b815716cdf49447aa456471f1e2337822d4a3edb68336dfa1f9cb [2022-05-04T09:04:43.341Z] #43 DONE 0.1s [2022-05-04T09:04:43.341Z] [2022-05-04T09:04:43.341Z] #58 [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-05-04T09:04:43.341Z] #58 sha256:a5ea92c90ccd0e45889f8c9ecb74a4a7ea98502e480f67653ff73f664b5e2016 [2022-05-04T09:04:45.386Z] #20 ... [2022-05-04T09:04:45.386Z] [2022-05-04T09:04:45.386Z] #49 [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-05-04T09:04:45.386Z] #49 sha256:9224bd20d851933436e331a76db8fc33e6d3d81801ab156b39fa3cd3f03f2b1d [2022-05-04T09:04:45.386Z] #49 0.960 + RM_GOPATH=0 [2022-05-04T09:04:45.386Z] #49 0.960 + TMP_GOPATH= [2022-05-04T09:04:45.386Z] #49 0.960 + : /build [2022-05-04T09:04:45.386Z] #49 0.960 + '[' -z '' ']' [2022-05-04T09:04:45.386Z] #49 0.961 ++ mktemp -d [2022-05-04T09:04:45.386Z] #49 0.963 + export GOPATH=/tmp/tmp.8k2520t2JL [2022-05-04T09:04:45.386Z] #49 0.963 + GOPATH=/tmp/tmp.8k2520t2JL [2022-05-04T09:04:45.386Z] #49 0.963 + RM_GOPATH=1 [2022-05-04T09:04:45.386Z] #49 0.963 + case "$(go env GOARCH)" in [2022-05-04T09:04:45.386Z] #49 0.965 ++ go env GOARCH [2022-05-04T09:04:45.386Z] #49 1.018 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:04:45.386Z] #49 1.018 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:04:45.386Z] #49 1.021 ++ dirname /install.sh [2022-05-04T09:04:45.386Z] #49 1.034 + dir=/ [2022-05-04T09:04:45.386Z] #49 1.034 + bin=tini [2022-05-04T09:04:45.386Z] #49 1.034 + shift [2022-05-04T09:04:45.386Z] #49 1.035 + '[' '!' -f //tini.installer ']' [2022-05-04T09:04:45.386Z] #49 1.035 + . //tini.installer [2022-05-04T09:04:45.386Z] #49 1.035 ++ : v0.19.0 [2022-05-04T09:04:45.386Z] #49 1.035 + install_tini [2022-05-04T09:04:45.386Z] #49 1.035 + echo 'Install tini version v0.19.0' [2022-05-04T09:04:45.386Z] #49 1.036 + git clone https://github.com/krallin/tini.git /tmp/tmp.8k2520t2JL/tini [2022-05-04T09:04:45.386Z] #49 1.036 Install tini version v0.19.0 [2022-05-04T09:04:45.386Z] #49 1.046 Cloning into '/tmp/tmp.8k2520t2JL/tini'... [2022-05-04T09:04:45.386Z] #49 1.609 + cd /tmp/tmp.8k2520t2JL/tini [2022-05-04T09:04:45.386Z] #49 1.609 + git checkout -q v0.19.0 [2022-05-04T09:04:45.386Z] #49 1.625 + cmake . [2022-05-04T09:04:45.386Z] #49 1.907 -- The C compiler identification is GNU 10.2.1 [2022-05-04T09:04:45.386Z] #49 1.962 -- Detecting C compiler ABI info [2022-05-04T09:04:45.386Z] #49 2.313 -- Detecting C compiler ABI info - done [2022-05-04T09:04:45.386Z] #49 2.367 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-04T09:04:45.386Z] #49 2.367 -- Detecting C compile features [2022-05-04T09:04:45.386Z] #49 2.370 -- Detecting C compile features - done [2022-05-04T09:04:45.386Z] #49 2.391 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-04T09:04:45.386Z] #49 2.493 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-04T09:04:45.386Z] #49 2.552 -- Configuring done [2022-05-04T09:04:45.386Z] #49 2.565 -- Generating done [2022-05-04T09:04:45.386Z] #49 2.570 -- Build files have been written to: /tmp/tmp.8k2520t2JL/tini [2022-05-04T09:04:45.386Z] #49 2.577 + make tini-static [2022-05-04T09:04:45.386Z] #49 2.685 Scanning dependencies of target tini-static [2022-05-04T09:04:45.386Z] #49 2.707 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-04T09:04:45.386Z] #49 3.189 [100%] Linking C executable tini-static [2022-05-04T09:04:45.386Z] #49 3.348 [100%] Built target tini-static [2022-05-04T09:04:45.386Z] #49 3.366 + mkdir -p /build [2022-05-04T09:04:45.386Z] #49 3.368 + cp tini-static /build/docker-init [2022-05-04T09:04:45.386Z] #49 DONE 3.5s [2022-05-04T09:04:45.386Z] [2022-05-04T09:04:45.386Z] #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-05-04T09:04:45.386Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:45.386Z] #20 54.85 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-04T09:04:45.386Z] #20 54.85 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:45.386Z] #20 54.86 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:04:45.386Z] #20 54.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-04T09:04:45.386Z] #20 54.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:45.386Z] #20 54.98 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:04:46.160Z] #23 10.33 Collecting yamllint==1.26.1 [2022-05-04T09:04:46.160Z] #23 11.43 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-04T09:04:46.420Z] #23 12.72 Collecting pathspec>=0.5.3 [2022-05-04T09:04:46.681Z] #23 12.73 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-04T09:04:47.252Z] #23 13.46 Collecting pyyaml [2022-05-04T09:04:47.511Z] #23 13.47 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-05-04T09:04:47.511Z] #23 13.54 Building wheels for collected packages: yamllint [2022-05-04T09:04:47.511Z] #23 13.54 Building wheel for yamllint (setup.py): started [2022-05-04T09:04:47.940Z] #20 57.30 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-04T09:04:47.940Z] #20 57.30 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:47.940Z] #20 57.31 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:04:48.451Z] #23 14.47 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-04T09:04:48.451Z] #23 14.47 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=24e140cb11751777bb246a2c6d9ae49bd6bc702b650caa427d389548bc02b966 [2022-05-04T09:04:48.451Z] #23 14.48 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-04T09:04:48.451Z] #23 14.48 Successfully built yamllint [2022-05-04T09:04:48.451Z] #23 14.50 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-04T09:04:48.710Z] #23 14.88 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-04T09:04:49.265Z] #45 DONE 214.1s [2022-05-04T09:04:49.265Z] [2022-05-04T09:04:49.265Z] #62 [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-05-04T09:04:49.265Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:04:49.280Z] #23 DONE 15.2s [2022-05-04T09:04:49.280Z] [2022-05-04T09:04:49.280Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-04T09:04:49.280Z] #27 sha256:ae4554faca2f06a6810fb8f7054d4405ceb38c908dac5537838943f20b4194e1 [2022-05-04T09:04:49.540Z] #27 DONE 0.4s [2022-05-04T09:04:49.540Z] [2022-05-04T09:04:49.540Z] #58 [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-05-04T09:04:49.540Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:04:49.540Z] #58 ... [2022-05-04T09:04:49.540Z] [2022-05-04T09:04:49.540Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-04T09:04:49.540Z] #32 sha256:82828f20aaca49c58c271a11db0cb33f9bb07ca535b81a22961185284a9bbf89 [2022-05-04T09:04:49.798Z] #32 DONE 0.4s [2022-05-04T09:04:49.798Z] [2022-05-04T09:04:49.798Z] #62 [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-05-04T09:04:49.798Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:04:50.057Z] #62 ... [2022-05-04T09:04:50.057Z] [2022-05-04T09:04:50.057Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-04T09:04:50.057Z] #35 sha256:141b5ac08266130cbac887ecdf22eda22e59723e8648f4985929c0ca2bef6ead [2022-05-04T09:04:50.316Z] #35 DONE 0.3s [2022-05-04T09:04:50.316Z] [2022-05-04T09:04:50.316Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-04T09:04:50.316Z] #37 sha256:eab3f4fd24c5d2915dd87cbd05cba6098f9131da71f6a32c6a7e5afeac6b52bc [2022-05-04T09:04:50.316Z] #37 DONE 0.1s [2022-05-04T09:04:50.316Z] [2022-05-04T09:04:50.316Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-04T09:04:50.316Z] #39 sha256:fa8561870e558c29b96dfab5d04ca8ab1ad779452314c1229d7b788562f38bed [2022-05-04T09:04:50.575Z] #39 DONE 0.1s [2022-05-04T09:04:50.575Z] [2022-05-04T09:04:50.575Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-04T09:04:50.575Z] #43 sha256:58ad2f9783ab34b1f39099987eafa66e82ba13607bf47a78efd0f402126ae2a2 [2022-05-04T09:04:50.575Z] #43 DONE 0.1s [2022-05-04T09:04:50.575Z] [2022-05-04T09:04:50.575Z] #53 [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-05-04T09:04:50.575Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:04:51.159Z] #62 ... [2022-05-04T09:04:51.159Z] [2022-05-04T09:04:51.159Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-04T09:04:51.159Z] #46 sha256:71a7aac9ceecd67430906348e347a2dd009e4347c5eae9245eba808df6dd533e [2022-05-04T09:04:51.418Z] #46 DONE 0.5s [2022-05-04T09:04:51.418Z] [2022-05-04T09:04:51.418Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-04T09:04:51.418Z] #50 sha256:76e50400a7a1aaadaed72e300879e5236927b8af938a77b22b615c097e359ef4 [2022-05-04T09:04:51.418Z] #50 DONE 0.1s [2022-05-04T09:04:51.418Z] [2022-05-04T09:04:51.418Z] #62 [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-05-04T09:04:51.418Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:04:51.418Z] #62 ... [2022-05-04T09:04:51.418Z] [2022-05-04T09:04:51.418Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-04T09:04:51.418Z] #52 sha256:6cc1af26ecf5efface881d89ce94b88afc887ae1850611a5b860fea2b4c81b3f [2022-05-04T09:04:51.418Z] #52 DONE 0.1s [2022-05-04T09:04:51.675Z] [2022-05-04T09:04:51.675Z] #53 [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-05-04T09:04:51.675Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:04:52.151Z] #20 61.19 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-04T09:04:52.151Z] #20 61.19 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:52.151Z] #20 61.20 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:04:52.151Z] #20 ... [2022-05-04T09:04:52.151Z] [2022-05-04T09:04:52.151Z] #69 [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-05-04T09:04:52.151Z] #69 sha256:88df22bf3675236033829adebd91c51d2784ee2b70de13a560bbc1b1272c4904 [2022-05-04T09:04:52.151Z] #69 14.31 + cd /tmp/tmp.PFLwjyPK8j/src/github.com/containerd/containerd [2022-05-04T09:04:52.151Z] #69 14.31 + git checkout -q v1.6.3 [2022-05-04T09:04:52.724Z] #69 15.04 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-04T09:04:52.724Z] #69 15.04 + BUILDTAGS='netgo osusergo static_build' [2022-05-04T09:04:52.724Z] #69 15.04 + export EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:04:52.724Z] #69 15.04 + EXTRA_FLAGS=-buildmode=pie [2022-05-04T09:04:52.724Z] #69 15.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-04T09:04:52.724Z] #69 15.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-04T09:04:52.724Z] #69 15.04 + '[' '' = dynamic ']' [2022-05-04T09:04:52.724Z] #69 15.04 + make [2022-05-04T09:04:52.785Z] #53 ... [2022-05-04T09:04:52.785Z] [2022-05-04T09:04:52.785Z] #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-05-04T09:04:52.785Z] #26 sha256:846365050e8fd40d4c8353093eb6b1e6c658b0f74726cabbb23f33e0b7b25326 [2022-05-04T09:04:52.785Z] #26 218.5 + return [2022-05-04T09:04:52.785Z] #26 DONE 223.7s [2022-05-04T09:04:52.785Z] [2022-05-04T09:04:52.785Z] #58 [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-05-04T09:04:52.785Z] #58 sha256:1d2b8aebf27f2f3c2b875151d7b2fefd897646245836db1888dc11dc0d3034ed [2022-05-04T09:04:52.785Z] #58 ... [2022-05-04T09:04:52.785Z] [2022-05-04T09:04:52.785Z] #53 [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-05-04T09:04:52.785Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-05-04T09:04:52.785Z] #53 224.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-04T09:04:52.785Z] #53 DONE 224.6s [2022-05-04T09:04:52.785Z] [2022-05-04T09:04:52.785Z] #58 [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-05-04T09:04:52.785Z] #58 sha256:1d2b8aebf27f2f3c2b875151d7b2fefd897646245836db1888dc11dc0d3034ed [2022-05-04T09:04:52.785Z] #58 128.2 + mkdir -p /build [2022-05-04T09:04:52.785Z] #58 128.2 + cp runc /build/runc [2022-05-04T09:04:53.047Z] #58 DONE 128.8s [2022-05-04T09:04:53.047Z] [2022-05-04T09:04:53.047Z] #62 [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-05-04T09:04:53.047Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:04:53.670Z] #69 15.80 + bin/ctr [2022-05-04T09:04:53.996Z] #62 ... [2022-05-04T09:04:53.996Z] [2022-05-04T09:04:53.996Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-04T09:04:53.996Z] #27 sha256:0f7b34f0067df9efff71fb52d4021d64d5261b99f940fc6223b6075d24309195 [2022-05-04T09:04:54.569Z] #27 DONE 0.5s [2022-05-04T09:04:54.569Z] [2022-05-04T09:04:54.569Z] #62 [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-05-04T09:04:54.569Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:04:54.569Z] #62 ... [2022-05-04T09:04:54.569Z] [2022-05-04T09:04:54.569Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-04T09:04:54.569Z] #32 sha256:5e5a320590d481e21aab39e52766d09115944f5accc2a3bc1a782fd1ade7c1c0 [2022-05-04T09:04:55.144Z] #32 DONE 0.6s [2022-05-04T09:04:55.145Z] [2022-05-04T09:04:55.145Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-04T09:04:55.145Z] #35 sha256:3711033d5cb3f5442096c046f5b4493081b9cf10404ef17b7aca6e3242b61c17 [2022-05-04T09:04:58.449Z] #35 DONE 2.9s [2022-05-04T09:04:58.449Z] [2022-05-04T09:04:58.449Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-04T09:04:58.449Z] #37 sha256:120ff696333d2b18993dd74c44c88e696a4cc576d37bec1d7eabc2f4dd883688 [2022-05-04T09:04:58.449Z] #37 DONE 0.2s [2022-05-04T09:04:58.449Z] [2022-05-04T09:04:58.449Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-04T09:04:58.449Z] #39 sha256:e29b8bf0221d2b71a39bf04938d39db5d07d6e92c430667b70b6b89e25ede39b [2022-05-04T09:04:58.449Z] #39 DONE 0.1s [2022-05-04T09:04:58.449Z] [2022-05-04T09:04:58.449Z] #62 [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-05-04T09:04:58.449Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:04:58.449Z] #62 194.6 + bin/containerd [2022-05-04T09:04:58.449Z] #62 ... [2022-05-04T09:04:58.449Z] [2022-05-04T09:04:58.449Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-04T09:04:58.449Z] #43 sha256:0fd3d675c06d01d56b5da8de4d3137b4ba619e25c2e5cbdf3610591b6e14bf7f [2022-05-04T09:04:58.449Z] #43 DONE 0.1s [2022-05-04T09:04:58.449Z] [2022-05-04T09:04:58.449Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-04T09:04:58.449Z] #46 sha256:1e77491c0eba8b2e85ae787a35044549beacc540ae1be496366918ab9545710b [2022-05-04T09:04:58.970Z] #69 ... [2022-05-04T09:04:58.970Z] [2022-05-04T09:04:58.970Z] #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-05-04T09:04:58.970Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-05-04T09:04:58.970Z] #20 62.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-04T09:04:58.970Z] #20 62.82 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:58.970Z] #20 62.82 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:04:58.970Z] #20 64.51 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-04T09:04:58.970Z] #20 64.52 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:58.970Z] #20 64.52 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:04:58.970Z] #20 68.36 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-04T09:04:58.970Z] #20 68.36 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-04T09:04:58.970Z] #20 68.37 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:04:59.022Z] #46 DONE 0.6s [2022-05-04T09:04:59.022Z] [2022-05-04T09:04:59.022Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-04T09:04:59.022Z] #50 sha256:d7c4cb0152a4fdfdb682bde410829c34f0d2af5dbf8c750280f9eea6c0471838 [2022-05-04T09:04:59.022Z] #50 DONE 0.1s [2022-05-04T09:04:59.022Z] [2022-05-04T09:04:59.022Z] #62 [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-05-04T09:04:59.022Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:04:59.022Z] #62 ... [2022-05-04T09:04:59.022Z] [2022-05-04T09:04:59.022Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-04T09:04:59.022Z] #52 sha256:d8fc464e76c1f41365f89ab08f5100e0d96ba34a71e8704a73087358fd129ec5 [2022-05-04T09:04:59.022Z] #52 DONE 0.1s [2022-05-04T09:04:59.284Z] [2022-05-04T09:04:59.284Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-04T09:04:59.284Z] #54 sha256:679be5862f864478d9a86d647ef98bcbe007aef047b49220c3971fbf40e61d55 [2022-05-04T09:05:00.360Z] #20 70.14 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-04T09:05:00.360Z] #20 70.15 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-04T09:05:00.360Z] #20 70.17 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:05:00.360Z] #20 70.24 Selecting previously unselected package libapparmor1:amd64. [2022-05-04T09:05:00.360Z] #20 70.25 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-04T09:05:00.621Z] #20 70.26 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:05:00.621Z] #20 70.31 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-04T09:05:00.621Z] #20 70.31 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-04T09:05:00.621Z] #20 70.32 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:05:00.621Z] #20 70.40 Selecting previously unselected package libbtrfs0:amd64. [2022-05-04T09:05:00.621Z] #20 70.41 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-04T09:05:00.621Z] #20 70.42 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:05:00.621Z] #20 70.49 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-04T09:05:00.621Z] #20 70.50 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-04T09:05:00.621Z] #20 70.50 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:05:00.621Z] #20 70.59 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-04T09:05:00.671Z] #54 DONE 1.3s [2022-05-04T09:05:00.671Z] [2022-05-04T09:05:00.671Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-04T09:05:00.671Z] #56 sha256:8aac9e049cded2346ecacf0165cb36771e60697241785016b83732feeac7e8c7 [2022-05-04T09:05:00.671Z] #56 DONE 0.1s [2022-05-04T09:05:00.671Z] [2022-05-04T09:05:00.671Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-04T09:05:00.671Z] #59 sha256:a7730ae041264835aeb155b9d40654417fcdbe0515013353e58464ba11138782 [2022-05-04T09:05:00.934Z] #59 DONE 0.4s [2022-05-04T09:05:00.934Z] [2022-05-04T09:05:00.934Z] #62 [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-05-04T09:05:00.934Z] #62 sha256:a78f8615196a6d0937dfdf041980a2d946aee88edcb69e96a958fa974b1fe3ce [2022-05-04T09:05:01.030Z] #20 70.60 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:05:01.030Z] #20 70.61 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:05:01.030Z] #20 70.65 Selecting previously unselected package libudev-dev:amd64. [2022-05-04T09:05:01.030Z] #20 70.65 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-04T09:05:01.030Z] #20 70.66 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:05:01.030Z] #20 70.73 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-04T09:05:01.030Z] #20 70.74 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-04T09:05:01.030Z] #20 70.75 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:05:01.295Z] #20 70.85 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-04T09:05:01.295Z] #20 70.86 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-04T09:05:01.295Z] #20 70.87 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:05:01.295Z] #20 71.04 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-04T09:05:01.295Z] #20 71.05 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-04T09:05:01.295Z] #20 71.07 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:05:01.295Z] #20 71.18 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-04T09:05:01.295Z] #20 71.19 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-04T09:05:01.295Z] #20 71.20 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:05:01.295Z] #20 71.24 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-04T09:05:01.295Z] #20 71.25 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-04T09:05:01.295Z] #20 71.26 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:05:01.562Z] #20 71.46 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-04T09:05:01.562Z] #20 71.47 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-04T09:05:01.562Z] #20 71.49 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:05:01.835Z] #20 71.64 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-04T09:05:01.835Z] #20 71.64 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-04T09:05:01.835Z] #20 71.65 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:05:01.835Z] #20 71.70 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-04T09:05:01.835Z] #20 71.70 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-04T09:05:02.101Z] #20 71.71 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:02.101Z] #20 71.77 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-04T09:05:02.101Z] #20 71.77 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-04T09:05:02.101Z] #20 71.78 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:05:02.101Z] #20 72.01 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:02.101Z] #20 72.03 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-04T09:05:02.101Z] #20 72.04 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-04T09:05:02.101Z] #20 72.06 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-04T09:05:02.101Z] #20 72.07 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-04T09:05:02.101Z] #20 72.08 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-04T09:05:02.101Z] #20 72.09 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-04T09:05:02.101Z] #20 72.11 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-04T09:05:02.362Z] #20 72.12 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-04T09:05:02.362Z] #20 72.14 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-04T09:05:02.362Z] #20 72.15 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-04T09:05:02.362Z] #20 72.16 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-04T09:05:02.362Z] #20 72.18 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-04T09:05:02.362Z] #20 72.20 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-04T09:05:02.362Z] #20 72.21 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-04T09:05:02.362Z] #20 72.22 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-04T09:05:02.362Z] #20 72.26 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-04T09:05:02.623Z] #20 72.31 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-04T09:05:02.623Z] #20 72.34 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-04T09:05:02.623Z] #20 72.36 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.37 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.38 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-05-04T09:05:02.623Z] #20 72.40 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.41 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-05-04T09:05:02.623Z] #20 72.42 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-04T09:05:02.623Z] #20 72.43 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.44 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-05-04T09:05:02.623Z] #20 72.45 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.47 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-04T09:05:02.623Z] #20 72.50 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:05:02.623Z] #20 72.51 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-04T09:05:02.885Z] #20 72.53 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:05:02.885Z] #20 72.54 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-04T09:05:02.885Z] #20 72.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:05:04.809Z] #20 DONE 74.5s [2022-05-04T09:05:04.809Z] [2022-05-04T09:05:04.809Z] #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-05-04T09:05:04.809Z] #21 sha256:900bfd2bda7f41e13c4f85ff2d71b1ce8a861b5845b5c55255bf6aac3e1c3a12 [2022-05-04T09:05:05.364Z] #58 ... [2022-05-04T09:05:05.364Z] [2022-05-04T09:05:05.364Z] #45 [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-05-04T09:05:05.364Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:05:05.364Z] #45 210.8 + dpkg --print-architecture [2022-05-04T09:05:05.364Z] #45 210.8 + git checkout -q v2.1.0 [2022-05-04T09:05:05.364Z] #45 211.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-04T09:05:05.364Z] #45 211.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-04T09:05:05.756Z] #21 1.120 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-04T09:05:06.018Z] #21 1.121 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-04T09:05:06.018Z] #21 1.121 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-04T09:05:07.053Z] dccd9e4d14d3: Verifying Checksum [2022-05-04T09:05:07.053Z] dccd9e4d14d3: Download complete [2022-05-04T09:05:11.578Z] #21 1.689 Reading package lists... [2022-05-04T09:05:12.659Z] #53 ... [2022-05-04T09:05:12.659Z] [2022-05-04T09:05:12.660Z] #45 [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-05-04T09:05:12.660Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-05-04T09:05:12.660Z] #45 214.1 + dpkg --print-architecture [2022-05-04T09:05:12.660Z] #45 214.1 + git checkout -q v2.1.0 [2022-05-04T09:05:12.660Z] #45 214.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-04T09:05:12.660Z] #45 214.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-04T09:05:15.788Z] #21 6.367 Reading package lists... [2022-05-04T09:05:16.736Z] #21 11.00 Building dependency tree... [2022-05-04T09:05:16.998Z] #21 12.16 Reading state information... [2022-05-04T09:05:17.943Z] #21 13.31 The following additional packages will be installed: [2022-05-04T09:05:17.943Z] #21 13.31 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-04T09:05:18.206Z] #21 13.31 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-04T09:05:18.206Z] #21 13.32 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-04T09:05:18.206Z] #21 13.32 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-04T09:05:18.206Z] #21 13.32 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-04T09:05:18.206Z] #21 13.32 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-05-04T09:05:18.206Z] #21 13.32 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-05-04T09:05:18.206Z] #21 13.34 Suggested packages: [2022-05-04T09:05:18.206Z] #21 13.34 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-05-04T09:05:18.206Z] #21 13.34 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-05-04T09:05:18.206Z] #21 13.34 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-05-04T09:05:18.206Z] #21 13.34 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-05-04T09:05:18.206Z] #21 13.34 seccomp:ppc64el seccomp:s390x [2022-05-04T09:05:18.206Z] #21 13.34 Recommended packages: [2022-05-04T09:05:18.206Z] #21 13.34 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-05-04T09:05:18.206Z] #21 13.34 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-05-04T09:05:18.206Z] #21 13.34 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-05-04T09:05:18.206Z] #21 13.34 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-05-04T09:05:18.468Z] #21 13.81 The following NEW packages will be installed: [2022-05-04T09:05:18.468Z] #21 13.81 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-04T09:05:18.468Z] #21 13.81 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-05-04T09:05:18.468Z] #21 13.81 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-05-04T09:05:18.468Z] #21 13.81 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-04T09:05:18.468Z] #21 13.81 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-04T09:05:18.468Z] #21 13.81 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-04T09:05:18.468Z] #21 13.81 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-04T09:05:18.468Z] #21 13.82 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-05-04T09:05:18.468Z] #21 13.82 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-05-04T09:05:18.468Z] #21 13.82 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-05-04T09:05:18.468Z] #21 13.82 libseccomp2:ppc64el libseccomp2:s390x [2022-05-04T09:05:18.730Z] #21 14.17 0 upgraded, 40 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:05:18.730Z] #21 14.17 Need to get 15.9 MB of archives. [2022-05-04T09:05:18.730Z] #21 14.17 After this operation, 73.0 MB of additional disk space will be used. [2022-05-04T09:05:18.730Z] #21 14.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-05-04T09:05:18.992Z] #21 14.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-05-04T09:05:18.992Z] #21 14.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-05-04T09:05:18.992Z] #21 14.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-05-04T09:05:18.992Z] #21 14.19 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-05-04T09:05:18.992Z] #21 14.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-05-04T09:05:18.992Z] #21 14.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-05-04T09:05:18.992Z] #21 14.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-05-04T09:05:18.992Z] #21 14.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-05-04T09:05:18.992Z] #21 14.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-05-04T09:05:18.992Z] #21 14.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-05-04T09:05:18.992Z] #21 14.24 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-05-04T09:05:18.992Z] #21 14.24 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-05-04T09:05:18.992Z] #21 14.28 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-05-04T09:05:18.992Z] #21 14.28 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-05-04T09:05:18.992Z] #21 14.28 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-05-04T09:05:18.992Z] #21 14.28 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-05-04T09:05:18.992Z] #21 14.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-05-04T09:05:18.992Z] #21 14.30 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-05-04T09:05:18.992Z] #21 14.31 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-05-04T09:05:18.992Z] #21 14.31 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-05-04T09:05:18.992Z] #21 14.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-05-04T09:05:18.992Z] #21 14.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-05-04T09:05:18.992Z] #21 14.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-04T09:05:18.992Z] #21 14.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-04T09:05:18.992Z] #21 14.34 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-05-04T09:05:18.992Z] #21 14.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-05-04T09:05:18.992Z] #21 14.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-05-04T09:05:18.992Z] #21 14.36 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-05-04T09:05:18.992Z] #21 14.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-05-04T09:05:18.992Z] #21 14.36 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-05-04T09:05:18.992Z] #21 14.37 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-05-04T09:05:18.992Z] #21 14.37 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-05-04T09:05:18.992Z] #21 14.37 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-05-04T09:05:18.992Z] #21 14.37 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-05-04T09:05:18.992Z] #21 14.37 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-05-04T09:05:18.992Z] #21 14.38 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-05-04T09:05:18.992Z] #21 14.38 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-05-04T09:05:19.254Z] #21 14.38 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-05-04T09:05:19.254Z] #21 14.38 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-04T09:05:19.517Z] #21 14.84 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:05:19.779Z] #21 15.01 Fetched 15.9 MB in 0s (32.5 MB/s) [2022-05-04T09:05:19.779Z] #21 15.05 Selecting previously unselected package gcc-10-base:armel. [2022-05-04T09:05:19.779Z] #21 15.05 (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-05-04T09:05:19.779Z] #21 15.09 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-05-04T09:05:19.779Z] #21 15.10 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-05-04T09:05:19.779Z] #21 15.15 Selecting previously unselected package gcc-10-base:armhf. [2022-05-04T09:05:19.779Z] #21 15.15 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-05-04T09:05:19.779Z] #21 15.16 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-05-04T09:05:19.779Z] #21 15.21 Selecting previously unselected package gcc-10-base:ppc64el. [2022-05-04T09:05:20.042Z] #21 15.21 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-05-04T09:05:20.042Z] #21 15.21 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-04T09:05:20.042Z] #21 15.27 Selecting previously unselected package gcc-10-base:s390x. [2022-05-04T09:05:20.042Z] #21 15.27 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-05-04T09:05:20.042Z] #21 15.28 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-05-04T09:05:20.042Z] #21 15.33 Selecting previously unselected package gcc-10-base:arm64. [2022-05-04T09:05:20.042Z] #21 15.33 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-05-04T09:05:20.042Z] #21 15.34 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-05-04T09:05:20.042Z] #21 15.39 Selecting previously unselected package libgcc-s1:armel. [2022-05-04T09:05:20.042Z] #21 15.39 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-05-04T09:05:20.042Z] #21 15.40 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-05-04T09:05:20.042Z] #21 15.45 Selecting previously unselected package libcrypt1:armel. [2022-05-04T09:05:20.304Z] #21 15.45 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-05-04T09:05:20.304Z] #21 15.46 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-05-04T09:05:20.304Z] #21 15.55 Selecting previously unselected package libc6:armel. [2022-05-04T09:05:20.304Z] #21 15.55 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-05-04T09:05:20.565Z] #21 15.76 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-05-04T09:05:20.827Z] #21 16.19 Selecting previously unselected package libapparmor1:armel. [2022-05-04T09:05:20.827Z] #21 16.20 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-05-04T09:05:20.827Z] #21 16.20 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-05-04T09:05:21.089Z] #21 16.26 Selecting previously unselected package libapparmor-dev:armel. [2022-05-04T09:05:21.089Z] #21 16.26 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-05-04T09:05:21.089Z] #21 16.27 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-05-04T09:05:21.089Z] #21 16.33 Selecting previously unselected package libgcc-s1:arm64. [2022-05-04T09:05:21.089Z] #21 16.34 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-05-04T09:05:21.089Z] #21 16.34 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-05-04T09:05:21.089Z] #21 16.39 Selecting previously unselected package libcrypt1:arm64. [2022-05-04T09:05:21.089Z] #21 16.40 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-05-04T09:05:21.089Z] #21 16.41 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-04T09:05:21.089Z] #21 16.50 Selecting previously unselected package libc6:arm64. [2022-05-04T09:05:21.350Z] #21 16.50 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-05-04T09:05:21.350Z] #21 16.66 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-05-04T09:05:21.611Z] #21 17.09 Selecting previously unselected package libapparmor1:arm64. [2022-05-04T09:05:21.872Z] #21 17.09 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-04T09:05:21.872Z] #21 17.10 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-04T09:05:21.872Z] #21 17.15 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-04T09:05:21.872Z] #21 17.15 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-04T09:05:21.872Z] #21 17.15 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-04T09:05:21.872Z] #21 17.23 Selecting previously unselected package libgcc-s1:s390x. [2022-05-04T09:05:22.133Z] #21 17.23 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-05-04T09:05:22.133Z] #21 17.23 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-05-04T09:05:22.133Z] #21 17.29 Selecting previously unselected package libcrypt1:s390x. [2022-05-04T09:05:22.133Z] #21 17.30 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-05-04T09:05:22.133Z] #21 17.30 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-05-04T09:05:22.133Z] #21 17.38 Selecting previously unselected package libc6:s390x. [2022-05-04T09:05:22.133Z] #21 17.39 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-05-04T09:05:22.394Z] #21 17.61 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-05-04T09:05:22.917Z] #21 18.12 Selecting previously unselected package libapparmor1:s390x. [2022-05-04T09:05:22.917Z] #21 18.13 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-05-04T09:05:22.917Z] #21 18.13 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-05-04T09:05:22.917Z] #21 18.18 Selecting previously unselected package libapparmor-dev:s390x. [2022-05-04T09:05:22.917Z] #21 18.19 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-05-04T09:05:22.917Z] #21 18.19 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-05-04T09:05:23.178Z] #21 18.26 Selecting previously unselected package libgcc-s1:armhf. [2022-05-04T09:05:23.178Z] #21 18.26 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-05-04T09:05:23.178Z] #21 18.27 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-05-04T09:05:23.178Z] #21 18.32 Selecting previously unselected package libcrypt1:armhf. [2022-05-04T09:05:23.178Z] #21 18.32 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-05-04T09:05:23.178Z] #21 18.33 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-05-04T09:05:23.178Z] #21 18.42 Selecting previously unselected package libc6:armhf. [2022-05-04T09:05:23.178Z] #21 18.42 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-05-04T09:05:23.440Z] #21 18.57 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-05-04T09:05:23.702Z] #21 19.03 Selecting previously unselected package libapparmor1:armhf. [2022-05-04T09:05:23.702Z] #21 19.04 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-05-04T09:05:23.702Z] #21 19.05 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-05-04T09:05:23.702Z] #21 19.11 Selecting previously unselected package libapparmor-dev:armhf. [2022-05-04T09:05:23.702Z] #21 19.11 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-05-04T09:05:23.964Z] #21 19.12 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-05-04T09:05:23.964Z] #21 19.18 Selecting previously unselected package libgcc-s1:ppc64el. [2022-05-04T09:05:23.964Z] #21 19.19 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-05-04T09:05:23.964Z] #21 19.19 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-04T09:05:23.964Z] #21 19.24 Selecting previously unselected package libcrypt1:ppc64el. [2022-05-04T09:05:23.964Z] #21 19.24 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-05-04T09:05:23.964Z] #21 19.25 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-04T09:05:23.964Z] #21 19.33 Selecting previously unselected package libc6:ppc64el. [2022-05-04T09:05:23.964Z] #21 19.34 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-05-04T09:05:24.225Z] #21 19.53 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-04T09:05:25.167Z] #21 20.15 Selecting previously unselected package libapparmor1:ppc64el. [2022-05-04T09:05:25.167Z] #21 20.15 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-05-04T09:05:25.167Z] #21 20.16 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-05-04T09:05:25.167Z] #21 20.21 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-05-04T09:05:25.167Z] #21 20.22 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-05-04T09:05:25.167Z] #21 20.22 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-04T09:05:25.167Z] #21 20.29 Selecting previously unselected package libseccomp2:s390x. [2022-05-04T09:05:25.167Z] #21 20.30 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-05-04T09:05:25.167Z] #21 20.30 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.167Z] #21 20.35 Selecting previously unselected package libseccomp-dev:s390x. [2022-05-04T09:05:25.167Z] #21 20.36 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-05-04T09:05:25.167Z] #21 20.36 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.167Z] #21 20.43 Selecting previously unselected package libseccomp2:ppc64el. [2022-05-04T09:05:25.167Z] #21 20.43 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-04T09:05:25.167Z] #21 20.43 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.167Z] #21 20.47 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-05-04T09:05:25.167Z] #21 20.48 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-04T09:05:25.167Z] #21 20.48 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.428Z] #21 20.54 Selecting previously unselected package libseccomp2:armhf. [2022-05-04T09:05:25.428Z] #21 20.54 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-05-04T09:05:25.428Z] #21 20.55 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.428Z] #21 20.61 Selecting previously unselected package libseccomp-dev:armhf. [2022-05-04T09:05:25.428Z] #21 20.62 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-05-04T09:05:25.428Z] #21 20.62 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.428Z] #21 20.69 Selecting previously unselected package libseccomp2:armel. [2022-05-04T09:05:25.428Z] #21 20.69 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-05-04T09:05:25.428Z] #21 20.70 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.428Z] #21 20.75 Selecting previously unselected package libseccomp-dev:armel. [2022-05-04T09:05:25.428Z] #21 20.75 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-05-04T09:05:25.428Z] #21 20.76 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.689Z] #21 20.83 Selecting previously unselected package libseccomp2:arm64. [2022-05-04T09:05:25.689Z] #21 20.83 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-05-04T09:05:25.689Z] #21 20.84 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.689Z] #21 20.89 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-04T09:05:25.689Z] #21 20.89 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-04T09:05:25.689Z] #21 20.90 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:25.689Z] #21 21.01 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-05-04T09:05:25.689Z] #21 21.03 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-05-04T09:05:25.689Z] #21 21.04 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-05-04T09:05:25.689Z] #21 21.06 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-04T09:05:25.689Z] #21 21.07 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-05-04T09:05:25.689Z] #21 21.08 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-04T09:05:25.951Z] #21 21.10 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-05-04T09:05:25.951Z] #21 21.11 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-05-04T09:05:25.951Z] #21 21.13 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-04T09:05:25.951Z] #21 21.14 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-05-04T09:05:25.951Z] #21 21.15 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-05-04T09:05:25.951Z] #21 21.17 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-05-04T09:05:25.951Z] #21 21.18 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-05-04T09:05:25.951Z] #21 21.19 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-04T09:05:25.951Z] #21 21.20 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-05-04T09:05:25.951Z] #21 21.22 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-05-04T09:05:27.254Z] #45 DONE 233.8s [2022-05-04T09:05:27.254Z] [2022-05-04T09:05:27.254Z] #62 [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-05-04T09:05:27.254Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:05:27.340Z] #21 22.44 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-05-04T09:05:28.282Z] 8f616e6e9eec: Verifying Checksum [2022-05-04T09:05:28.282Z] 8f616e6e9eec: Download complete [2022-05-04T09:05:28.285Z] #21 23.70 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-05-04T09:05:28.624Z] #62 ... [2022-05-04T09:05:28.624Z] [2022-05-04T09:05:28.624Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-04T09:05:28.624Z] #46 sha256:96832380ff1256b5bec42c6105b640cef9f5b0346175eb3f6c6514a730745f72 [2022-05-04T09:05:28.880Z] #46 DONE 0.4s [2022-05-04T09:05:28.880Z] [2022-05-04T09:05:28.880Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-04T09:05:28.880Z] #50 sha256:2e574193d58b39d3191391c1b503aa24ab29ad2dfcab8fffbf499dde57142a7e [2022-05-04T09:05:28.880Z] #50 DONE 0.0s [2022-05-04T09:05:28.880Z] [2022-05-04T09:05:28.880Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-04T09:05:28.880Z] #52 sha256:617b6fdc0a7b2724a4b3036a27a78f5b399b1725418e1784846e0b8b0d87a4ad [2022-05-04T09:05:29.136Z] #52 DONE 0.1s [2022-05-04T09:05:29.136Z] [2022-05-04T09:05:29.136Z] #53 [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-05-04T09:05:29.136Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:05:29.680Z] #21 24.94 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-04T09:05:30.367Z] #53 ... [2022-05-04T09:05:30.368Z] [2022-05-04T09:05:30.368Z] #58 [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-05-04T09:05:30.368Z] #58 sha256:c4b26d2f85cdfc7f9e3383999c093d3542054dd6910d447b5ac8208cea9e1c0d [2022-05-04T09:05:30.368Z] #58 145.9 + mkdir -p /build [2022-05-04T09:05:30.368Z] #58 145.9 + cp runc /build/runc [2022-05-04T09:05:30.368Z] #58 DONE 146.7s [2022-05-04T09:05:30.368Z] [2022-05-04T09:05:30.368Z] #53 [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-05-04T09:05:30.368Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:05:30.368Z] #53 253.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-04T09:05:30.368Z] #53 DONE 253.8s [2022-05-04T09:05:30.368Z] [2022-05-04T09:05:30.368Z] #62 [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-05-04T09:05:30.368Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:05:30.368Z] #62 ... [2022-05-04T09:05:30.368Z] [2022-05-04T09:05:30.368Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-04T09:05:30.368Z] #54 sha256:7cc6d26a6d2c3b3710e35eb90a8d72c1b6b1ed72988fb8f695740c0127e64019 [2022-05-04T09:05:30.933Z] #54 DONE 0.5s [2022-05-04T09:05:30.933Z] [2022-05-04T09:05:30.933Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-04T09:05:30.933Z] #56 sha256:ca980a258c8acc5bab34c3cf30d711eb692acf6da5d363877257550f02dafce9 [2022-05-04T09:05:30.933Z] #56 DONE 0.1s [2022-05-04T09:05:30.933Z] [2022-05-04T09:05:30.933Z] #62 [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-05-04T09:05:30.933Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:05:31.072Z] #21 26.17 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-05-04T09:05:31.190Z] #62 ... [2022-05-04T09:05:31.190Z] [2022-05-04T09:05:31.190Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-04T09:05:31.190Z] #59 sha256:73ee32cd68338c5a6cbcd42777e0893efa059be6c59e9446014a070e33cd6490 [2022-05-04T09:05:31.190Z] #59 DONE 0.2s [2022-05-04T09:05:31.190Z] [2022-05-04T09:05:31.190Z] #62 [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-05-04T09:05:31.190Z] #62 sha256:bd255dc1968c9ac58d35b74f691e7cff04ffe0874510bdf43ef0c9ba6fc76796 [2022-05-04T09:05:32.018Z] #21 27.38 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-04T09:05:32.018Z] #21 27.39 Setting up libapparmor1:armel (2.13.6-10) ... [2022-05-04T09:05:32.018Z] #21 27.40 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.41 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.43 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.44 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.45 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.47 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.48 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.49 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.50 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.52 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.53 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.54 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.55 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-05-04T09:05:32.279Z] #21 27.57 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.58 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.59 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.61 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.279Z] #21 27.62 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-04T09:05:32.540Z] #21 27.64 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:05:32.802Z] #21 DONE 28.2s [2022-05-04T09:05:32.802Z] [2022-05-04T09:05:32.802Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-04T09:05:32.802Z] #64 sha256:b17ca717667760870f71de975b7516361cd69989887a4bd466747b5fd0c260a4 [2022-05-04T09:05:33.064Z] #64 DONE 0.1s [2022-05-04T09:05:33.064Z] [2022-05-04T09:05:33.064Z] #65 [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-05-04T09:05:33.064Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:05:33.086Z] #62 232.9 + bin/containerd [2022-05-04T09:05:34.009Z] #65 ... [2022-05-04T09:05:34.009Z] [2022-05-04T09:05:34.009Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-05-04T09:05:34.009Z] #22 sha256:1186407e5c635c76e6ceef31d6ad460ca293e21a1931fede76da6e75e8c3983d [2022-05-04T09:05:34.009Z] #22 DONE 1.2s [2022-05-04T09:05:34.009Z] [2022-05-04T09:05:34.009Z] #65 [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-05-04T09:05:34.009Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:05:34.009Z] #65 1.016 + RM_GOPATH=0 [2022-05-04T09:05:34.009Z] #65 1.016 + TMP_GOPATH= [2022-05-04T09:05:34.009Z] #65 1.016 + : /build [2022-05-04T09:05:34.009Z] #65 1.016 + '[' -z '' ']' [2022-05-04T09:05:34.009Z] #65 1.016 ++ mktemp -d [2022-05-04T09:05:34.009Z] #65 1.019 + export GOPATH=/tmp/tmp.CawnQBXfVh [2022-05-04T09:05:34.009Z] #65 1.019 + GOPATH=/tmp/tmp.CawnQBXfVh [2022-05-04T09:05:34.009Z] #65 1.019 + RM_GOPATH=1 [2022-05-04T09:05:34.009Z] #65 1.019 + case "$(go env GOARCH)" in [2022-05-04T09:05:34.009Z] #65 1.019 ++ go env GOARCH [2022-05-04T09:05:34.009Z] #65 1.026 + export GO_BUILDMODE=-buildmode=pie [2022-05-04T09:05:34.009Z] #65 1.026 + GO_BUILDMODE=-buildmode=pie [2022-05-04T09:05:34.009Z] #65 1.026 ++ dirname /install.sh [2022-05-04T09:05:34.009Z] #65 1.027 + dir=/ [2022-05-04T09:05:34.009Z] #65 1.027 + bin=runc [2022-05-04T09:05:34.009Z] #65 1.027 + shift [2022-05-04T09:05:34.009Z] #65 1.028 + '[' '!' -f //runc.installer ']' [2022-05-04T09:05:34.009Z] #65 1.028 + . //runc.installer [2022-05-04T09:05:34.009Z] #65 1.028 ++ set -e [2022-05-04T09:05:34.009Z] #65 1.028 Install runc version v1.1.1 (build tags: seccomp) [2022-05-04T09:05:34.009Z] #65 1.028 ++ : v1.1.1 [2022-05-04T09:05:34.009Z] #65 1.028 + install_runc [2022-05-04T09:05:34.009Z] #65 1.028 + RUNC_BUILDTAGS=seccomp [2022-05-04T09:05:34.009Z] #65 1.028 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-05-04T09:05:34.009Z] #65 1.028 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CawnQBXfVh/src/github.com/opencontainers/runc [2022-05-04T09:05:34.009Z] #65 1.030 Cloning into '/tmp/tmp.CawnQBXfVh/src/github.com/opencontainers/runc'... [2022-05-04T09:05:34.605Z] #45 DONE 237.5s [2022-05-04T09:05:34.605Z] [2022-05-04T09:05:34.605Z] #58 [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-05-04T09:05:34.605Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:05:34.605Z] #58 ... [2022-05-04T09:05:34.605Z] [2022-05-04T09:05:34.605Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-04T09:05:34.605Z] #46 sha256:02e42c545004d327bc50cda11c9839ede047dae880fef323d7c386b33113ff64 [2022-05-04T09:05:34.605Z] #46 DONE 0.6s [2022-05-04T09:05:34.605Z] [2022-05-04T09:05:34.605Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-04T09:05:34.605Z] #50 sha256:9d9788c81175693ef93ffafacc23edf0b25ff17d45a02c651f5ef512a2693205 [2022-05-04T09:05:34.605Z] #50 DONE 0.1s [2022-05-04T09:05:34.605Z] [2022-05-04T09:05:34.605Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-04T09:05:34.605Z] #52 sha256:3ca66f51acc95c801b40690c526135dd82a315ed6089f7543e9b441d3cd007fd [2022-05-04T09:05:34.605Z] #52 DONE 0.1s [2022-05-04T09:05:34.605Z] [2022-05-04T09:05:34.605Z] #58 [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-05-04T09:05:34.605Z] #58 sha256:d19c9d282e8ccefe1c4b828c15c20249ade7679d47dbbbb00c702f1d796958a6 [2022-05-04T09:05:35.397Z] #65 ... [2022-05-04T09:05:35.397Z] [2022-05-04T09:05:35.397Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-04T09:05:35.397Z] #23 sha256:e18b8c462b0eb3952c8e8c2f89a740417db7cfac4bf075372a09ecc77fc73721 [2022-05-04T09:05:35.397Z] #23 DONE 1.1s [2022-05-04T09:05:35.397Z] [2022-05-04T09:05:35.397Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-04T09:05:35.397Z] #24 sha256:28e8a822ab621eecd17759786f4e5d2479f8c2221c8f05d39a26e2e9c9939f68 [2022-05-04T09:05:35.973Z] #24 0.809 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-04T09:05:36.234Z] #24 DONE 0.9s [2022-05-04T09:05:36.234Z] [2022-05-04T09:05:36.234Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-04T09:05:36.234Z] #25 sha256:afdc12ae821af437125a3bcc9673d4d094d269c5bcfbaa2c665d73e87b81bb08 [2022-05-04T09:05:37.182Z] #25 DONE 1.0s [2022-05-04T09:05:37.182Z] [2022-05-04T09:05:37.182Z] #65 [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-05-04T09:05:37.182Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:05:38.129Z] #65 ... [2022-05-04T09:05:38.129Z] [2022-05-04T09:05:38.129Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-04T09:05:38.129Z] #26 sha256:ae7c01d5ba32701696a012f28efda29d0f8b8a3ef35e9a7b8ab9c28d3bdfc8da [2022-05-04T09:05:38.129Z] #26 DONE 0.9s [2022-05-04T09:05:38.129Z] [2022-05-04T09:05:38.129Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2022-05-04T09:05:38.129Z] #27 sha256:e1d7ee6f32b836cb5505ef569132e90032d7855f65467779a09f337b37b630d4 [2022-05-04T09:05:39.080Z] #27 DONE 0.9s [2022-05-04T09:05:39.080Z] [2022-05-04T09:05:39.080Z] #28 [dev-systemd-false 7/25] 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-05-04T09:05:39.080Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-05-04T09:05:39.707Z] #62 234.6 # github.com/containerd/containerd/cmd/containerd [2022-05-04T09:05:39.707Z] #62 234.6 /usr/bin/ld: /tmp/go-link-2303933209/000019.o: in function `New': [2022-05-04T09:05:39.707Z] #62 234.6 /tmp/tmp.FMMSmFE81c/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-04T09:05:39.707Z] #62 234.7 + bin/containerd-stress [2022-05-04T09:05:39.707Z] #62 235.8 + bin/containerd-shim [2022-05-04T09:05:40.027Z] #28 1.137 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-04T09:05:40.027Z] #28 1.154 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-04T09:05:40.027Z] #28 1.154 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-04T09:05:40.289Z] #28 1.395 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-04T09:05:40.864Z] #28 1.699 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-04T09:05:40.864Z] #28 1.963 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-04T09:05:41.126Z] #28 2.171 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-04T09:05:41.388Z] #28 2.493 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-04T09:05:41.650Z] #28 2.756 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-04T09:05:41.911Z] #28 3.099 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB] [2022-05-04T09:05:41.911Z] #28 3.100 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [129 kB] [2022-05-04T09:05:41.911Z] #28 3.100 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-04T09:05:41.911Z] #28 3.101 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-04T09:05:41.912Z] #28 3.101 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB] [2022-05-04T09:05:41.912Z] #28 3.101 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-05-04T09:05:41.912Z] #28 3.113 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-04T09:05:41.912Z] #28 3.114 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-04T09:05:41.912Z] #28 3.115 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-04T09:05:41.912Z] #28 3.116 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-04T09:05:41.912Z] #28 3.117 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-04T09:05:41.912Z] #28 3.119 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-04T09:05:46.305Z] #62 244.1 + bin/containerd-shim-runc-v1 [2022-05-04T09:05:48.557Z] #28 ... [2022-05-04T09:05:48.557Z] [2022-05-04T09:05:48.557Z] #65 [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-05-04T09:05:48.557Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:05:48.557Z] #65 5.155 + cd /tmp/tmp.CawnQBXfVh/src/github.com/opencontainers/runc [2022-05-04T09:05:48.557Z] #65 5.155 + git checkout -q v1.1.1 [2022-05-04T09:05:48.557Z] #65 5.515 + '[' -z '' ']' [2022-05-04T09:05:48.557Z] #65 5.515 + target=static [2022-05-04T09:05:48.557Z] #65 5.515 + make BUILDTAGS=seccomp static [2022-05-04T09:05:48.557Z] #65 5.709 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-05-04T09:05:51.601Z] #62 249.1 + bin/containerd-shim-runc-v2 [2022-05-04T09:05:51.601Z] #62 249.8 + binaries [2022-05-04T09:05:51.601Z] #62 249.8 + install -D bin/containerd /build/containerd [2022-05-04T09:05:51.601Z] #62 249.8 + install -D bin/containerd-shim /build/containerd-shim [2022-05-04T09:05:51.601Z] #62 249.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-04T09:05:51.601Z] #62 249.9 + install -D bin/ctr /build/ctr [2022-05-04T09:05:52.990Z] Running on azwin-2-74be70 in d:\jenkins\workspace\moby_PR-43559 [Pipeline] { [Pipeline] ws [2022-05-04T09:05:53.010Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-04T09:05:53.881Z] #65 ... [2022-05-04T09:05:53.881Z] [2022-05-04T09:05:53.881Z] #28 [dev-systemd-false 7/25] 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-05-04T09:05:53.881Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-05-04T09:05:53.881Z] #28 14.76 Fetched 48.9 MB in 14s (3530 kB/s) [2022-05-04T09:05:54.777Z] The recommended git tool is: git [2022-05-04T09:05:56.937Z] #62 DONE 254.7s [2022-05-04T09:05:57.197Z] [2022-05-04T09:05:57.197Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-04T09:05:57.197Z] #63 sha256:5003e52e6c14f35be18c396dc950cb4fe6c6ce9097de18228a7b3ec033516d69 [2022-05-04T09:05:59.109Z] #63 DONE 1.7s [2022-05-04T09:05:59.109Z] [2022-05-04T09:05:59.109Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-04T09:05:59.109Z] #68 sha256:415294623dcc3be9b3f1e1d5591bc261f7b843bf5e62835699f72f1b8f0694fc [2022-05-04T09:05:59.370Z] #68 DONE 0.4s [2022-05-04T09:05:59.370Z] [2022-05-04T09:05:59.370Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-04T09:05:59.370Z] #73 sha256:68f424970563c3cbefb2dab7e5f8ea13bc0452c805fd69041ffc5cbbeb492c55 [2022-05-04T09:06:00.473Z] #28 14.76 Reading package lists... [2022-05-04T09:06:01.261Z] #53 ... [2022-05-04T09:06:01.261Z] [2022-05-04T09:06:01.261Z] #58 [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-05-04T09:06:01.261Z] #58 sha256:a5ea92c90ccd0e45889f8c9ecb74a4a7ea98502e480f67653ff73f664b5e2016 [2022-05-04T09:06:01.261Z] #58 145.9 + mkdir -p /build [2022-05-04T09:06:01.261Z] #58 145.9 + cp runc /build/runc [2022-05-04T09:06:01.283Z] #73 DONE 1.9s [2022-05-04T09:06:01.283Z] [2022-05-04T09:06:01.283Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-04T09:06:01.283Z] #74 sha256:489c0972bba53477278cb56136f7d85123601b628d9db0f7d217ec82ed1b974c [2022-05-04T09:06:01.283Z] #74 DONE 0.0s [2022-05-04T09:06:01.283Z] [2022-05-04T09:06:01.283Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-04T09:06:01.283Z] #75 sha256:1cbcca0de4212cf05e185094cca09d7b4f5c5893ae42171e0951cac3639e0756 [2022-05-04T09:06:02.229Z] #75 DONE 0.9s [2022-05-04T09:06:02.229Z] [2022-05-04T09:06:02.229Z] #76 exporting to image [2022-05-04T09:06:02.229Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-04T09:06:02.229Z] #76 exporting layers [2022-05-04T09:06:02.632Z] #58 DONE 147.8s [2022-05-04T09:06:02.632Z] [2022-05-04T09:06:02.632Z] #53 [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-05-04T09:06:02.632Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:06:05.240Z] #53 272.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-04T09:06:05.240Z] #53 DONE 272.1s [2022-05-04T09:06:05.240Z] [2022-05-04T09:06:05.240Z] #62 [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-05-04T09:06:05.240Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:06:05.539Z] #76 exporting layers 3.2s done [2022-05-04T09:06:05.540Z] #76 writing image sha256:6d2c6d38c7dc895824049edcb932d5484f1cb0a51d1fcd14e6836160ca03caff [2022-05-04T09:06:05.540Z] #76 writing image sha256:6d2c6d38c7dc895824049edcb932d5484f1cb0a51d1fcd14e6836160ca03caff done [2022-05-04T09:06:05.540Z] #76 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 done [2022-05-04T09:06:05.540Z] #76 DONE 3.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-04T09:06:05.878Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-04T09:06:06.170Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/test/unit [2022-05-04T09:06:06.657Z] #62 ... [2022-05-04T09:06:06.657Z] [2022-05-04T09:06:06.657Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-04T09:06:06.657Z] #54 sha256:ef16ff797cdafb7a1b285c31837b43f7a0a70bada6472c9f7cc3dee8637dd8b5 [2022-05-04T09:06:07.071Z] #28 21.49 Reading package lists... [2022-05-04T09:06:07.221Z] #54 DONE 0.6s [2022-05-04T09:06:07.221Z] [2022-05-04T09:06:07.221Z] #62 [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-05-04T09:06:07.221Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:06:07.221Z] #62 ... [2022-05-04T09:06:07.221Z] [2022-05-04T09:06:07.221Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-04T09:06:07.221Z] #56 sha256:bb95bea3d4b6da229f294b37317bac4656e34b1e90efbb84557a59711532f353 [2022-05-04T09:06:07.221Z] #56 DONE 0.1s [2022-05-04T09:06:07.221Z] [2022-05-04T09:06:07.221Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-04T09:06:07.221Z] #59 sha256:1f8b426a7fd679f598192495ce9a599f8c8c0efe9242ab54913c27c19b852a70 [2022-05-04T09:06:07.221Z] #59 DONE 0.2s [2022-05-04T09:06:07.221Z] [2022-05-04T09:06:07.221Z] #62 [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-05-04T09:06:07.221Z] #62 sha256:336d7a1ace643659c6b4386977cb8e32549bb2fc059f0e5c3cbf4e6b9fce400b [2022-05-04T09:06:08.087Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-05-04T09:06:08.087Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-04T09:06:08.087Z] + TESTDIRS=./... [2022-05-04T09:06:08.087Z] + exclude_paths='/vendor/|/integration' [2022-05-04T09:06:08.087Z] ++ go list ./... [2022-05-04T09:06:08.087Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-04T09:06:08.466Z] #28 27.92 Building dependency tree... [2022-05-04T09:06:08.586Z] #62 224.0 + bin/containerd [2022-05-04T09:06:08.661Z] + pkg_list='github.com/docker/docker/api [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/backend [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/container [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/events [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/filters [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/image [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/mount [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/network [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/registry [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/time [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/versions [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:06:08.661Z] github.com/docker/docker/api/types/volume [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:06:08.661Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:06:08.661Z] github.com/docker/docker/cli [2022-05-04T09:06:08.661Z] github.com/docker/docker/cli/config [2022-05-04T09:06:08.661Z] github.com/docker/docker/cli/debug [2022-05-04T09:06:08.661Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:06:08.661Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:06:08.661Z] github.com/docker/docker/client [2022-05-04T09:06:08.661Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:06:08.661Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:06:08.661Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:06:08.661Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:06:08.661Z] github.com/docker/docker/container [2022-05-04T09:06:08.661Z] github.com/docker/docker/container/stream [2022-05-04T09:06:08.661Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:06:08.661Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:06:08.661Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/config [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/events [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/exec [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/images [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/links [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/names [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/network [2022-05-04T09:06:08.661Z] github.com/docker/docker/daemon/stats [2022-05-04T09:06:08.661Z] github.com/docker/docker/distribution [2022-05-04T09:06:08.661Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:06:08.661Z] github.com/docker/docker/distribution/utils [2022-05-04T09:06:08.661Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:06:08.661Z] github.com/docker/docker/dockerversion [2022-05-04T09:06:08.661Z] github.com/docker/docker/errdefs [2022-05-04T09:06:08.661Z] github.com/docker/docker/image [2022-05-04T09:06:08.661Z] github.com/docker/docker/image/cache [2022-05-04T09:06:08.661Z] github.com/docker/docker/image/tarexport [2022-05-04T09:06:08.661Z] github.com/docker/docker/image/v1 [2022-05-04T09:06:08.661Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:06:08.661Z] github.com/docker/docker/layer [2022-05-04T09:06:08.661Z] github.com/docker/docker/libcontainerd [2022-05-04T09:06:08.661Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:06:08.661Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:06:08.661Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:06:08.661Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:06:08.661Z] github.com/docker/docker/oci [2022-05-04T09:06:08.661Z] github.com/docker/docker/oci/caps [2022-05-04T09:06:08.661Z] github.com/docker/docker/opts [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/archive [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/directory [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/platform [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/pools [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/progress [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/signal [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/stack [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/system [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:06:08.661Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:06:08.661Z] github.com/docker/docker/plugin [2022-05-04T09:06:08.661Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:06:08.661Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:06:08.661Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:06:08.661Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:06:08.661Z] github.com/docker/docker/quota [2022-05-04T09:06:08.661Z] github.com/docker/docker/reference [2022-05-04T09:06:08.661Z] github.com/docker/docker/registry [2022-05-04T09:06:08.661Z] github.com/docker/docker/registry/resumable [2022-05-04T09:06:08.661Z] github.com/docker/docker/restartmanager [2022-05-04T09:06:08.661Z] github.com/docker/docker/rootless [2022-05-04T09:06:08.661Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:06:08.661Z] github.com/docker/docker/runconfig [2022-05-04T09:06:08.661Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/environment [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/registry [2022-05-04T09:06:08.661Z] github.com/docker/docker/testutil/request [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/drivers [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/local [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/mounts [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/service [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:06:08.661Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:06:08.662Z] ++ grep --fixed-strings -v /libnetwork [2022-05-04T09:06:08.662Z] ++ echo 'github.com/docker/docker/api [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/backend [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/events [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/filters [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/image [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/mount [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/network [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/registry [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/time [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/volume [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/config [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/debug [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/client [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:06:08.662Z] github.com/docker/docker/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/container/stream [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/config [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/events [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/exec [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/images [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/links [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/names [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/network [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/stats [2022-05-04T09:06:08.662Z] github.com/docker/docker/distribution [2022-05-04T09:06:08.662Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:06:08.662Z] github.com/docker/docker/distribution/utils [2022-05-04T09:06:08.662Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:06:08.662Z] github.com/docker/docker/dockerversion [2022-05-04T09:06:08.662Z] github.com/docker/docker/errdefs [2022-05-04T09:06:08.662Z] github.com/docker/docker/image [2022-05-04T09:06:08.662Z] github.com/docker/docker/image/cache [2022-05-04T09:06:08.662Z] github.com/docker/docker/image/tarexport [2022-05-04T09:06:08.662Z] github.com/docker/docker/image/v1 [2022-05-04T09:06:08.662Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:06:08.662Z] github.com/docker/docker/layer [2022-05-04T09:06:08.662Z] github.com/docker/docker/libcontainerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:06:08.662Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:06:08.662Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:06:08.662Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:06:08.662Z] github.com/docker/docker/oci [2022-05-04T09:06:08.662Z] github.com/docker/docker/oci/caps [2022-05-04T09:06:08.662Z] github.com/docker/docker/opts [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/archive [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/directory [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/platform [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/pools [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/progress [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/signal [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/stack [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/system [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:06:08.662Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:06:08.662Z] github.com/docker/docker/plugin [2022-05-04T09:06:08.662Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:06:08.662Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:06:08.662Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:06:08.662Z] github.com/docker/docker/quota [2022-05-04T09:06:08.662Z] github.com/docker/docker/reference [2022-05-04T09:06:08.662Z] github.com/docker/docker/registry [2022-05-04T09:06:08.662Z] github.com/docker/docker/registry/resumable [2022-05-04T09:06:08.662Z] github.com/docker/docker/restartmanager [2022-05-04T09:06:08.662Z] github.com/docker/docker/rootless [2022-05-04T09:06:08.662Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:06:08.662Z] github.com/docker/docker/runconfig [2022-05-04T09:06:08.662Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/environment [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/registry [2022-05-04T09:06:08.662Z] github.com/docker/docker/testutil/request [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/drivers [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/local [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/mounts [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/service [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:06:08.662Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:06:08.662Z] + base_pkg_list='github.com/docker/docker/api [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/backend [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/events [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/filters [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/image [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/mount [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/network [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/registry [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/time [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:06:08.662Z] github.com/docker/docker/api/types/volume [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:06:08.662Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/config [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/debug [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:06:08.662Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/client [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:06:08.662Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:06:08.662Z] github.com/docker/docker/container [2022-05-04T09:06:08.662Z] github.com/docker/docker/container/stream [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:06:08.662Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon [2022-05-04T09:06:08.662Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/config [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/events [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/exec [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/images [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/links [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/names [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/network [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/stats [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/utils [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:06:08.663Z] github.com/docker/docker/dockerversion [2022-05-04T09:06:08.663Z] github.com/docker/docker/errdefs [2022-05-04T09:06:08.663Z] github.com/docker/docker/image [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/cache [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/tarexport [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/v1 [2022-05-04T09:06:08.663Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:06:08.663Z] github.com/docker/docker/layer [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:06:08.663Z] github.com/docker/docker/oci [2022-05-04T09:06:08.663Z] github.com/docker/docker/oci/caps [2022-05-04T09:06:08.663Z] github.com/docker/docker/opts [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/archive [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/directory [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/platform [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/pools [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/progress [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/signal [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/stack [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/system [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:06:08.663Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:06:08.663Z] github.com/docker/docker/plugin [2022-05-04T09:06:08.663Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:06:08.663Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:06:08.663Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:06:08.663Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:06:08.663Z] github.com/docker/docker/quota [2022-05-04T09:06:08.663Z] github.com/docker/docker/reference [2022-05-04T09:06:08.663Z] github.com/docker/docker/registry [2022-05-04T09:06:08.663Z] github.com/docker/docker/registry/resumable [2022-05-04T09:06:08.663Z] github.com/docker/docker/restartmanager [2022-05-04T09:06:08.663Z] github.com/docker/docker/rootless [2022-05-04T09:06:08.663Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:06:08.663Z] github.com/docker/docker/runconfig [2022-05-04T09:06:08.663Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/environment [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/registry [2022-05-04T09:06:08.663Z] github.com/docker/docker/testutil/request [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/drivers [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/local [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/mounts [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/service [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:06:08.663Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:06:08.663Z] ++ grep --fixed-strings /libnetwork [2022-05-04T09:06:08.663Z] ++ echo 'github.com/docker/docker/api [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/backend [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/container [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/events [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/filters [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/image [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/mount [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/network [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/registry [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/time [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/versions [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:06:08.663Z] github.com/docker/docker/api/types/volume [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:06:08.663Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:06:08.663Z] github.com/docker/docker/cli [2022-05-04T09:06:08.663Z] github.com/docker/docker/cli/config [2022-05-04T09:06:08.663Z] github.com/docker/docker/cli/debug [2022-05-04T09:06:08.663Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:06:08.663Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:06:08.663Z] github.com/docker/docker/client [2022-05-04T09:06:08.663Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:06:08.663Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:06:08.663Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:06:08.663Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:06:08.663Z] github.com/docker/docker/container [2022-05-04T09:06:08.663Z] github.com/docker/docker/container/stream [2022-05-04T09:06:08.663Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:06:08.663Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:06:08.663Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/config [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/events [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/exec [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/images [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/links [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/names [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/network [2022-05-04T09:06:08.663Z] github.com/docker/docker/daemon/stats [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/utils [2022-05-04T09:06:08.663Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:06:08.663Z] github.com/docker/docker/dockerversion [2022-05-04T09:06:08.663Z] github.com/docker/docker/errdefs [2022-05-04T09:06:08.663Z] github.com/docker/docker/image [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/cache [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/tarexport [2022-05-04T09:06:08.663Z] github.com/docker/docker/image/v1 [2022-05-04T09:06:08.663Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:06:08.663Z] github.com/docker/docker/layer [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:06:08.663Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:06:08.663Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:06:08.664Z] github.com/docker/docker/oci [2022-05-04T09:06:08.664Z] github.com/docker/docker/oci/caps [2022-05-04T09:06:08.664Z] github.com/docker/docker/opts [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/archive [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/directory [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/platform [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/pools [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/progress [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/signal [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/stack [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/system [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:06:08.664Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:06:08.664Z] github.com/docker/docker/plugin [2022-05-04T09:06:08.664Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:06:08.664Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:06:08.664Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:06:08.664Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:06:08.664Z] github.com/docker/docker/quota [2022-05-04T09:06:08.664Z] github.com/docker/docker/reference [2022-05-04T09:06:08.664Z] github.com/docker/docker/registry [2022-05-04T09:06:08.664Z] github.com/docker/docker/registry/resumable [2022-05-04T09:06:08.664Z] github.com/docker/docker/restartmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/rootless [2022-05-04T09:06:08.664Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:06:08.664Z] github.com/docker/docker/runconfig [2022-05-04T09:06:08.664Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/environment [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/registry [2022-05-04T09:06:08.664Z] github.com/docker/docker/testutil/request [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/drivers [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/local [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/mounts [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/service [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:06:08.664Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:06:08.664Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/types' [2022-05-04T09:06:08.664Z] + echo 'github.com/docker/docker/libnetwork [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/types' [2022-05-04T09:06:08.664Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:06:08.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:06:08.664Z] + type docker-proxy [2022-05-04T09:06:08.664Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-04T09:06:08.664Z] + hack/make.sh binary-proxy install-proxy [2022-05-04T09:06:08.664Z] [2022-05-04T09:06:08.927Z] Removing bundles/ [2022-05-04T09:06:08.927Z] [2022-05-04T09:06:08.927Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-04T09:06:08.927Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-04T09:06:08.927Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:06:09.853Z] #28 30.87 bzip2 is already the newest version (1.0.8-4). [2022-05-04T09:06:09.853Z] #28 30.87 patch is already the newest version (2.7.6-7). [2022-05-04T09:06:09.853Z] #28 30.87 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-05-04T09:06:09.853Z] #28 30.87 The following additional packages will be installed: [2022-05-04T09:06:09.853Z] #28 30.87 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-04T09:06:09.853Z] #28 30.88 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-05-04T09:06:09.853Z] #28 30.88 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-04T09:06:09.853Z] #28 30.88 python3-pkg-resources vim-runtime xxd [2022-05-04T09:06:09.853Z] #28 30.90 Suggested packages: [2022-05-04T09:06:09.853Z] #28 30.91 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-05-04T09:06:09.853Z] #28 30.91 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-05-04T09:06:09.853Z] #28 30.91 Recommended packages: [2022-05-04T09:06:09.853Z] #28 30.91 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-04T09:06:11.241Z] #28 32.47 The following NEW packages will be installed: [2022-05-04T09:06:11.241Z] #28 32.47 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-05-04T09:06:11.241Z] #28 32.47 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-04T09:06:11.241Z] #28 32.47 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-05-04T09:06:11.241Z] #28 32.48 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-05-04T09:06:11.502Z] #28 32.48 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-05-04T09:06:11.502Z] #28 32.48 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-05-04T09:06:11.502Z] #28 32.48 vim-common vim-runtime xfsprogs xxd zip zstd [2022-05-04T09:06:11.764Z] #28 32.90 0 upgraded, 44 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:06:11.764Z] #28 32.90 Need to get 18.6 MB of archives. [2022-05-04T09:06:11.764Z] #28 32.90 After this operation, 71.4 MB of additional disk space will be used. [2022-05-04T09:06:11.764Z] #28 32.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-04T09:06:11.764Z] #28 32.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-04T09:06:11.764Z] #28 32.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-04T09:06:11.764Z] #28 32.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-04T09:06:11.764Z] #28 32.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-04T09:06:11.764Z] #28 32.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-04T09:06:11.764Z] #28 32.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-04T09:06:11.764Z] #28 32.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-04T09:06:11.764Z] #28 32.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-04T09:06:11.764Z] #28 32.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-04T09:06:11.764Z] #28 32.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-04T09:06:11.764Z] #28 32.95 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-04T09:06:11.764Z] #28 32.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-04T09:06:11.764Z] #28 32.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-04T09:06:11.764Z] #28 32.97 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-04T09:06:11.764Z] #28 32.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-04T09:06:11.764Z] #28 32.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-04T09:06:11.764Z] #28 32.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-04T09:06:11.764Z] #28 32.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-04T09:06:11.764Z] #28 32.99 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-04T09:06:11.764Z] #28 32.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-04T09:06:11.764Z] #28 33.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-04T09:06:11.764Z] #28 33.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-04T09:06:12.025Z] #28 33.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-04T09:06:12.025Z] #28 33.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-04T09:06:12.025Z] #28 33.00 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-04T09:06:12.025Z] #28 33.00 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-05-04T09:06:12.025Z] #28 33.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-04T09:06:12.025Z] #28 33.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-04T09:06:12.025Z] #28 33.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-04T09:06:12.025Z] #28 33.04 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-04T09:06:12.025Z] #28 33.05 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-04T09:06:12.025Z] #28 33.05 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-04T09:06:12.025Z] #28 33.05 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-04T09:06:12.025Z] #28 33.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-04T09:06:12.025Z] #28 33.06 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-04T09:06:12.025Z] #28 33.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-04T09:06:12.025Z] #28 33.08 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-04T09:06:12.025Z] #28 33.09 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-04T09:06:12.025Z] #28 33.09 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-04T09:06:12.025Z] #28 33.18 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-04T09:06:12.025Z] #28 33.20 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-04T09:06:12.025Z] #28 33.21 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-04T09:06:12.025Z] #28 33.22 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-04T09:06:12.968Z] #28 33.81 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:06:12.968Z] #28 34.11 Fetched 18.6 MB in 1s (28.9 MB/s) [2022-05-04T09:06:12.968Z] #28 34.16 Selecting previously unselected package pigz. [2022-05-04T09:06:13.229Z] #28 34.16 (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-05-04T09:06:13.229Z] #28 34.22 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-04T09:06:13.229Z] #28 34.23 Unpacking pigz (2.6-1) ... [2022-05-04T09:06:13.229Z] #28 34.31 Selecting previously unselected package libelf1:amd64. [2022-05-04T09:06:13.229Z] #28 34.32 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-04T09:06:13.229Z] #28 34.33 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-04T09:06:13.229Z] #28 34.42 Selecting previously unselected package libbpf0:amd64. [2022-05-04T09:06:13.380Z] #58 146.6 + mkdir -p /build [2022-05-04T09:06:13.380Z] #58 146.6 + cp runc /build/runc [2022-05-04T09:06:13.380Z] #58 DONE 149.0s [2022-05-04T09:06:13.380Z] [2022-05-04T09:06:13.380Z] #53 [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-05-04T09:06:13.380Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-05-04T09:06:13.380Z] #53 277.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-04T09:06:13.380Z] #53 DONE 277.3s [2022-05-04T09:06:13.380Z] [2022-05-04T09:06:13.380Z] #62 [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-05-04T09:06:13.380Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:06:13.380Z] #62 ... [2022-05-04T09:06:13.380Z] [2022-05-04T09:06:13.380Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-04T09:06:13.380Z] #54 sha256:6241e186045786f604e90bed94fd69eebbb71387efd0fe69c3f20c21aa5740e8 [2022-05-04T09:06:13.491Z] #28 34.43 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-04T09:06:13.491Z] #28 34.43 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:06:13.491Z] #28 34.50 Selecting previously unselected package libcap2:amd64. [2022-05-04T09:06:13.491Z] #28 34.52 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-04T09:06:13.491Z] #28 34.52 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:06:13.491Z] #28 34.58 Selecting previously unselected package libmnl0:amd64. [2022-05-04T09:06:13.491Z] #28 34.59 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-04T09:06:13.491Z] #28 34.59 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:06:13.753Z] #28 34.65 Selecting previously unselected package libxtables12:amd64. [2022-05-04T09:06:13.753Z] #28 34.65 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-04T09:06:13.753Z] #28 34.66 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:06:13.753Z] #28 34.70 Selecting previously unselected package libcap2-bin. [2022-05-04T09:06:13.753Z] #28 34.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-04T09:06:13.753Z] #28 34.72 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-04T09:06:13.753Z] #28 34.78 Selecting previously unselected package iproute2. [2022-05-04T09:06:13.753Z] #28 34.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-04T09:06:13.753Z] #28 34.80 Unpacking iproute2 (5.10.0-4) ... [2022-05-04T09:06:13.947Z] #54 DONE 0.6s [2022-05-04T09:06:13.947Z] [2022-05-04T09:06:13.947Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-04T09:06:13.947Z] #56 sha256:014ec3ed92026b87692d3d15488a4e80b1834945e0b4211f422ed7514667dfd4 [2022-05-04T09:06:13.947Z] #56 DONE 0.1s [2022-05-04T09:06:13.947Z] [2022-05-04T09:06:13.947Z] #62 [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-05-04T09:06:13.947Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:06:14.015Z] #28 35.05 Selecting previously unselected package xxd. [2022-05-04T09:06:14.015Z] #28 35.06 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:06:14.015Z] #28 35.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:14.015Z] #28 35.17 Selecting previously unselected package vim-common. [2022-05-04T09:06:14.208Z] #62 ... [2022-05-04T09:06:14.208Z] [2022-05-04T09:06:14.208Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-04T09:06:14.208Z] #59 sha256:9b7ed6b28120da55684b107c249e649fcc05846b49f197efc3446ee21605501b [2022-05-04T09:06:14.208Z] #59 DONE 0.2s [2022-05-04T09:06:14.208Z] [2022-05-04T09:06:14.208Z] #62 [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-05-04T09:06:14.208Z] #62 sha256:e8aad503f8c37a6f3fd75341fd76da38ba3817b9fcf941d5935adde4b5d46602 [2022-05-04T09:06:14.277Z] #28 35.18 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:06:14.277Z] #28 35.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:14.277Z] #28 35.31 Selecting previously unselected package bash-completion. [2022-05-04T09:06:14.277Z] #28 35.33 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-04T09:06:14.543Z] #28 ... [2022-05-04T09:06:14.543Z] [2022-05-04T09:06:14.543Z] #69 [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-05-04T09:06:14.543Z] #69 sha256:88df22bf3675236033829adebd91c51d2784ee2b70de13a560bbc1b1272c4904 [2022-05-04T09:06:14.543Z] #69 96.92 + bin/containerd [2022-05-04T09:06:15.520Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-04T09:06:15.520Z] [2022-05-04T09:06:15.520Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-04T09:06:15.520Z] Installing docker-proxy to /usr/local/bin/ [2022-05-04T09:06:15.520Z] [2022-05-04T09:06:15.520Z] + mkdir -p bundles [2022-05-04T09:06:15.520Z] + '[' -n 'github.com/docker/docker/api [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:06:15.520Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/backend [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/container [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/events [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/filters [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/image [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/mount [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/network [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/registry [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/time [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/versions [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:06:15.521Z] github.com/docker/docker/api/types/volume [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:06:15.521Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:06:15.521Z] github.com/docker/docker/cli [2022-05-04T09:06:15.521Z] github.com/docker/docker/cli/config [2022-05-04T09:06:15.521Z] github.com/docker/docker/cli/debug [2022-05-04T09:06:15.521Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:06:15.521Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:06:15.521Z] github.com/docker/docker/client [2022-05-04T09:06:15.521Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:06:15.521Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:06:15.521Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:06:15.521Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:06:15.521Z] github.com/docker/docker/container [2022-05-04T09:06:15.521Z] github.com/docker/docker/container/stream [2022-05-04T09:06:15.521Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:06:15.521Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:06:15.521Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/config [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/events [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/exec [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/images [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/links [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/names [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/network [2022-05-04T09:06:15.521Z] github.com/docker/docker/daemon/stats [2022-05-04T09:06:15.521Z] github.com/docker/docker/distribution [2022-05-04T09:06:15.521Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:06:15.521Z] github.com/docker/docker/distribution/utils [2022-05-04T09:06:15.521Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:06:15.521Z] github.com/docker/docker/dockerversion [2022-05-04T09:06:15.521Z] github.com/docker/docker/errdefs [2022-05-04T09:06:15.521Z] github.com/docker/docker/image [2022-05-04T09:06:15.521Z] github.com/docker/docker/image/cache [2022-05-04T09:06:15.521Z] github.com/docker/docker/image/tarexport [2022-05-04T09:06:15.521Z] github.com/docker/docker/image/v1 [2022-05-04T09:06:15.521Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:06:15.521Z] github.com/docker/docker/layer [2022-05-04T09:06:15.521Z] github.com/docker/docker/libcontainerd [2022-05-04T09:06:15.521Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:06:15.521Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:06:15.521Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:06:15.521Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:06:15.521Z] github.com/docker/docker/oci [2022-05-04T09:06:15.521Z] github.com/docker/docker/oci/caps [2022-05-04T09:06:15.521Z] github.com/docker/docker/opts [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/archive [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/directory [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/platform [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/pools [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/progress [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/signal [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/stack [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/system [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:06:15.521Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:06:15.521Z] github.com/docker/docker/plugin [2022-05-04T09:06:15.521Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:06:15.521Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:06:15.521Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:06:15.521Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:06:15.521Z] github.com/docker/docker/quota [2022-05-04T09:06:15.521Z] github.com/docker/docker/reference [2022-05-04T09:06:15.521Z] github.com/docker/docker/registry [2022-05-04T09:06:15.521Z] github.com/docker/docker/registry/resumable [2022-05-04T09:06:15.521Z] github.com/docker/docker/restartmanager [2022-05-04T09:06:15.521Z] github.com/docker/docker/rootless [2022-05-04T09:06:15.521Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:06:15.521Z] github.com/docker/docker/runconfig [2022-05-04T09:06:15.521Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/environment [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/registry [2022-05-04T09:06:15.521Z] github.com/docker/docker/testutil/request [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/drivers [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/local [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/mounts [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/service [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:06:15.521Z] github.com/docker/docker/volume/testutils' ']' [2022-05-04T09:06:15.522Z] + 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/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-04T09:06:15.522Z] ? github.com/docker/docker/api [no test files] [2022-05-04T09:06:15.588Z] #62 230.5 + bin/containerd [2022-05-04T09:06:18.603Z] using credential docker-jenkins-github-credentials [2022-05-04T09:06:18.678Z] Cloning the remote Git repository [2022-05-04T09:06:18.678Z] Cloning with configured refspecs honoured and without tags [2022-05-04T09:06:19.841Z] #69 ... [2022-05-04T09:06:19.841Z] [2022-05-04T09:06:19.841Z] #28 [dev-systemd-false 7/25] 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-05-04T09:06:19.841Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-05-04T09:06:19.841Z] #28 36.50 Unpacking bash-completion (1:2.11-2) ... [2022-05-04T09:06:19.841Z] #28 36.73 Selecting previously unselected package apparmor. [2022-05-04T09:06:19.841Z] #28 36.75 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-05-04T09:06:19.841Z] #28 36.79 Unpacking apparmor (2.13.6-10) ... [2022-05-04T09:06:19.841Z] #28 37.07 Selecting previously unselected package inetutils-ping. [2022-05-04T09:06:19.841Z] #28 37.08 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-04T09:06:19.841Z] #28 37.08 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-04T09:06:19.841Z] #28 37.15 Selecting previously unselected package libip4tc2:amd64. [2022-05-04T09:06:19.841Z] #28 37.15 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:06:19.841Z] #28 37.16 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:06:19.841Z] #28 37.22 Selecting previously unselected package libip6tc2:amd64. [2022-05-04T09:06:19.841Z] #28 37.23 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-04T09:06:19.841Z] #28 37.24 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:06:19.841Z] #28 37.30 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-04T09:06:19.841Z] #28 37.30 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-04T09:06:19.841Z] #28 37.31 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:06:19.841Z] #28 37.36 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-04T09:06:19.841Z] #28 37.38 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.38 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:06:19.842Z] #28 37.44 Selecting previously unselected package libnftnl11:amd64. [2022-05-04T09:06:19.842Z] #28 37.45 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.46 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:06:19.842Z] #28 37.52 Selecting previously unselected package iptables. [2022-05-04T09:06:19.842Z] #28 37.53 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.54 Unpacking iptables (1.8.7-1) ... [2022-05-04T09:06:19.842Z] #28 37.76 Selecting previously unselected package libonig5:amd64. [2022-05-04T09:06:19.842Z] #28 37.76 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.77 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:06:19.842Z] #28 37.87 Selecting previously unselected package libjq1:amd64. [2022-05-04T09:06:19.842Z] #28 37.88 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.89 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:06:19.842Z] #28 37.96 Selecting previously unselected package jq. [2022-05-04T09:06:19.842Z] #28 37.96 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 37.97 Unpacking jq (1.6-2.1) ... [2022-05-04T09:06:19.842Z] #28 38.03 Selecting previously unselected package libaio1:amd64. [2022-05-04T09:06:19.842Z] #28 38.04 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.04 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:06:19.842Z] #28 38.09 Selecting previously unselected package libgpm2:amd64. [2022-05-04T09:06:19.842Z] #28 38.10 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.11 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:06:19.842Z] #28 38.16 Selecting previously unselected package libinih1:amd64. [2022-05-04T09:06:19.842Z] #28 38.17 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.17 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-04T09:06:19.842Z] #28 38.22 Selecting previously unselected package libnet1:amd64. [2022-05-04T09:06:19.842Z] #28 38.22 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:06:19.842Z] #28 38.29 Selecting previously unselected package libnl-3-200:amd64. [2022-05-04T09:06:19.842Z] #28 38.29 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.30 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:06:19.842Z] #28 38.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-04T09:06:19.842Z] #28 38.37 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:06:19.842Z] #28 38.42 Selecting previously unselected package net-tools. [2022-05-04T09:06:19.842Z] #28 38.43 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 38.44 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:06:19.842Z] #28 38.53 Selecting previously unselected package python-pip-whl. [2022-05-04T09:06:19.842Z] #28 38.54 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:06:19.842Z] #28 38.55 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:06:19.842Z] #28 38.89 Selecting previously unselected package python3-lib2to3. [2022-05-04T09:06:19.842Z] #28 38.91 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-04T09:06:19.842Z] #28 38.91 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:06:19.842Z] #28 38.99 Selecting previously unselected package python3-distutils. [2022-05-04T09:06:19.842Z] #28 39.00 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-05-04T09:06:19.842Z] #28 39.00 Unpacking python3-distutils (3.9.2-1) ... [2022-05-04T09:06:19.842Z] #28 39.11 Selecting previously unselected package python3-pkg-resources. [2022-05-04T09:06:19.842Z] #28 39.13 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-04T09:06:19.842Z] #28 39.13 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:06:19.842Z] #28 39.21 Selecting previously unselected package python3-setuptools. [2022-05-04T09:06:19.842Z] #28 39.23 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-05-04T09:06:19.842Z] #28 39.23 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-04T09:06:19.842Z] #28 39.39 Selecting previously unselected package python3-wheel. [2022-05-04T09:06:19.842Z] #28 39.40 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-05-04T09:06:19.842Z] #28 39.41 Unpacking python3-wheel (0.34.2-1) ... [2022-05-04T09:06:19.842Z] #28 39.46 Selecting previously unselected package python3-pip. [2022-05-04T09:06:19.842Z] #28 39.47 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-04T09:06:19.842Z] #28 39.48 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:06:19.842Z] #28 39.66 Selecting previously unselected package sudo. [2022-05-04T09:06:19.842Z] #28 39.67 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 39.68 Unpacking sudo (1.9.5p2-3) ... [2022-05-04T09:06:19.842Z] #28 40.02 Selecting previously unselected package thin-provisioning-tools. [2022-05-04T09:06:19.842Z] #28 40.03 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 40.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:06:19.842Z] #28 40.17 Selecting previously unselected package uidmap. [2022-05-04T09:06:19.842Z] #28 40.18 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-04T09:06:19.842Z] #28 40.18 Unpacking uidmap (1:4.8.1-1) ... [2022-05-04T09:06:19.842Z] #28 40.31 Selecting previously unselected package vim-runtime. [2022-05-04T09:06:19.842Z] #28 40.31 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-04T09:06:19.842Z] #28 40.35 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-04T09:06:19.842Z] #28 40.37 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-04T09:06:19.842Z] #28 40.38 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:18.866Z] Cloning repository https://github.com/moby/moby.git [2022-05-04T09:06:19.297Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-04T09:06:20.217Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:06:20.218Z] > git --version # timeout=10 [2022-05-04T09:06:20.265Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:06:20.265Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:06:20.268Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:06:21.229Z] #28 42.10 Selecting previously unselected package vim. [2022-05-04T09:06:21.229Z] #28 42.10 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-04T09:06:21.229Z] #28 42.12 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:21.491Z] #28 42.43 Selecting previously unselected package xfsprogs. [2022-05-04T09:06:21.491Z] #28 42.45 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-04T09:06:21.491Z] #28 42.45 Unpacking xfsprogs (5.10.0-4) ... [2022-05-04T09:06:21.752Z] #28 42.71 Selecting previously unselected package zip. [2022-05-04T09:06:21.752Z] #28 42.72 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-05-04T09:06:21.752Z] #28 42.73 Unpacking zip (3.0-12) ... [2022-05-04T09:06:21.752Z] #28 42.82 Selecting previously unselected package zstd. [2022-05-04T09:06:21.752Z] #28 42.83 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-04T09:06:21.752Z] #28 42.85 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:06:22.014Z] #28 43.08 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-04T09:06:22.588Z] #28 43.55 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-04T09:06:22.588Z] #28 43.56 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-04T09:06:22.588Z] #28 43.58 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-04T09:06:22.588Z] #28 43.59 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-04T09:06:22.588Z] #28 43.60 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-04T09:06:22.588Z] #28 43.61 Setting up uidmap (1:4.8.1-1) ... [2022-05-04T09:06:22.588Z] #28 43.62 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-04T09:06:22.588Z] #28 43.64 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-04T09:06:22.588Z] #28 43.65 Setting up python3-wheel (0.34.2-1) ... [2022-05-04T09:06:23.110Z] #28 44.08 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:23.110Z] #28 44.09 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-04T09:06:23.110Z] #28 44.11 Setting up libcap2-bin (1:2.44-1) ... [2022-05-04T09:06:23.110Z] #28 44.12 Setting up apparmor (2.13.6-10) ... [2022-05-04T09:06:24.500Z] #28 45.34 Setting up zip (3.0-12) ... [2022-05-04T09:06:24.500Z] #28 45.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:24.500Z] #28 45.38 Setting up bash-completion (1:2.11-2) ... [2022-05-04T09:06:25.889Z] #28 46.64 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-04T09:06:25.889Z] #28 46.66 Setting up sudo (1.9.5p2-3) ... [2022-05-04T09:06:25.889Z] #28 46.71 invoke-rc.d: could not determine current runlevel [2022-05-04T09:06:25.889Z] #28 46.72 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:06:25.889Z] #28 46.73 Setting up xfsprogs (5.10.0-4) ... [2022-05-04T09:06:25.889Z] #28 46.74 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-04T09:06:25.889Z] #28 46.76 Setting up inetutils-ping (2:2.0-1) ... [2022-05-04T09:06:25.889Z] #28 46.77 Setting up pigz (2.6-1) ... [2022-05-04T09:06:25.889Z] #28 46.78 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-04T09:06:25.890Z] #28 46.80 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-04T09:06:25.890Z] #28 46.82 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-04T09:06:25.890Z] #28 46.83 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:26.152Z] #28 47.26 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-04T09:06:26.152Z] #28 47.27 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-04T09:06:26.415Z] #28 47.52 Setting up libelf1:amd64 (0.183-1) ... [2022-05-04T09:06:26.415Z] #28 47.53 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-04T09:06:26.415Z] #28 47.55 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-04T09:06:26.415Z] #28 47.56 Setting up python3-distutils (3.9.2-1) ... [2022-05-04T09:06:26.677Z] #28 47.87 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-04T09:06:26.677Z] #28 47.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-04T09:06:26.677Z] #28 47.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-04T09:06:26.940Z] #28 47.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-04T09:06:26.940Z] #28 47.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-04T09:06:26.940Z] #28 47.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-04T09:06:26.940Z] #28 47.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-04T09:06:26.940Z] #28 47.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-04T09:06:26.940Z] #28 47.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-04T09:06:26.940Z] #28 47.97 Setting up python3-setuptools (52.0.0-4) ... [2022-05-04T09:06:27.887Z] #28 48.84 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-04T09:06:27.887Z] #28 48.86 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-04T09:06:27.887Z] #28 48.87 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-04T09:06:27.887Z] #28 48.89 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-04T09:06:28.461Z] #28 49.51 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-04T09:06:28.461Z] #28 49.53 Setting up jq (1.6-2.1) ... [2022-05-04T09:06:28.461Z] #28 49.55 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-04T09:06:28.461Z] #28 49.56 Setting up iptables (1.8.7-1) ... [2022-05-04T09:06:28.461Z] #28 49.58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:06:28.461Z] #28 49.59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:06:28.461Z] #28 49.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-04T09:06:28.461Z] #28 49.61 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-04T09:06:28.723Z] #28 49.61 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-04T09:06:28.723Z] #28 49.62 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-04T09:06:28.723Z] #28 49.63 Setting up iproute2 (5.10.0-4) ... [2022-05-04T09:06:28.986Z] #28 49.92 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:06:29.288Z] #62 283.8 # github.com/containerd/containerd/cmd/containerd [2022-05-04T09:06:29.289Z] #62 283.8 /usr/bin/ld: /tmp/go-link-2044917005/000019.o: in function `New': [2022-05-04T09:06:29.289Z] #62 283.8 /tmp/tmp.Pw3pjC2hol/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-04T09:06:29.289Z] #62 284.0 + bin/containerd-stress [2022-05-04T09:06:29.289Z] #62 285.1 + bin/containerd-shim [2022-05-04T09:06:29.559Z] #28 DONE 50.6s [2022-05-04T09:06:29.559Z] [2022-05-04T09:06:29.559Z] #29 [dev-systemd-false 8/25] 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-05-04T09:06:29.559Z] #29 sha256:165906e5788afb7df11072977f25ba8d609f4265feac38733c1ef71ab02cce66 [2022-05-04T09:06:30.135Z] #29 0.799 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-04T09:06:30.396Z] #29 0.804 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-04T09:06:30.396Z] #29 0.807 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-04T09:06:30.396Z] #29 DONE 0.9s [2022-05-04T09:06:30.396Z] [2022-05-04T09:06:30.396Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-05-04T09:06:30.396Z] #30 sha256:07db4e3ef9d6fcff7dd8a6881744929a8d41d88423365f105aef4020eacab51f [2022-05-04T09:06:30.438Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2022-05-04T09:06:37.175Z] Fetching without tags [2022-05-04T09:06:37.430Z] #62 296.2 + bin/containerd-shim-runc-v1 [2022-05-04T09:06:38.084Z] Merging remotes/origin/master commit 613b7983129e07d295e9fed7e99e5e264714647a into PR head commit a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:06:36.861Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:06:36.925Z] > git config --add remote.origin.fetch +refs/pull/43559/head:refs/remotes/origin/PR-43559 # timeout=10 [2022-05-04T09:06:36.972Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:06:37.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-04T09:06:37.211Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-04T09:06:37.212Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:06:37.213Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43559/head:refs/remotes/origin/PR-43559 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-04T09:06:38.190Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:06:38.238Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:06:38.544Z] #30 7.491 Collecting yamllint==1.26.1 [2022-05-04T09:06:39.117Z] #30 8.553 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-04T09:06:39.691Z] #30 9.191 Collecting pathspec>=0.5.3 [2022-05-04T09:06:39.691Z] #30 9.211 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-04T09:06:39.691Z] #30 9.456 Collecting pyyaml [2022-05-04T09:06:39.953Z] #30 9.463 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-05-04T09:06:39.953Z] #30 9.501 Building wheels for collected packages: yamllint [2022-05-04T09:06:39.953Z] #30 9.508 Building wheel for yamllint (setup.py): started [2022-05-04T09:06:40.526Z] #30 10.05 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-04T09:06:40.526Z] #30 10.06 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b8e52f4d2937bba130153871f3c7c49cca7dcfeaf5ef241df96e2295042b9a62 [2022-05-04T09:06:40.526Z] #30 10.06 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-04T09:06:40.526Z] #30 10.06 Successfully built yamllint [2022-05-04T09:06:40.526Z] #30 10.08 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-04T09:06:40.526Z] #30 10.32 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-04T09:06:40.576Z] 8f616e6e9eec: Pull complete [2022-05-04T09:06:41.118Z] #30 DONE 10.6s [2022-05-04T09:06:41.118Z] [2022-05-04T09:06:41.118Z] #65 [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-05-04T09:06:41.118Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:06:41.118Z] #65 ... [2022-05-04T09:06:41.118Z] [2022-05-04T09:06:41.118Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-05-04T09:06:41.118Z] #34 sha256:f2a6aa28f6407b47909c6762ccda6230d922b9b6fb6bdaae19243d07ee8fe926 [2022-05-04T09:06:41.118Z] #34 DONE 0.3s [2022-05-04T09:06:41.118Z] [2022-05-04T09:06:41.118Z] #65 [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-05-04T09:06:41.118Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:06:41.379Z] #65 ... [2022-05-04T09:06:41.379Z] [2022-05-04T09:06:41.379Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-04T09:06:41.379Z] #39 sha256:99e8350c1aa4c68e5b64f4949d316fc9ff180b50788befa9abd14927c5056922 [2022-05-04T09:06:41.379Z] #39 DONE 0.3s [2022-05-04T09:06:41.379Z] [2022-05-04T09:06:41.379Z] #65 [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-05-04T09:06:41.379Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:06:41.641Z] #65 ... [2022-05-04T09:06:41.641Z] [2022-05-04T09:06:41.641Z] #42 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-04T09:06:41.641Z] #42 sha256:c9d85ec394bfb5efbf93f604f7bcc71dfef390adefbfca57433f51eafb62f0a7 [2022-05-04T09:06:41.641Z] #42 DONE 0.1s [2022-05-04T09:06:41.904Z] [2022-05-04T09:06:41.904Z] #44 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-04T09:06:41.904Z] #44 sha256:f9d300e991a5ce8805e7a04094f0bc5187f2105bcca4fb8613d7ff545f975abd [2022-05-04T09:06:41.904Z] #44 DONE 0.1s [2022-05-04T09:06:41.904Z] [2022-05-04T09:06:41.904Z] #46 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-04T09:06:41.904Z] #46 sha256:a41fff734da84324c03635f12625735d821fe089ef105c0484eadd5729bde48e [2022-05-04T09:06:41.904Z] #46 DONE 0.1s [2022-05-04T09:06:41.904Z] [2022-05-04T09:06:41.904Z] #50 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-05-04T09:06:41.904Z] #50 sha256:9df4fd3bed6b05e588387a9c0f42b038663eec9173136588186f19c1d0f9ade1 [2022-05-04T09:06:41.904Z] #50 DONE 0.1s [2022-05-04T09:06:41.904Z] [2022-05-04T09:06:41.904Z] #53 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-05-04T09:06:41.904Z] #53 sha256:d33a97961fe079d09f9db5399fef79e0fda7ebb132e67c9ac9015757f41ac99a [2022-05-04T09:06:41.904Z] #53 DONE 0.2s [2022-05-04T09:06:41.904Z] [2022-05-04T09:06:41.904Z] #57 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-05-04T09:06:41.904Z] #57 sha256:be3b6a630cb69b5540b7bbc97a54d874f10961d2c035bb3283c28c7f1206a7de [2022-05-04T09:06:41.995Z] Merge succeeded, producing a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:06:41.995Z] Checking out Revision a35040222cb7582b344fbf96799408d37c710ea0 (PR-43559) [2022-05-04T09:06:42.200Z] #57 DONE 0.1s [2022-05-04T09:06:42.200Z] [2022-05-04T09:06:42.200Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-04T09:06:42.200Z] #59 sha256:8ca72acd9b94a1a7177db7ee6e620ce92e12a02538662324cdc0c3c954be4580 [2022-05-04T09:06:42.493Z] #59 DONE 0.1s [2022-05-04T09:06:42.493Z] [2022-05-04T09:06:42.493Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-04T09:06:42.493Z] #61 sha256:67d70af0d41babd45ef81bfa7b5bd6eef93c490e6bcd0371e5814d1758124345 [2022-05-04T09:06:42.493Z] #61 DONE 0.2s [2022-05-04T09:06:42.493Z] [2022-05-04T09:06:42.493Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-04T09:06:42.493Z] #63 sha256:be47b55fbafbd5d3211052f61686592671ab8fa5ef408790322f08cb19f59c70 [2022-05-04T09:06:42.493Z] #63 DONE 0.1s [2022-05-04T09:06:42.493Z] [2022-05-04T09:06:42.493Z] #65 [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-05-04T09:06:42.493Z] #65 sha256:f82e95ebddb5835404f3bec2f8451351215ff726d83c95132c5b6f3e3f37a84b [2022-05-04T09:06:42.825Z] #62 302.5 + bin/containerd-shim-runc-v2 [2022-05-04T09:06:43.387Z] #62 303.3 + binaries [2022-05-04T09:06:43.388Z] #62 303.3 + install -D bin/containerd /build/containerd [2022-05-04T09:06:43.388Z] #62 303.3 + install -D bin/containerd-shim /build/containerd-shim [2022-05-04T09:06:43.645Z] #62 303.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-04T09:06:43.645Z] #62 303.4 + install -D bin/ctr /build/ctr [2022-05-04T09:06:41.637Z] > git remote # timeout=10 [2022-05-04T09:06:41.717Z] > git config --get remote.origin.url # timeout=10 [2022-05-04T09:06:41.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-04T09:06:41.769Z] > git merge 613b7983129e07d295e9fed7e99e5e264714647a # timeout=10 [2022-05-04T09:06:41.907Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-04T09:06:42.030Z] > git config core.sparsecheckout # timeout=10 [2022-05-04T09:06:42.078Z] > git checkout -f a35040222cb7582b344fbf96799408d37c710ea0 # timeout=10 [2022-05-04T09:06:45.535Z] #62 DONE 305.2s [2022-05-04T09:06:46.469Z] [2022-05-04T09:06:46.469Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-04T09:06:46.469Z] #63 sha256:7be0a9beb9234e88da3b42880fe202e851b3d7cf71c45d4049abf175e9f0c06c [2022-05-04T09:06:47.398Z] #63 DONE 0.8s [2022-05-04T09:06:47.398Z] [2022-05-04T09:06:47.398Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-04T09:06:47.398Z] #68 sha256:7815b5be22a354ed964fb6bfef6229375491563d22fd8bee582e839f5f86da86 [2022-05-04T09:06:47.398Z] #68 DONE 0.2s [2022-05-04T09:06:47.398Z] [2022-05-04T09:06:47.398Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-04T09:06:47.398Z] #73 sha256:b075f1fda5c8acd49684f4a12fa83bb4740b5a68cf1ab1b35c298904e0a5ca68 [2022-05-04T09:06:48.329Z] #73 DONE 0.9s [2022-05-04T09:06:48.329Z] [2022-05-04T09:06:48.329Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-04T09:06:48.329Z] #74 sha256:5110437e8fbc60d4946045f10ff17c8a604b7a9dbf5eb53a8ded1e46f7a62607 [2022-05-04T09:06:48.329Z] #74 DONE 0.0s [2022-05-04T09:06:48.329Z] [2022-05-04T09:06:48.329Z] #75 [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-05-04T09:06:48.329Z] #75 sha256:166a896a6f6300235a2f3b589a8a97fe07dc9dc29a81786bd096a9e0ed14dd4c [2022-05-04T09:06:48.893Z] #75 0.646 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-04T09:06:49.150Z] #75 0.646 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-04T09:06:49.150Z] #75 0.646 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-04T09:06:49.719Z] #75 0.886 Reading package lists... [2022-05-04T09:06:50.287Z] #75 1.397 Reading package lists... [2022-05-04T09:06:50.287Z] #75 1.903 Building dependency tree... [2022-05-04T09:06:50.287Z] #75 2.023 Reading state information... [2022-05-04T09:06:50.543Z] #75 2.142 The following additional packages will be installed: [2022-05-04T09:06:50.543Z] #75 2.143 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-05-04T09:06:50.543Z] #75 2.144 Suggested packages: [2022-05-04T09:06:50.543Z] #75 2.144 systemd-container policykit-1 [2022-05-04T09:06:50.543Z] #75 2.144 Recommended packages: [2022-05-04T09:06:50.543Z] #75 2.144 systemd-timesyncd | time-daemon libnss-systemd [2022-05-04T09:06:50.543Z] #75 2.210 The following NEW packages will be installed: [2022-05-04T09:06:50.543Z] #75 2.211 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-05-04T09:06:50.543Z] #75 2.211 libkmod2 libpam-systemd systemd systemd-sysv [2022-05-04T09:06:50.799Z] #75 2.478 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-05-04T09:06:50.799Z] #75 2.478 Need to get 5817 kB of archives. [2022-05-04T09:06:50.799Z] #75 2.478 After this operation, 19.3 MB of additional disk space will be used. [2022-05-04T09:06:50.799Z] #75 2.478 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-05-04T09:06:50.799Z] #75 2.480 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-05-04T09:06:50.799Z] #75 2.482 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-05-04T09:06:50.799Z] #75 2.486 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-05-04T09:06:50.799Z] #75 2.487 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-05-04T09:06:50.799Z] #75 2.570 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-05-04T09:06:51.056Z] #75 2.695 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-05-04T09:06:51.056Z] #75 2.824 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-05-04T09:06:51.314Z] #75 2.827 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-05-04T09:06:51.314Z] #75 2.829 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-05-04T09:06:51.314Z] #75 2.974 debconf: delaying package configuration, since apt-utils is not installed [2022-05-04T09:06:51.314Z] #75 3.004 Fetched 5817 kB in 1s (9471 kB/s) [2022-05-04T09:06:51.314Z] #75 3.028 Selecting previously unselected package libargon2-1:amd64. [2022-05-04T09:06:51.314Z] #75 3.028 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28622 files and directories currently installed.) [2022-05-04T09:06:51.314Z] #75 3.043 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-05-04T09:06:51.314Z] #75 3.051 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-04T09:06:51.314Z] #75 3.083 Selecting previously unselected package libjson-c5:amd64. [2022-05-04T09:06:51.572Z] #75 3.085 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-05-04T09:06:51.572Z] #75 3.089 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-05-04T09:06:51.572Z] #75 3.123 Selecting previously unselected package libcryptsetup12:amd64. [2022-05-04T09:06:51.572Z] #75 3.126 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-05-04T09:06:51.572Z] #75 3.129 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-04T09:06:51.572Z] #75 3.184 Selecting previously unselected package libkmod2:amd64. [2022-05-04T09:06:51.572Z] #75 3.186 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-05-04T09:06:51.572Z] #75 3.190 Unpacking libkmod2:amd64 (28-1) ... [2022-05-04T09:06:51.572Z] #75 3.233 Selecting previously unselected package systemd. [2022-05-04T09:06:51.572Z] #75 3.236 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-05-04T09:06:51.572Z] #75 3.269 Unpacking systemd (247.3-7) ... [2022-05-04T09:06:52.137Z] #75 3.767 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-04T09:06:52.137Z] #75 3.777 Setting up libjson-c5:amd64 (0.15-2) ... [2022-05-04T09:06:52.137Z] #75 3.787 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-04T09:06:52.137Z] #75 3.797 Setting up libkmod2:amd64 (28-1) ... [2022-05-04T09:06:52.137Z] #75 3.807 Setting up systemd (247.3-7) ... [2022-05-04T09:06:52.137Z] #75 3.843 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-05-04T09:06:52.137Z] #75 3.844 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-05-04T09:06:52.137Z] #75 3.847 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-05-04T09:06:52.137Z] #75 3.868 Initializing machine ID from KVM UUID. [2022-05-04T09:06:52.700Z] #75 4.212 Selecting previously unselected package systemd-sysv. [2022-05-04T09:06:52.700Z] #75 4.212 (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 ... 29433 files and directories currently installed.) [2022-05-04T09:06:52.700Z] #75 4.225 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-05-04T09:06:52.700Z] #75 4.229 Unpacking systemd-sysv (247.3-7) ... [2022-05-04T09:06:52.700Z] #75 4.269 Selecting previously unselected package libdbus-1-3:amd64. [2022-05-04T09:06:52.700Z] #75 4.271 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-05-04T09:06:52.700Z] #75 4.275 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-04T09:06:52.700Z] #75 4.329 Selecting previously unselected package dbus. [2022-05-04T09:06:52.700Z] #75 4.332 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-05-04T09:06:52.700Z] #75 4.341 Unpacking dbus (1.12.20-2) ... [2022-05-04T09:06:52.700Z] #75 4.393 Selecting previously unselected package libpam-systemd:amd64. [2022-05-04T09:06:52.700Z] #75 4.396 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-05-04T09:06:52.700Z] #75 4.399 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-05-04T09:06:52.700Z] #75 4.445 Selecting previously unselected package dbus-user-session. [2022-05-04T09:06:52.700Z] #75 4.448 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-05-04T09:06:52.700Z] #75 4.451 Unpacking dbus-user-session (1.12.20-2) ... [2022-05-04T09:06:52.700Z] #75 4.511 Setting up systemd-sysv (247.3-7) ... [2022-05-04T09:06:52.956Z] #75 4.522 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-04T09:06:52.956Z] #75 4.533 Setting up dbus (1.12.20-2) ... [2022-05-04T09:06:52.956Z] #75 4.648 invoke-rc.d: could not determine current runlevel [2022-05-04T09:06:52.956Z] #75 4.650 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-04T09:06:52.956Z] #75 4.655 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-05-04T09:06:53.016Z] Commit message: "vendor: github.com/containerd/containerd v1.6.4" [2022-05-04T09:06:53.212Z] #75 4.814 Setting up dbus-user-session (1.12.20-2) ... [2022-05-04T09:06:53.212Z] #75 4.829 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-04T09:06:53.212Z] #75 DONE 4.9s [2022-05-04T09:06:53.468Z] [2022-05-04T09:06:53.469Z] #76 [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-05-04T09:06:53.469Z] #76 sha256:75d353ffe63dedcde850c5d8d1a7b72e4809bf7874b6de8a0eb1065c3714d787 [2022-05-04T09:06:53.404Z] > git --version # timeout=10 [2022-05-04T09:06:53.464Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-04T09:06:53.524Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-04T09:06:53.724Z] #76 0.390 % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-04T09:06:53.724Z] #76 0.391 Dload Upload Total Spent Left Speed [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-04T09:06:53.981Z] #76 0.392 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5574 0 --:--:-- --:--:-- --:--:-- 5557 100 1823 100 1823 0 0 5574 0 --:--:-- --:--:-- --:--:-- 5557 [2022-05-04T09:06:53.982Z] #76 DONE 0.8s [2022-05-04T09:06:53.982Z] [2022-05-04T09:06:53.982Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-04T09:06:53.982Z] #77 sha256:a84f7b9664809f27706143e3b99f800a08efa89d7f3c519da57935a0b0a7e1ad [2022-05-04T09:06:54.912Z] #77 DONE 1.0s [2022-05-04T09:06:55.170Z] [2022-05-04T09:06:55.170Z] #78 exporting to image [2022-05-04T09:06:55.170Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-04T09:06:55.170Z] #78 exporting layers [2022-05-04T09:06:56.671Z] + docker version [2022-05-04T09:07:01.718Z] #78 exporting layers 6.1s done [2022-05-04T09:07:01.718Z] #78 writing image sha256:f91306c5acdecf2999eb4377d1f225ef39295cfb914fca6000f9c18a63ba6b43 done [2022-05-04T09:07:01.718Z] #78 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:07:01.718Z] #78 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 done [2022-05-04T09:07:01.718Z] #78 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-04T09:07:02.070Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -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:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh dynbinary test-integration [2022-05-04T09:07:02.697Z] 4612f6d0b889: Pull complete [2022-05-04T09:07:03.438Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-04T09:07:03.438Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-04T09:07:03.438Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-04T09:07:03.438Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-04T09:07:03.696Z] 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-05-04T09:07:03.696Z] Detected virtualization docker. [2022-05-04T09:07:03.696Z] Detected architecture x86-64. [2022-05-04T09:07:03.696Z] Set hostname to . [2022-05-04T09:07:03.696Z] modprobe@configfs.service: Succeeded. [2022-05-04T09:07:03.696Z] modprobe@drm.service: Succeeded. [2022-05-04T09:07:03.696Z] modprobe@fuse.service: Succeeded. [2022-05-04T09:07:03.696Z] + source /etc/docker-entrypoint-cmd [2022-05-04T09:07:03.696Z] ++ hack/make.sh dynbinary test-integration [2022-05-04T09:07:03.696Z] [2022-05-04T09:07:03.953Z] Removing bundles/ [2022-05-04T09:07:03.953Z] [2022-05-04T09:07:03.953Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-04T09:07:03.953Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:07:03.953Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:07:04.464Z] #65 88.61 + mkdir -p /build [2022-05-04T09:07:04.464Z] #65 88.62 + cp runc /build/runc [2022-05-04T09:07:04.464Z] #65 DONE 89.2s [2022-05-04T09:07:04.464Z] [2022-05-04T09:07:04.464Z] #69 [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-05-04T09:07:04.464Z] #69 sha256:88df22bf3675236033829adebd91c51d2784ee2b70de13a560bbc1b1272c4904 [2022-05-04T09:07:04.464Z] #69 ... [2022-05-04T09:07:04.464Z] [2022-05-04T09:07:04.464Z] #66 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-05-04T09:07:04.464Z] #66 sha256:e7ef63db5c3188f948e45456f15242b0452780c1228fa71771563379178bed80 [2022-05-04T09:07:04.464Z] #66 DONE 0.1s [2022-05-04T09:07:04.464Z] [2022-05-04T09:07:04.464Z] #69 [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-05-04T09:07:04.465Z] #69 sha256:88df22bf3675236033829adebd91c51d2784ee2b70de13a560bbc1b1272c4904 [2022-05-04T09:07:04.763Z] #62 274.6 # github.com/containerd/containerd/cmd/containerd [2022-05-04T09:07:04.763Z] #62 274.6 /usr/bin/ld: /tmp/go-link-3386224731/000019.o: in function `New': [2022-05-04T09:07:04.763Z] #62 274.6 /tmp/tmp.KYa6hRKVUf/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-04T09:07:04.763Z] #62 274.7 + bin/containerd-stress [2022-05-04T09:07:04.763Z] #62 275.8 + bin/containerd-shim [2022-05-04T09:07:05.223Z] Client: [2022-05-04T09:07:05.223Z] Version: 20.10.9 [2022-05-04T09:07:05.223Z] API version: 1.41 [2022-05-04T09:07:05.223Z] Go version: go1.16.8 [2022-05-04T09:07:05.223Z] Git commit: c2ea9bc [2022-05-04T09:07:05.223Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:07:05.223Z] OS/Arch: windows/amd64 [2022-05-04T09:07:05.223Z] Context: default [2022-05-04T09:07:05.223Z] Experimental: true [2022-05-04T09:07:05.223Z] [2022-05-04T09:07:05.223Z] Server: Docker Engine - Community [2022-05-04T09:07:05.223Z] Engine: [2022-05-04T09:07:05.223Z] Version: 20.10.9 [2022-05-04T09:07:05.223Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:07:05.223Z] Go version: go1.16.8 [2022-05-04T09:07:05.223Z] Git commit: 79ea9d3 [2022-05-04T09:07:05.223Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:07:05.223Z] OS/Arch: windows/amd64 [2022-05-04T09:07:05.223Z] Experimental: true [Pipeline] sh [2022-05-04T09:07:06.742Z] + docker info [2022-05-04T09:07:06.742Z] Client: [2022-05-04T09:07:06.742Z] Context: default [2022-05-04T09:07:06.742Z] Debug Mode: false [2022-05-04T09:07:06.742Z] [2022-05-04T09:07:06.742Z] Server: [2022-05-04T09:07:06.742Z] Containers: 0 [2022-05-04T09:07:06.742Z] Running: 0 [2022-05-04T09:07:06.742Z] Paused: 0 [2022-05-04T09:07:06.742Z] Stopped: 0 [2022-05-04T09:07:06.742Z] Images: 0 [2022-05-04T09:07:06.742Z] Server Version: 20.10.9 [2022-05-04T09:07:06.742Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-04T09:07:06.742Z] Windows: [2022-05-04T09:07:06.742Z] LCOW: [2022-05-04T09:07:06.742Z] Logging Driver: json-file [2022-05-04T09:07:06.742Z] Plugins: [2022-05-04T09:07:06.742Z] Volume: local [2022-05-04T09:07:06.742Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:07:06.742Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:07:06.742Z] Swarm: inactive [2022-05-04T09:07:06.742Z] Default Isolation: process [2022-05-04T09:07:06.742Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:07:06.742Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-04T09:07:06.742Z] OSType: windows [2022-05-04T09:07:06.742Z] Architecture: x86_64 [2022-05-04T09:07:06.742Z] CPUs: 4 [2022-05-04T09:07:06.742Z] Total Memory: 32GiB [2022-05-04T09:07:06.742Z] Name: azwin-2-74be70 [2022-05-04T09:07:06.742Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-04T09:07:06.742Z] Docker Root Dir: D:\docker [2022-05-04T09:07:06.742Z] Debug Mode: false [2022-05-04T09:07:06.742Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:07:06.742Z] Labels: [2022-05-04T09:07:06.742Z] Experimental: true [2022-05-04T09:07:06.742Z] Insecure Registries: [2022-05-04T09:07:06.742Z] 10.0.0.4:5000 [2022-05-04T09:07:06.742Z] 127.0.0.0/8 [2022-05-04T09:07:06.742Z] Registry Mirrors: [2022-05-04T09:07:06.742Z] http://10.0.0.4:5000/ [2022-05-04T09:07:06.742Z] Live Restore Enabled: false [2022-05-04T09:07:06.742Z] Product License: Community Engine [2022-05-04T09:07:06.742Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-04T09:07:11.341Z] #62 286.9 + bin/containerd-shim-runc-v1 [2022-05-04T09:07:11.835Z] #62 281.4 # github.com/containerd/containerd/cmd/containerd [2022-05-04T09:07:11.835Z] #62 281.4 /usr/bin/ld: /tmp/go-link-1307882493/000019.o: in function `New': [2022-05-04T09:07:11.835Z] #62 281.4 /tmp/tmp.mdV0z8l0oW/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-04T09:07:11.835Z] #62 281.5 + bin/containerd-stress [2022-05-04T09:07:11.835Z] #62 282.6 + bin/containerd-shim [2022-05-04T09:07:17.929Z] #62 293.1 + bin/containerd-shim-runc-v2 [2022-05-04T09:07:18.186Z] #62 293.9 + binaries [2022-05-04T09:07:18.441Z] #62 293.9 + install -D bin/containerd /build/containerd [2022-05-04T09:07:18.441Z] #62 293.9 + install -D bin/containerd-shim /build/containerd-shim [2022-05-04T09:07:18.441Z] #62 293.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-04T09:07:18.441Z] #62 293.9 + install -D bin/ctr /build/ctr [2022-05-04T09:07:19.959Z] #62 293.8 + bin/containerd-shim-runc-v1 [2022-05-04T09:07:20.374Z] #62 DONE 295.8s [2022-05-04T09:07:21.335Z] [2022-05-04T09:07:21.335Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-04T09:07:21.335Z] #63 sha256:399e7138f67952c43f635ed3e54b68d68a099ac4b74032777a54860d7b86bc76 [2022-05-04T09:07:22.280Z] #63 DONE 0.8s [2022-05-04T09:07:22.280Z] [2022-05-04T09:07:22.280Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-04T09:07:22.280Z] #68 sha256:6eb9d6f8e367471c526c2765e21269a4b72c14c2aa157dc839a08a86e0917ad0 [2022-05-04T09:07:22.280Z] #68 DONE 0.2s [2022-05-04T09:07:22.280Z] [2022-05-04T09:07:22.280Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-04T09:07:22.280Z] #73 sha256:246d4e3df3dbae23612a26990bf9c08077906a9f5cf0ae8e93d7274b8456ad98 [2022-05-04T09:07:23.209Z] #73 DONE 0.8s [2022-05-04T09:07:23.209Z] [2022-05-04T09:07:23.209Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-04T09:07:23.209Z] #74 sha256:c93c59476452ed1a11599f41ba6cc2453c20b786e37340acfded508eaa2b39c6 [2022-05-04T09:07:23.209Z] #74 DONE 0.0s [2022-05-04T09:07:23.209Z] [2022-05-04T09:07:23.209Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-04T09:07:23.209Z] #75 sha256:8c951e6cd84ae32e52bdf8c94e7d0dde05bc1955a4af49c91135e8b2efdbd594 [2022-05-04T09:07:24.577Z] #75 DONE 1.2s [2022-05-04T09:07:24.577Z] [2022-05-04T09:07:24.577Z] #76 exporting to image [2022-05-04T09:07:24.577Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-04T09:07:24.577Z] #76 exporting layers [2022-05-04T09:07:25.286Z] #62 300.1 + bin/containerd-shim-runc-v2 [2022-05-04T09:07:26.234Z] #62 301.0 + binaries [2022-05-04T09:07:26.234Z] #62 301.0 + install -D bin/containerd /build/containerd [2022-05-04T09:07:26.234Z] #62 301.0 + install -D bin/containerd-shim /build/containerd-shim [2022-05-04T09:07:26.234Z] #62 301.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-04T09:07:26.234Z] #62 301.0 + install -D bin/ctr /build/ctr [2022-05-04T09:07:28.153Z] #62 DONE 303.1s [2022-05-04T09:07:28.520Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-04T09:07:28.520Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-4a9e8c37\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-04T09:07:28.520Z] ---------------------------------------------------------------------------- [2022-05-04T09:07:28.520Z] [2022-05-04T09:07:28.520Z] INFO: executeCI.ps1 starting at Wed May 4 09:07:25 CUT 2022 [2022-05-04T09:07:28.520Z] [2022-05-04T09:07:28.520Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-04T09:07:28.520Z] INFO: Running git version 2.24.1.windows.2 [2022-05-04T09:07:28.520Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-04T09:07:28.520Z] INFO: Environment variables: [2022-05-04T09:07:28.520Z] [2022-05-04T09:07:28.520Z] Name Value [2022-05-04T09:07:28.520Z] ---- ----- [2022-05-04T09:07:28.520Z] ALLUSERSPROFILE C:\ProgramData [2022-05-04T09:07:28.520Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-04T09:07:28.520Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-04T09:07:28.520Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-04T09:07:28.520Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-04T09:07:28.520Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-04T09:07:28.520Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-04T09:07:28.520Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-04T09:07:28.520Z] BRANCH_NAME PR-43559 [2022-05-04T09:07:28.520Z] BUILD_DISPLAY_NAME #1 [2022-05-04T09:07:28.520Z] BUILD_ID 1 [2022-05-04T09:07:28.520Z] BUILD_NUMBER 1 [2022-05-04T09:07:28.520Z] BUILD_TAG jenkins-moby-PR-43559-1 [2022-05-04T09:07:28.520Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/ [2022-05-04T09:07:28.520Z] CHANGE_AUTHOR thaJeztah [2022-05-04T09:07:28.520Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-05-04T09:07:28.520Z] CHANGE_BRANCH bump_containerd_1.6.4 [2022-05-04T09:07:28.520Z] CHANGE_FORK thaJeztah/docker [2022-05-04T09:07:28.520Z] CHANGE_ID 43559 [2022-05-04T09:07:28.520Z] CHANGE_TARGET master [2022-05-04T09:07:28.520Z] CHANGE_TITLE vendor: github.com/containerd/containerd v1.6.4 [2022-05-04T09:07:28.520Z] CHANGE_URL https://github.com/moby/moby/pull/43559 [2022-05-04T09:07:28.520Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-04T09:07:28.520Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-04T09:07:28.520Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-04T09:07:28.520Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-04T09:07:28.520Z] COMPUTERNAME azwin-2-74be70 [2022-05-04T09:07:28.520Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-04T09:07:28.520Z] ConfigSequenceNumber 0 [2022-05-04T09:07:28.520Z] DOCKER_BUILDKIT 0 [2022-05-04T09:07:28.520Z] DOCKER_DUT_DEBUG 1 [2022-05-04T09:07:28.520Z] DOCKER_EXPERIMENTAL 1 [2022-05-04T09:07:28.520Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-04T09:07:28.520Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-05-04T09:07:28.520Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-04T09:07:28.520Z] EXECUTOR_NUMBER 0 [2022-05-04T09:07:28.520Z] FQDN azwin-2-74be70.westus.cloudapp.azure.com [2022-05-04T09:07:28.520Z] GIT_BRANCH PR-43559 [2022-05-04T09:07:28.520Z] GIT_COMMIT a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:07:28.520Z] GIT_URL https://github.com/moby/moby.git [2022-05-04T09:07:28.520Z] HUDSON_COOKIE f5118107-629c-4f10-835b-ce0413d7afd9 [2022-05-04T09:07:28.520Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:07:28.520Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-04T09:07:28.520Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-04T09:07:28.520Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-04T09:07:28.520Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-04T09:07:28.520Z] JENKINS_NODE_COOKIE 69167c8e-0701-43e8-8f85-717986750fd8 [2022-05-04T09:07:28.520Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-04T09:07:28.520Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-04T09:07:28.520Z] JOB_BASE_NAME PR-43559 [2022-05-04T09:07:28.520Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/display/redirect [2022-05-04T09:07:28.520Z] JOB_NAME moby/PR-43559 [2022-05-04T09:07:28.520Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/ [2022-05-04T09:07:28.521Z] library.jps.version master [2022-05-04T09:07:28.521Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-04T09:07:28.521Z] NODE_LABELS amd64 azure azwin-2-74be70 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-04T09:07:28.521Z] NODE_NAME azwin-2-74be70 [2022-05-04T09:07:28.521Z] NUMBER_OF_PROCESSORS 4 [2022-05-04T09:07:28.521Z] OS Windows_NT [2022-05-04T09:07:28.521Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-04T09:07:28.521Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-04T09:07:28.521Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-04T09:07:28.521Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-04T09:07:28.521Z] PROCESSOR_LEVEL 6 [2022-05-04T09:07:28.521Z] PROCESSOR_REVISION 4f01 [2022-05-04T09:07:28.521Z] ProgramData C:\ProgramData [2022-05-04T09:07:28.521Z] ProgramFiles C:\Program Files [2022-05-04T09:07:28.521Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-04T09:07:28.521Z] ProgramW6432 C:\Program Files [2022-05-04T09:07:28.521Z] PROMPT $P$G [2022-05-04T09:07:28.521Z] PSExecutionPolicyPreference Bypass [2022-05-04T09:07:28.521Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-04T09:07:28.521Z] PUBLIC C:\Users\Public [2022-05-04T09:07:28.521Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=artif... [2022-05-04T09:07:28.521Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=changes [2022-05-04T09:07:28.521Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect [2022-05-04T09:07:28.521Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43559/1/display/redirect?page=tests [2022-05-04T09:07:28.521Z] SKIP_VALIDATION_TESTS 1 [2022-05-04T09:07:28.521Z] SOURCES_DRIVE d [2022-05-04T09:07:28.521Z] SOURCES_SUBDIR gopath [2022-05-04T09:07:28.521Z] STAGE_NAME Run tests [2022-05-04T09:07:28.521Z] SystemDrive C: [2022-05-04T09:07:28.521Z] SystemRoot C:\Windows [2022-05-04T09:07:28.521Z] TEMP C:\Windows\TEMP [2022-05-04T09:07:28.521Z] TESTDEBUG 0 [2022-05-04T09:07:28.521Z] TESTRUN_DRIVE d [2022-05-04T09:07:28.521Z] TESTRUN_SUBDIR CI [2022-05-04T09:07:28.521Z] TIMEOUT 120m [2022-05-04T09:07:28.521Z] TMP C:\Windows\TEMP [2022-05-04T09:07:28.521Z] USERDOMAIN WORKGROUP [2022-05-04T09:07:28.521Z] USERNAME azwin-2-74be70$ [2022-05-04T09:07:28.521Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-04T09:07:28.521Z] windir C:\Windows [2022-05-04T09:07:28.521Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-04T09:07:28.521Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-04T09:07:28.521Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-04T09:07:28.521Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-04T09:07:28.521Z] [2022-05-04T09:07:28.521Z] [2022-05-04T09:07:28.521Z] [2022-05-04T09:07:28.521Z] INFO: Sources under d:\gopath\... [2022-05-04T09:07:28.521Z] INFO: Test run under d:\CI\... [2022-05-04T09:07:28.521Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-04T09:07:28.521Z] INFO: docker/docker repository was found [2022-05-04T09:07:28.521Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-04T09:07:29.088Z] [2022-05-04T09:07:29.088Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-04T09:07:29.088Z] #63 sha256:e1f2ca477a35768251e0fefcfa3a8fcf5f6ca867f162d0781c681e5a2dd38f62 [2022-05-04T09:07:29.492Z] ltsc2022: Pulling from windows/servercore [2022-05-04T09:07:29.492Z] 8f616e6e9eec: Pulling fs layer [2022-05-04T09:07:29.492Z] dccd9e4d14d3: Pulling fs layer [2022-05-04T09:07:30.023Z] #63 DONE 0.9s [2022-05-04T09:07:30.281Z] [2022-05-04T09:07:30.281Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-04T09:07:30.281Z] #68 sha256:2a5cff5fdca79ed7673a70ec9a87909824c45ae9ccdb5fa21e4ea1ad53fcf088 [2022-05-04T09:07:30.281Z] #68 DONE 0.2s [2022-05-04T09:07:30.281Z] [2022-05-04T09:07:30.281Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-04T09:07:30.281Z] #73 sha256:3e06e93b54c8f6a9c462b4bd018db2ad5a6a0b813184b6aef5b1e7032fc8c677 [2022-05-04T09:07:31.157Z] #76 exporting layers 6.1s done [2022-05-04T09:07:31.157Z] #76 writing image sha256:3239535a03ff6f2ecdf5e90870ec263f800372ab04b518b5095614146ef0984e done [2022-05-04T09:07:31.157Z] #76 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 done [2022-05-04T09:07:31.157Z] #76 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2022-05-04T09:07:31.220Z] #73 DONE 1.0s [Pipeline] sh [2022-05-04T09:07:31.479Z] [2022-05-04T09:07:31.479Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-04T09:07:31.479Z] #74 sha256:c06592b763c3524cff79ac377e641cf3b51fc70e98ce9f10cd5053590d146457 [2022-05-04T09:07:31.479Z] #74 DONE 0.0s [2022-05-04T09:07:31.479Z] [2022-05-04T09:07:31.479Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-04T09:07:31.479Z] #75 sha256:1524c172eacfb7b920b9ba98e13a7ae63fc041265dbca8ec64f9279724dec7a0 [2022-05-04T09:07:31.496Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -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:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh dynbinary test-integration [2022-05-04T09:07:32.906Z] [2022-05-04T09:07:32.906Z] Removing bundles/ [2022-05-04T09:07:32.906Z] [2022-05-04T09:07:32.906Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-04T09:07:32.906Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:07:32.906Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:07:33.383Z] #75 DONE 1.8s [2022-05-04T09:07:33.383Z] [2022-05-04T09:07:33.383Z] #76 exporting to image [2022-05-04T09:07:33.383Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-04T09:07:33.383Z] #76 exporting layers [2022-05-04T09:07:36.587Z] #69 175.7 # github.com/containerd/containerd/cmd/containerd [2022-05-04T09:07:36.587Z] #69 175.7 /usr/bin/ld: /tmp/go-link-967207969/000019.o: in function `New': [2022-05-04T09:07:36.587Z] #69 175.7 /tmp/tmp.PFLwjyPK8j/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-04T09:07:36.587Z] #69 175.8 + bin/containerd-stress [2022-05-04T09:07:36.587Z] #69 176.9 + bin/containerd-shim [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-04T09:07:38.189Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 31.9% of statements [2022-05-04T09:07:38.189Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-04T09:07:38.189Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-04T09:07:38.450Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-04T09:07:38.450Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-04T09:07:39.394Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-04T09:07:39.394Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-04T09:07:39.654Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 6.1% of statements [2022-05-04T09:07:39.654Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-04T09:07:39.654Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-04T09:07:39.654Z] ? github.com/docker/docker/api/types [no test files] [2022-05-04T09:07:39.654Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-04T09:07:39.655Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-04T09:07:39.655Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-04T09:07:39.655Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-04T09:07:39.915Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2022-05-04T09:07:39.915Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-04T09:07:39.915Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-04T09:07:39.949Z] #76 exporting layers 6.4s done [2022-05-04T09:07:39.949Z] #76 writing image sha256:865e4ce2386173e4a1988b968db6c44c71def24d73683e7ec350a4a8cfe368d9 done [2022-05-04T09:07:39.949Z] #76 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 done [2022-05-04T09:07:39.949Z] #76 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-04T09:07:40.176Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-05-04T09:07:40.176Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 77.3% of statements [2022-05-04T09:07:40.281Z] + trap exit INT TERM [2022-05-04T09:07:40.281Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-04T09:07:40.281Z] + CONTAINER_NAME=docker-pr1 [2022-05-04T09:07:40.281Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh dynbinary [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-04T09:07:40.437Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-04T09:07:41.217Z] [2022-05-04T09:07:41.217Z] Removing bundles/ [2022-05-04T09:07:41.217Z] [2022-05-04T09:07:41.217Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-04T09:07:41.217Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:07:41.217Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:07:42.984Z] ok github.com/docker/docker/builder/remotecontext 0.129s coverage: 13.7% of statements [2022-05-04T09:07:42.984Z] ok github.com/docker/docker/builder/dockerfile 0.469s coverage: 49.3% of statements [2022-05-04T09:07:43.246Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-04T09:07:43.821Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-04T09:07:44.395Z] ok github.com/docker/docker/builder/remotecontext/git 1.502s coverage: 86.3% of statements [2022-05-04T09:07:44.395Z] ? github.com/docker/docker/cli [no test files] [2022-05-04T09:07:44.395Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-04T09:07:44.395Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-04T09:07:44.395Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-04T09:07:45.340Z] ok github.com/docker/docker/cmd/docker-proxy 0.224s coverage: 67.6% of statements [2022-05-04T09:07:46.588Z] #69 187.9 + bin/containerd-shim-runc-v1 [2022-05-04T09:07:48.698Z] ok github.com/docker/docker/client 0.103s coverage: 75.6% of statements [2022-05-04T09:07:50.589Z] dccd9e4d14d3: Verifying Checksum [2022-05-04T09:07:50.589Z] dccd9e4d14d3: Download complete [2022-05-04T09:07:51.875Z] #69 194.2 + bin/containerd-shim-runc-v2 [2022-05-04T09:07:52.818Z] #69 195.0 + binaries [2022-05-04T09:07:52.818Z] #69 195.0 + install -D bin/containerd /build/containerd [2022-05-04T09:07:52.818Z] #69 195.0 + install -D bin/containerd-shim /build/containerd-shim [2022-05-04T09:07:52.818Z] #69 195.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-04T09:07:52.818Z] #69 195.0 + install -D bin/ctr /build/ctr [2022-05-04T09:07:53.763Z] #69 DONE 196.1s [2022-05-04T09:07:55.151Z] [2022-05-04T09:07:55.151Z] #70 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-04T09:07:55.151Z] #70 sha256:21e9488b6e31e554784ddf25af0327c9cf88f2e1d6bee6bf4fdfa4b954a53831 [2022-05-04T09:07:55.151Z] #70 DONE 0.2s [2022-05-04T09:07:55.151Z] [2022-05-04T09:07:55.151Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-04T09:07:55.151Z] #75 sha256:04e9dc83cd030a3396df933132f34ba98dc22734f228d4dfd97e9e6f89fc27b7 [2022-05-04T09:07:55.151Z] #75 DONE 0.1s [2022-05-04T09:07:55.151Z] [2022-05-04T09:07:55.151Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-04T09:07:55.151Z] #80 sha256:382e497d5e6f5454c0afb0f935c677e8850d5a53cf161773e8c930211f2354a0 [2022-05-04T09:07:55.722Z] #80 DONE 0.5s [2022-05-04T09:07:55.722Z] [2022-05-04T09:07:55.722Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-05-04T09:07:55.722Z] #81 sha256:f724d6366db5d41ce4d7b2f39ba42595d42a38030fdd9a3fe5069b6545fb62ff [2022-05-04T09:07:55.722Z] #81 DONE 0.0s [2022-05-04T09:07:55.722Z] [2022-05-04T09:07:55.722Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-04T09:07:55.723Z] #82 sha256:955e5ee0c62e28725d34651c9f6c02d2438094baa79ddf80f05b3716c9bb3a2b [2022-05-04T09:07:56.366Z] 8f616e6e9eec: Verifying Checksum [2022-05-04T09:07:56.366Z] 8f616e6e9eec: Download complete [2022-05-04T09:07:59.931Z] #82 DONE 3.9s [2022-05-04T09:07:59.932Z] [2022-05-04T09:07:59.932Z] #83 exporting to image [2022-05-04T09:07:59.932Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-04T09:07:59.932Z] #83 exporting layers [2022-05-04T09:08:20.862Z] ok github.com/docker/docker/cmd/dockerd 0.065s coverage: 30.2% of statements [2022-05-04T09:08:22.251Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-05-04T09:08:22.512Z] ok github.com/docker/docker/cmd/dockerd/trap 2.472s coverage: 0.0% of statements [2022-05-04T09:08:22.512Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-04T09:08:22.512Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-04T09:08:22.512Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-04T09:08:22.512Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-04T09:08:22.512Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-04T09:08:26.519Z] #83 exporting layers 25.2s done [2022-05-04T09:08:26.519Z] #83 writing image sha256:6f699de273963c75fcf1160617d07aae085cf9ab1a2bfede2069969778d49d33 done [2022-05-04T09:08:26.519Z] #83 naming to docker.io/library/docker:a35040222cb7582b344fbf96799408d37c710ea0 done [2022-05-04T09:08:26.519Z] #83 DONE 25.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-04T09:08:26.860Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/validate/default [2022-05-04T09:08:27.432Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-04T09:08:27.432Z] No api/types/ or api/swagger.yaml changes in diff. [2022-05-04T09:08:27.432Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-04T09:08:27.432Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-04T09:08:27.432Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-04T09:08:27.432Z] Congratulations! No new tests were added to integration-cli. [2022-05-04T09:08:27.432Z] [2022-05-04T09:08:27.432Z] INFO Start validation with golang-ci-lint [2022-05-04T09:08:28.377Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-04T09:08:28.377Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-04T09:08:28.377Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-05-04T09:08:29.100Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-05-04T09:08:29.673Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-05-04T09:08:30.618Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-05-04T09:08:37.205Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.444s coverage: 13.8% of statements [2022-05-04T09:08:37.262Z] dccd9e4d14d3: Pull complete [2022-05-04T09:08:37.262Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-04T09:08:37.262Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:08:37.262Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:08:37.262Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-04T09:08:37.262Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-04T09:08:37.262Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-05-04T09:08:37.262Z] INFO: Docker version of control daemon [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] Client: [2022-05-04T09:08:37.262Z] Version: 20.10.9 [2022-05-04T09:08:37.262Z] API version: 1.41 [2022-05-04T09:08:37.262Z] Go version: go1.16.8 [2022-05-04T09:08:37.262Z] Git commit: c2ea9bc [2022-05-04T09:08:37.262Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:08:37.262Z] OS/Arch: windows/amd64 [2022-05-04T09:08:37.262Z] Context: default [2022-05-04T09:08:37.262Z] Experimental: true [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] Server: Docker Engine - Community [2022-05-04T09:08:37.262Z] Engine: [2022-05-04T09:08:37.262Z] Version: 20.10.9 [2022-05-04T09:08:37.262Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:08:37.262Z] Go version: go1.16.8 [2022-05-04T09:08:37.262Z] Git commit: 79ea9d3 [2022-05-04T09:08:37.262Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:08:37.262Z] OS/Arch: windows/amd64 [2022-05-04T09:08:37.262Z] Experimental: true [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] INFO: Docker info of control daemon [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] Client: [2022-05-04T09:08:37.262Z] Context: default [2022-05-04T09:08:37.262Z] Debug Mode: false [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] Server: [2022-05-04T09:08:37.262Z] Containers: 0 [2022-05-04T09:08:37.262Z] Running: 0 [2022-05-04T09:08:37.262Z] Paused: 0 [2022-05-04T09:08:37.262Z] Stopped: 0 [2022-05-04T09:08:37.262Z] Images: 1 [2022-05-04T09:08:37.262Z] Server Version: 20.10.9 [2022-05-04T09:08:37.262Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-04T09:08:37.262Z] Windows: [2022-05-04T09:08:37.262Z] LCOW: [2022-05-04T09:08:37.262Z] Logging Driver: json-file [2022-05-04T09:08:37.262Z] Plugins: [2022-05-04T09:08:37.262Z] Volume: local [2022-05-04T09:08:37.262Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:08:37.262Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:08:37.262Z] Swarm: inactive [2022-05-04T09:08:37.262Z] Default Isolation: process [2022-05-04T09:08:37.262Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:08:37.262Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-04T09:08:37.262Z] OSType: windows [2022-05-04T09:08:37.262Z] Architecture: x86_64 [2022-05-04T09:08:37.262Z] CPUs: 4 [2022-05-04T09:08:37.262Z] Total Memory: 32GiB [2022-05-04T09:08:37.262Z] Name: azwin-2-24ffe1 [2022-05-04T09:08:37.262Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-04T09:08:37.262Z] Docker Root Dir: D:\docker [2022-05-04T09:08:37.262Z] Debug Mode: false [2022-05-04T09:08:37.262Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:08:37.262Z] Labels: [2022-05-04T09:08:37.262Z] Experimental: true [2022-05-04T09:08:37.262Z] Insecure Registries: [2022-05-04T09:08:37.262Z] 10.0.0.4:5000 [2022-05-04T09:08:37.262Z] 127.0.0.0/8 [2022-05-04T09:08:37.262Z] Registry Mirrors: [2022-05-04T09:08:37.262Z] http://10.0.0.4:5000/ [2022-05-04T09:08:37.262Z] Live Restore Enabled: false [2022-05-04T09:08:37.262Z] Product License: Community Engine [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] INFO: Commit hash is a35040222c [2022-05-04T09:08:37.262Z] INFO: Nuke-Everything... [2022-05-04T09:08:37.262Z] INFO: Container count on control daemon to delete is 0 [2022-05-04T09:08:37.262Z] INFO: Nuking d:\CI [2022-05-04T09:08:37.262Z] INFO: Zapped successfully [2022-05-04T09:08:37.262Z] INFO: Location for testing is d:\CI\PR-43559\1 [2022-05-04T09:08:37.262Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] INFO: Building the image from Dockerfile.windows at 05/04/2022 09:08:29... [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.262Z] Sending build context to Docker daemon 66.58MB [2022-05-04T09:08:37.262Z] [2022-05-04T09:08:37.730Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-04T09:08:37.730Z] ---> aa8714eb8356 [2022-05-04T09:08:37.730Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-04T09:08:37.730Z] ---> Running in 62fbf5e81fea [2022-05-04T09:08:37.730Z] Removing intermediate container 62fbf5e81fea [2022-05-04T09:08:37.730Z] ---> 417fc011295a [2022-05-04T09:08:37.730Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-04T09:08:37.730Z] ---> Running in 26046bfbb81a [2022-05-04T09:08:38.150Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-04T09:08:38.199Z] Removing intermediate container 26046bfbb81a [2022-05-04T09:08:38.199Z] ---> 1fa80e5b586b [2022-05-04T09:08:38.199Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-05-04T09:08:38.199Z] ---> Running in 5c8c4d0cb0cf [2022-05-04T09:08:38.668Z] Removing intermediate container 5c8c4d0cb0cf [2022-05-04T09:08:38.668Z] ---> effb3e31b9fa [2022-05-04T09:08:38.668Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-04T09:08:38.668Z] ---> Running in 8293bdf78d10 [2022-05-04T09:08:38.724Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-05-04T09:08:39.137Z] Removing intermediate container 8293bdf78d10 [2022-05-04T09:08:39.137Z] ---> 9155591af5c1 [2022-05-04T09:08:39.137Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-04T09:08:39.137Z] ---> Running in 905279e8b094 [2022-05-04T09:08:39.298Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-04T09:08:39.618Z] Removing intermediate container 905279e8b094 [2022-05-04T09:08:39.618Z] ---> 79bd1dd7b7ec [2022-05-04T09:08:39.618Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-04T09:08:39.618Z] ---> Running in fd657737fd15 [2022-05-04T09:08:39.618Z] Removing intermediate container fd657737fd15 [2022-05-04T09:08:39.618Z] ---> 199d19d7597c [2022-05-04T09:08:39.619Z] Step 8/13 : 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-05-04T09:08:39.619Z] ---> Running in f61800f83504 [2022-05-04T09:08:40.686Z] ok github.com/docker/docker/daemon 10.123s coverage: 16.7% of statements [2022-05-04T09:08:40.686Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-04T09:08:40.686Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-04T09:08:40.686Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-04T09:08:40.686Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-04T09:08:40.686Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.554s coverage: 74.8% of statements [2022-05-04T09:08:41.643Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.304s coverage: 56.2% of statements [2022-05-04T09:08:42.590Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-05-04T09:08:43.984Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2022-05-04T09:08:45.374Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.228s coverage: 50.6% of statements [2022-05-04T09:08:45.488Z] [2022-05-04T09:08:45.488Z] SUCCESS: Specified value was saved. [2022-05-04T09:08:45.956Z] INFO: Downloading git... [2022-05-04T09:08:46.317Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.816s coverage: 46.2% of statements [2022-05-04T09:08:46.317Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-04T09:08:47.260Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.5% of statements [2022-05-04T09:08:47.260Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.897s coverage: 58.2% of statements [2022-05-04T09:08:47.260Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-04T09:08:47.260Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-04T09:08:47.518Z] INFO: Downloading go... [2022-05-04T09:08:48.202Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.023s coverage: 3.0% of statements [2022-05-04T09:08:48.462Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-05-04T09:08:49.090Z] INFO: Downloading compiler 1 of 3... [2022-05-04T09:08:49.404Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 6.6% of statements [2022-05-04T09:08:49.404Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-04T09:08:49.404Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-04T09:08:49.977Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.0% of statements [2022-05-04T09:08:50.074Z] INFO: Downloading compiler 2 of 3... [2022-05-04T09:08:50.543Z] INFO: Downloading compiler 3 of 3... [2022-05-04T09:08:50.552Z] ok github.com/docker/docker/daemon/logger/awslogs 0.164s coverage: 79.9% of statements [2022-05-04T09:08:50.552Z] ok github.com/docker/docker/daemon/logger/fluentd 0.018s coverage: 53.6% of statements [2022-05-04T09:08:50.552Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-04T09:08:51.124Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-05-04T09:08:51.124Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-04T09:08:51.699Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2022-05-04T09:08:51.961Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-04T09:08:52.105Z] INFO: Extracting git... [2022-05-04T09:08:52.536Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 78.7% of statements [2022-05-04T09:08:52.536Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-04T09:08:52.798Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 54.9% of statements [2022-05-04T09:08:53.062Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2022-05-04T09:08:54.007Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2022-05-04T09:08:54.268Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-05-04T09:08:54.842Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-04T09:08:55.415Z] ok github.com/docker/docker/daemon/logger/splunk 1.513s coverage: 82.5% of statements [2022-05-04T09:08:55.415Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-04T09:08:55.415Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-04T09:08:56.358Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-05-04T09:08:56.622Z] ok github.com/docker/docker/distribution 0.596s coverage: 28.2% of statements [2022-05-04T09:08:56.622Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-04T09:08:57.194Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-04T09:08:57.766Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-05-04T09:08:58.337Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-05-04T09:08:58.909Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-05-04T09:08:58.909Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 84.9% of statements [2022-05-04T09:08:58.909Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-04T09:08:59.169Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-05-04T09:08:59.169Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-04T09:08:59.742Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-05-04T09:09:00.314Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-05-04T09:09:00.886Z] ok github.com/docker/docker/opts 0.023s coverage: 65.5% of statements [2022-05-04T09:09:00.886Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-04T09:09:02.852Z] ok github.com/docker/docker/pkg/archive 0.323s coverage: 82.3% of statements [2022-05-04T09:09:03.797Z] ok github.com/docker/docker/pkg/authorization 0.422s coverage: 68.3% of statements [2022-05-04T09:09:03.797Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-04T09:09:04.058Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-04T09:09:04.587Z] INFO: Expanding go... [2022-05-04T09:09:07.360Z] ok github.com/docker/docker/pkg/chrootarchive 2.519s coverage: 42.7% of statements [2022-05-04T09:09:07.360Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-04T09:09:07.622Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-04T09:09:07.622Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-05-04T09:09:08.192Z] ok github.com/docker/docker/layer 7.854s coverage: 69.0% of statements [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-04T09:09:08.192Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-04T09:09:08.452Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-05-04T09:09:08.452Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-04T09:09:09.024Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-04T09:09:09.024Z] ok github.com/docker/docker/pkg/fsutils 0.205s coverage: 85.1% of statements [2022-05-04T09:09:09.965Z] ok github.com/docker/docker/pkg/idtools 0.436s coverage: 67.9% of statements [2022-05-04T09:09:09.965Z] ok github.com/docker/docker/pkg/ioutils 0.365s coverage: 70.1% of statements [2022-05-04T09:09:10.227Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2022-05-04T09:09:10.227Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2022-05-04T09:09:10.227Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-04T09:09:10.420Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:09:10.420Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:10.420Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:09:10.420Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:10.420Z] [2022-05-04T09:09:10.420Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:09:10.420Z] DOCKER_SYSTEMD=1 [2022-05-04T09:09:10.420Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:09:10.420Z] HOSTNAME=e46ec4f01cec [2022-05-04T09:09:10.420Z] DEST=bundles/test-integration [2022-05-04T09:09:10.420Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:09:10.420Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:09:10.420Z] container=docker [2022-05-04T09:09:10.420Z] HOME=/root [2022-05-04T09:09:10.420Z] LANG=C.UTF-8 [2022-05-04T09:09:10.420Z] INVOCATION_ID=17c0e1c1cbb34edfac57f3dc26847083 [2022-05-04T09:09:10.420Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:09:10.420Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:09:10.420Z] VALIDATE_BRANCH=master [2022-05-04T09:09:10.420Z] TERM=xterm [2022-05-04T09:09:10.420Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:09:10.420Z] SHLVL=3 [2022-05-04T09:09:10.420Z] TIMEOUT=120m [2022-05-04T09:09:10.420Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:09:10.420Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:09:10.420Z] GO111MODULE=off [2022-05-04T09:09:10.420Z] DOCKER_EXPERIMENTAL=1 [2022-05-04T09:09:10.420Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-04T09:09:10.420Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:09:10.420Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:09:10.420Z] GOPATH=/go [2022-05-04T09:09:10.420Z] PKG_CONFIG=pkg-config [2022-05-04T09:09:10.420Z] _=/usr/bin/env [2022-05-04T09:09:10.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-04T09:09:10.488Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-05-04T09:09:10.488Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-04T09:09:10.749Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-05-04T09:09:11.011Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-05-04T09:09:11.011Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-05-04T09:09:11.011Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-04T09:09:11.011Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-04T09:09:11.585Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-05-04T09:09:11.847Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-05-04T09:09:12.108Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-04T09:09:12.370Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-04T09:09:13.758Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-05-04T09:09:14.020Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-05-04T09:09:14.283Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-04T09:09:14.283Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-05-04T09:09:14.545Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-04T09:09:14.807Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-04T09:09:15.380Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.4% of statements [2022-05-04T09:09:15.954Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-04T09:09:15.954Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-05-04T09:09:16.526Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-05-04T09:09:16.786Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-04T09:09:17.046Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-04T09:09:18.962Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.3% of statements [2022-05-04T09:09:19.223Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-04T09:09:19.485Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-04T09:09:20.869Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2022-05-04T09:09:20.869Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-05-04T09:09:21.810Z] ok github.com/docker/docker/registry 0.079s coverage: 58.6% of statements [2022-05-04T09:09:22.373Z] 8f616e6e9eec: Pull complete [2022-05-04T09:09:22.381Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-04T09:09:22.381Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-05-04T09:09:22.951Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-05-04T09:09:23.212Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-04T09:09:25.133Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-05-04T09:09:25.708Z] ok github.com/docker/docker/volume/local 0.111s coverage: 76.4% of statements [2022-05-04T09:09:25.968Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-05-04T09:09:27.356Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-05-04T09:09:29.869Z] ba8181afd426: Pull complete [2022-05-04T09:09:29.869Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-05-04T09:09:29.869Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:09:29.869Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:09:29.869Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-05-04T09:09:29.869Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-05-04T09:09:29.869Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2803' [2022-05-04T09:09:29.869Z] INFO: Docker version of control daemon [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] Client: [2022-05-04T09:09:29.869Z] Version: 20.10.9 [2022-05-04T09:09:29.869Z] API version: 1.41 [2022-05-04T09:09:29.869Z] Go version: go1.16.8 [2022-05-04T09:09:29.869Z] Git commit: c2ea9bc [2022-05-04T09:09:29.869Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:09:29.869Z] OS/Arch: windows/amd64 [2022-05-04T09:09:29.869Z] Context: default [2022-05-04T09:09:29.869Z] Experimental: true [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] Server: Docker Engine - Community [2022-05-04T09:09:29.869Z] Engine: [2022-05-04T09:09:29.869Z] Version: 20.10.9 [2022-05-04T09:09:29.869Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:09:29.869Z] Go version: go1.16.8 [2022-05-04T09:09:29.869Z] Git commit: 79ea9d3 [2022-05-04T09:09:29.869Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:09:29.869Z] OS/Arch: windows/amd64 [2022-05-04T09:09:29.869Z] Experimental: true [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] INFO: Docker info of control daemon [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] Client: [2022-05-04T09:09:29.869Z] Context: default [2022-05-04T09:09:29.869Z] Debug Mode: false [2022-05-04T09:09:29.869Z] Plugins: [2022-05-04T09:09:29.869Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-04T09:09:29.869Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-04T09:09:29.869Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] Server: [2022-05-04T09:09:29.869Z] Containers: 0 [2022-05-04T09:09:29.869Z] Running: 0 [2022-05-04T09:09:29.869Z] Paused: 0 [2022-05-04T09:09:29.869Z] Stopped: 0 [2022-05-04T09:09:29.869Z] Images: 1 [2022-05-04T09:09:29.869Z] Server Version: 20.10.9 [2022-05-04T09:09:29.869Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-05-04T09:09:29.869Z] LCOW: [2022-05-04T09:09:29.869Z] Windows: [2022-05-04T09:09:29.869Z] Logging Driver: json-file [2022-05-04T09:09:29.869Z] Plugins: [2022-05-04T09:09:29.869Z] Volume: local [2022-05-04T09:09:29.869Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:09:29.869Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:09:29.869Z] Swarm: inactive [2022-05-04T09:09:29.869Z] Default Isolation: process [2022-05-04T09:09:29.869Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-04T09:09:29.869Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-04T09:09:29.869Z] OSType: windows [2022-05-04T09:09:29.869Z] Architecture: x86_64 [2022-05-04T09:09:29.869Z] CPUs: 4 [2022-05-04T09:09:29.869Z] Total Memory: 32GiB [2022-05-04T09:09:29.869Z] Name: azwin-2-04b450 [2022-05-04T09:09:29.869Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-04T09:09:29.869Z] Docker Root Dir: D:\docker [2022-05-04T09:09:29.869Z] Debug Mode: false [2022-05-04T09:09:29.869Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:09:29.869Z] Labels: [2022-05-04T09:09:29.869Z] Experimental: true [2022-05-04T09:09:29.869Z] Insecure Registries: [2022-05-04T09:09:29.869Z] 10.0.0.4:5000 [2022-05-04T09:09:29.869Z] 127.0.0.0/8 [2022-05-04T09:09:29.869Z] Registry Mirrors: [2022-05-04T09:09:29.869Z] http://10.0.0.4:5000/ [2022-05-04T09:09:29.869Z] Live Restore Enabled: false [2022-05-04T09:09:29.869Z] Product License: Community Engine [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] INFO: Commit hash is a35040222c [2022-05-04T09:09:29.869Z] INFO: Nuke-Everything... [2022-05-04T09:09:29.869Z] INFO: Container count on control daemon to delete is 0 [2022-05-04T09:09:29.869Z] INFO: Nuking d:\CI [2022-05-04T09:09:29.869Z] INFO: Zapped successfully [2022-05-04T09:09:29.869Z] INFO: Location for testing is d:\CI\PR-43559\1 [2022-05-04T09:09:29.869Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:29.869Z] INFO: Building the image from Dockerfile.windows at 05/04/2022 09:09:28... [2022-05-04T09:09:29.869Z] [2022-05-04T09:09:34.686Z] INFO: Expanding compiler 1 of 3... [2022-05-04T09:09:34.686Z] INFO: Expanding compiler 2 of 3... [2022-05-04T09:09:38.547Z] Sending build context to Docker daemon 66.58MB [2022-05-04T09:09:38.547Z] [2022-05-04T09:09:38.547Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-04T09:09:38.547Z] ---> e8870c5c3ab2 [2022-05-04T09:09:38.547Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-04T09:09:38.547Z] ---> Running in 5b080d845fbe [2022-05-04T09:09:38.547Z] Removing intermediate container 5b080d845fbe [2022-05-04T09:09:38.547Z] ---> 78ffe0cb6656 [2022-05-04T09:09:38.547Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-04T09:09:38.547Z] ---> Running in b7f130379657 [2022-05-04T09:09:38.547Z] Removing intermediate container b7f130379657 [2022-05-04T09:09:38.547Z] ---> 4cf1178601d3 [2022-05-04T09:09:38.547Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-05-04T09:09:38.547Z] ---> Running in 949b3a1da455 [2022-05-04T09:09:39.018Z] Removing intermediate container 949b3a1da455 [2022-05-04T09:09:39.018Z] ---> 88164f8c4717 [2022-05-04T09:09:39.018Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-04T09:09:39.018Z] ---> Running in b8ffb5e8da91 [2022-05-04T09:09:39.354Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:09:39.355Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:39.355Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:09:39.355Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:39.355Z] [2022-05-04T09:09:39.355Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:09:39.355Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:09:39.355Z] HOSTNAME=5f145c388877 [2022-05-04T09:09:39.355Z] DEST=bundles/test-integration [2022-05-04T09:09:39.355Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:09:39.355Z] DOCKER_ROOTLESS=1 [2022-05-04T09:09:39.355Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:09:39.355Z] container=docker [2022-05-04T09:09:39.355Z] HOME=/root [2022-05-04T09:09:39.355Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:09:39.355Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:09:39.355Z] VALIDATE_BRANCH=master [2022-05-04T09:09:39.355Z] TERM=xterm [2022-05-04T09:09:39.355Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:09:39.355Z] SHLVL=1 [2022-05-04T09:09:39.355Z] TIMEOUT=120m [2022-05-04T09:09:39.355Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:09:39.355Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:09:39.355Z] GO111MODULE=off [2022-05-04T09:09:39.355Z] DOCKER_EXPERIMENTAL=1 [2022-05-04T09:09:39.355Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-04T09:09:39.355Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:09:39.355Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:09:39.355Z] GOPATH=/go [2022-05-04T09:09:39.355Z] PKG_CONFIG=pkg-config [2022-05-04T09:09:39.355Z] _=/usr/bin/env [2022-05-04T09:09:39.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-04T09:09:39.489Z] Removing intermediate container b8ffb5e8da91 [2022-05-04T09:09:39.489Z] ---> 1a76d7925a22 [2022-05-04T09:09:39.489Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-04T09:09:39.489Z] ---> Running in b316fd440c80 [2022-05-04T09:09:39.959Z] Removing intermediate container b316fd440c80 [2022-05-04T09:09:39.959Z] ---> 3fc63a09253c [2022-05-04T09:09:39.959Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-04T09:09:39.959Z] ---> Running in 7033c44cb9a0 [2022-05-04T09:09:40.557Z] INFO: Expanding compiler 3 of 3... [2022-05-04T09:09:40.557Z] INFO: Removing downloaded files... [2022-05-04T09:09:40.557Z] INFO: Downloading containerd [2022-05-04T09:09:40.951Z] Removing intermediate container 7033c44cb9a0 [2022-05-04T09:09:40.951Z] ---> 8b2dab8b049e [2022-05-04T09:09:40.951Z] Step 8/13 : 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-05-04T09:09:40.951Z] ---> Running in 1674f6e22f31 [2022-05-04T09:09:45.475Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.3% of statements [2022-05-04T09:09:45.475Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-04T09:09:45.475Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/rootless [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/volume [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-04T09:09:45.476Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === Skipped [2022-05-04T09:09:45.476Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-04T09:09:45.476Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-04T09:09:45.476Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-04T09:09:45.476Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-04T09:09:45.476Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-04T09:09:45.476Z] time="2022-05-04T09:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-04T09:09:45.476Z] time="2022-05-04T09:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-04T09:09:45.476Z] time="2022-05-04T09:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-04T09:09:45.476Z] time="2022-05-04T09:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-04T09:09:45.476Z] time="2022-05-04T09:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-04T09:09:45.476Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-04T09:09:45.476Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-04T09:09:45.476Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:09:45.476Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-04T09:09:45.476Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-04T09:09:45.476Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-04T09:09:45.476Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-04T09:09:45.476Z] [2022-05-04T09:09:45.476Z] DONE 2526 tests, 28 skipped in 210.861s [2022-05-04T09:09:45.476Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:09:45.476Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-04T09:09:45.476Z] + 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-05-04T09:09:47.720Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:09:47.720Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:47.720Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:09:47.720Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:09:47.720Z] [2022-05-04T09:09:47.720Z] + TEST_INTEGRATION_DEST=1 [2022-05-04T09:09:47.720Z] + CONTAINER_NAME=docker-pr1-1 [2022-05-04T09:09:47.720Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-04T09:09:47.720Z] + run_tests test-integration-flaky [2022-05-04T09:09:47.720Z] + '[' -n 0 ']' [2022-05-04T09:09:47.720Z] + rm= [2022-05-04T09:09:47.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43559/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh test-integration-flaky test-integration [2022-05-04T09:09:47.720Z] + c=0 [2022-05-04T09:09:47.720Z] + TEST_INTEGRATION_DEST=3 [2022-05-04T09:09:47.720Z] + CONTAINER_NAME=docker-pr1-3 [2022-05-04T09:09:47.720Z] + TEST_SKIP_INTEGRATION=1 [2022-05-04T09:09:47.720Z] ++ jobs -p [2022-05-04T09:09:47.720Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-04T09:09:47.720Z] + run_tests [2022-05-04T09:09:47.720Z] + '[' -n 0 ']' [2022-05-04T09:09:47.720Z] + rm= [2022-05-04T09:09:47.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43559/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh '' test-integration [2022-05-04T09:09:47.720Z] + for job in $(jobs -p) [2022-05-04T09:09:47.720Z] + wait 6822 [2022-05-04T09:09:47.720Z] + TEST_INTEGRATION_DEST=2 [2022-05-04T09:09:47.720Z] + CONTAINER_NAME=docker-pr1-2 [2022-05-04T09:09:47.720Z] + TEST_SKIP_INTEGRATION=1 [2022-05-04T09:09:47.720Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-04T09:09:47.720Z] + run_tests [2022-05-04T09:09:47.720Z] + '[' -n 0 ']' [2022-05-04T09:09:47.720Z] + rm= [2022-05-04T09:09:47.720Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43559/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh '' test-integration [2022-05-04T09:09:47.720Z] [2022-05-04T09:09:47.720Z] [2022-05-04T09:09:47.720Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-04T09:09:47.720Z] [2022-05-04T09:09:47.720Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:09:47.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:09:47.720Z] HOSTNAME=72d803ff2673 [2022-05-04T09:09:47.720Z] TEST_SKIP_INTEGRATION=1 [2022-05-04T09:09:47.720Z] TESTDEBUG=0 [2022-05-04T09:09:47.720Z] DEST=bundles/test-integration [2022-05-04T09:09:47.720Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:09:47.720Z] KEEPBUNDLE=1 [2022-05-04T09:09:47.720Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:09:47.720Z] container=docker [2022-05-04T09:09:47.720Z] HOME=/root [2022-05-04T09:09:47.720Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:09:47.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:09:47.720Z] VALIDATE_BRANCH=master [2022-05-04T09:09:47.720Z] TERM=xterm [2022-05-04T09:09:47.720Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:09:47.720Z] SHLVL=1 [2022-05-04T09:09:47.720Z] TIMEOUT=120m [2022-05-04T09:09:47.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:09:47.720Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:09:47.720Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-04T09:09:47.720Z] GO111MODULE=off [2022-05-04T09:09:47.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:09:47.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:09:47.720Z] GOPATH=/go [2022-05-04T09:09:47.720Z] PKG_CONFIG=pkg-config [2022-05-04T09:09:47.720Z] _=/usr/bin/env [2022-05-04T09:09:47.720Z] Building test suite binary ./integration-cli/test.main [2022-05-04T09:09:47.720Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:09:47.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:09:47.720Z] HOSTNAME=86736117c691 [2022-05-04T09:09:47.720Z] TEST_SKIP_INTEGRATION=1 [2022-05-04T09:09:47.720Z] TESTDEBUG=0 [2022-05-04T09:09:47.720Z] DEST=bundles/test-integration [2022-05-04T09:09:47.720Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:09:47.720Z] KEEPBUNDLE=1 [2022-05-04T09:09:47.720Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:09:47.720Z] container=docker [2022-05-04T09:09:47.720Z] HOME=/root [2022-05-04T09:09:47.720Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:09:47.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:09:47.720Z] VALIDATE_BRANCH=master [2022-05-04T09:09:47.720Z] TERM=xterm [2022-05-04T09:09:47.720Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:09:47.720Z] SHLVL=1 [2022-05-04T09:09:47.720Z] TIMEOUT=120m [2022-05-04T09:09:47.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:09:47.720Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:09:47.720Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-04T09:09:47.720Z] GO111MODULE=off [2022-05-04T09:09:47.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:09:47.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:09:47.720Z] GOPATH=/go [2022-05-04T09:09:47.720Z] PKG_CONFIG=pkg-config [2022-05-04T09:09:47.720Z] _=/usr/bin/env [2022-05-04T09:09:47.720Z] Building test suite binary ./integration-cli/test.main [2022-05-04T09:09:47.720Z] No new tests added to integration. [2022-05-04T09:09:47.720Z] [2022-05-04T09:09:47.720Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:09:47.720Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:09:47.720Z] HOSTNAME=ceb550067fc6 [2022-05-04T09:09:47.720Z] TESTDEBUG=0 [2022-05-04T09:09:47.720Z] DEST=bundles/test-integration [2022-05-04T09:09:47.720Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:09:47.720Z] KEEPBUNDLE=1 [2022-05-04T09:09:47.720Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:09:47.720Z] container=docker [2022-05-04T09:09:47.720Z] HOME=/root [2022-05-04T09:09:47.720Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:09:47.720Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:09:47.720Z] VALIDATE_BRANCH=master [2022-05-04T09:09:47.720Z] TERM=xterm [2022-05-04T09:09:47.720Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:09:47.720Z] SHLVL=1 [2022-05-04T09:09:47.720Z] TIMEOUT=120m [2022-05-04T09:09:47.720Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:09:47.720Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:09:47.720Z] GO111MODULE=off [2022-05-04T09:09:47.720Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-04T09:09:47.720Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:09:47.720Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:09:47.720Z] GOPATH=/go [2022-05-04T09:09:47.720Z] PKG_CONFIG=pkg-config [2022-05-04T09:09:47.720Z] _=/usr/bin/env [2022-05-04T09:09:47.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-04T09:09:57.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-04T09:09:57.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-04T09:09:58.370Z] [2022-05-04T09:09:58.370Z] Name Version Source Summary [2022-05-04T09:09:58.370Z] ---- ------- ------ ------- [2022-05-04T09:09:58.370Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-04T09:09:59.355Z] [2022-05-04T09:09:59.355Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-04T09:09:59.355Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-04T09:09:59.355Z] PSChildName : containerd [2022-05-04T09:09:59.355Z] PSDrive : C [2022-05-04T09:09:59.355Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-04T09:09:59.355Z] PSIsContainer : True [2022-05-04T09:09:59.355Z] Name : containerd [2022-05-04T09:09:59.355Z] FullName : C:\containerd [2022-05-04T09:09:59.355Z] Parent : [2022-05-04T09:09:59.355Z] Exists : True [2022-05-04T09:09:59.355Z] Root : C:\ [2022-05-04T09:09:59.355Z] Extension : [2022-05-04T09:09:59.355Z] CreationTime : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] CreationTimeUtc : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] LastAccessTime : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] LastAccessTimeUtc : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] LastWriteTime : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] LastWriteTimeUtc : 5/4/2022 9:09:58 AM [2022-05-04T09:09:59.355Z] Attributes : Directory [2022-05-04T09:09:59.355Z] Mode : d----- [2022-05-04T09:09:59.355Z] BaseName : containerd [2022-05-04T09:09:59.355Z] Target : {} [2022-05-04T09:09:59.355Z] LinkType : [2022-05-04T09:09:59.355Z] [2022-05-04T09:10:00.918Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-04T09:10:00.918Z] INFO: Configuring git core.autocrlf... [2022-05-04T09:10:00.918Z] [2022-05-04T09:10:00.918Z] [2022-05-04T09:10:06.269Z] [2022-05-04T09:10:06.269Z] SUCCESS: Specified value was saved. [2022-05-04T09:10:06.269Z] INFO: Downloading git... [2022-05-04T09:10:06.269Z] INFO: Downloading go... [2022-05-04T09:10:07.838Z] INFO: Downloading compiler 1 of 3... [2022-05-04T09:10:08.308Z] INFO: Downloading compiler 2 of 3... [2022-05-04T09:10:08.308Z] INFO: Downloading compiler 3 of 3... [2022-05-04T09:10:08.308Z] INFO: Extracting git... [2022-05-04T09:10:18.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-04T09:10:18.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-04T09:10:19.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-04T09:10:25.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-04T09:10:26.141Z] INFO: Expanding go... [2022-05-04T09:10:32.205Z] ok github.com/docker/docker/libnetwork 37.445s coverage: 40.6% of statements [2022-05-04T09:10:32.205Z] ok github.com/docker/docker/libnetwork/bitseq 0.142s coverage: 84.4% of statements [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-04T09:10:32.205Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-04T09:10:32.205Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-04T09:10:32.205Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-04T09:10:32.205Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-05-04T09:10:33.594Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.533s coverage: 59.9% of statements [2022-05-04T09:10:33.594Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-04T09:10:33.855Z] ok github.com/docker/docker/libnetwork/drivers/host 0.008s coverage: 34.8% of statements [2022-05-04T09:10:34.430Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2022-05-04T09:10:34.430Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-04T09:10:35.003Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-04T09:10:35.003Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-04T09:10:35.003Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-05-04T09:10:35.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-04T09:10:35.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-04T09:10:35.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-04T09:10:36.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-04T09:10:36.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-04T09:10:37.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-04T09:10:40.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-04T09:10:41.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-04T09:10:42.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-04T09:10:42.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-04T09:10:43.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-04T09:10:44.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-04T09:10:44.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-04T09:10:45.074Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.439s coverage: 7.4% of statements [2022-05-04T09:10:45.074Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-04T09:10:45.074Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-04T09:10:45.074Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-05-04T09:10:45.074Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-04T09:10:45.074Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-04T09:10:45.074Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-04T09:10:45.074Z] ok github.com/docker/docker/libnetwork/drvregistry 0.017s coverage: 82.4% of statements [2022-05-04T09:10:45.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-04T09:10:45.645Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-05-04T09:10:45.645Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-04T09:10:45.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-04T09:10:45.906Z] ok github.com/docker/docker/libnetwork/internal/caller 0.008s coverage: 100.0% of statements [2022-05-04T09:10:47.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-04T09:10:47.712Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:10:47.712Z] Using test binary docker [2022-05-04T09:10:47.712Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-04T09:10:47.712Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-04T09:10:47.712Z] INFO: Waiting for daemon to start... [2022-05-04T09:10:47.712Z] Starting dockerd [2022-05-04T09:10:50.230Z] . [2022-05-04T09:10:50.230Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:10:50.230Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:10:50.230Z] Error: No such image: emptyfs [2022-05-04T09:10:50.486Z] Running integration-test (iteration 1) [2022-05-04T09:10:50.486Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-04T09:10:50.742Z] Loaded image: busybox:latest [2022-05-04T09:10:50.998Z] Loaded image: busybox:glibc [2022-05-04T09:10:51.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-04T09:10:52.365Z] Loaded image: debian:bullseye-slim [2022-05-04T09:10:52.365Z] Loaded image: hello-world:latest [2022-05-04T09:10:52.365Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:10:52.365Z] INFO: Testing against a local daemon [2022-05-04T09:10:52.365Z] === RUN TestCgroupNamespacesBuild [2022-05-04T09:10:53.735Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2022-05-04T09:10:53.735Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-04T09:10:55.104Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s) [2022-05-04T09:10:55.104Z] === RUN TestBuildWithSession [2022-05-04T09:10:55.104Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:10:55.104Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:10:55.104Z] === RUN TestBuildSquashParent [2022-05-04T09:10:58.148Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-04T09:11:00.352Z] --- PASS: TestBuildSquashParent (4.63s) [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:00.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:00.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:00.352Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:00.352Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:00.914Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:01.171Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:01.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-04T09:11:01.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-04T09:11:01.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-04T09:11:02.027Z] INFO: Expanding compiler 1 of 3... [2022-05-04T09:11:02.027Z] INFO: Expanding compiler 2 of 3... [2022-05-04T09:11:02.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-04T09:11:02.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-04T09:11:02.538Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:03.100Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:03.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.44s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.77s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.69s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.68s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.54s) [2022-05-04T09:11:04.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.46s) [2022-05-04T09:11:04.478Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:11:04.478Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:11:05.849Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:11:05.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-04T09:11:06.106Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:11:06.363Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:11:06.620Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:11:06.791Z] INFO: Expanding compiler 3 of 3... [2022-05-04T09:11:06.791Z] INFO: Removing downloaded files... [2022-05-04T09:11:06.791Z] INFO: Downloading containerd [2022-05-04T09:11:06.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy (2.35s) [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.42s) [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-05-04T09:11:06.891Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-05-04T09:11:06.891Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:11:07.472Z] --- PASS: TestBuildMultiStageParentConfig (0.71s) [2022-05-04T09:11:07.472Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:11:07.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-04T09:11:08.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-04T09:11:08.409Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2022-05-04T09:11:08.409Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:11:08.982Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-05-04T09:11:08.982Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:11:09.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-04T09:11:09.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-04T09:11:10.876Z] --- PASS: TestBuildMultiStageOnBuild (1.64s) [2022-05-04T09:11:10.876Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:11:10.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-04T09:11:11.132Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-05-04T09:11:11.132Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:11:11.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-04T09:11:12.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-04T09:11:13.022Z] --- PASS: TestBuildMultiStageLayerLeak (1.67s) [2022-05-04T09:11:13.022Z] === RUN TestBuildWithHugeFile [2022-05-04T09:11:13.064Z] ok github.com/docker/docker/libnetwork/ipam 16.219s coverage: 85.3% of statements [2022-05-04T09:11:13.064Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-04T09:11:13.064Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-04T09:11:13.064Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-04T09:11:13.370Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:11:13.370Z] Using test binary docker [2022-05-04T09:11:13.370Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-04T09:11:13.370Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-04T09:11:13.370Z] INFO: Waiting for daemon to start... [2022-05-04T09:11:13.370Z] Starting dockerd [2022-05-04T09:11:13.635Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-04T09:11:13.635Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-04T09:11:13.896Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-04T09:11:14.466Z] ok github.com/docker/docker/libnetwork/ipamutils 0.262s coverage: 74.0% of statements [2022-05-04T09:11:15.037Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 45.1% of statements [2022-05-04T09:11:15.037Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-04T09:11:15.299Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-04T09:11:15.886Z] . [2022-05-04T09:11:15.886Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:11:15.886Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:11:15.887Z] Error: No such image: emptyfs [2022-05-04T09:11:16.143Z] Running integration-test (iteration 1) [2022-05-04T09:11:16.143Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-04T09:11:16.403Z] Loaded image: busybox:latest [2022-05-04T09:11:16.403Z] Loaded image: busybox:glibc [2022-05-04T09:11:17.857Z] Loaded image: debian:bullseye-slim [2022-05-04T09:11:17.857Z] Loaded image: hello-world:latest [2022-05-04T09:11:17.857Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:11:18.114Z] INFO: Testing against a local daemon [2022-05-04T09:11:18.114Z] === RUN TestCgroupNamespacesBuild [2022-05-04T09:11:18.812Z] dccd9e4d14d3: Pull complete [2022-05-04T09:11:18.812Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-04T09:11:18.812Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:11:18.812Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:11:18.812Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-04T09:11:18.812Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-04T09:11:18.812Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-05-04T09:11:18.812Z] INFO: Docker version of control daemon [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Client: [2022-05-04T09:11:18.812Z] Version: 20.10.9 [2022-05-04T09:11:18.812Z] API version: 1.41 [2022-05-04T09:11:18.812Z] Go version: go1.16.8 [2022-05-04T09:11:18.812Z] Git commit: c2ea9bc [2022-05-04T09:11:18.812Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-04T09:11:18.812Z] OS/Arch: windows/amd64 [2022-05-04T09:11:18.812Z] Context: default [2022-05-04T09:11:18.812Z] Experimental: true [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Server: Docker Engine - Community [2022-05-04T09:11:18.812Z] Engine: [2022-05-04T09:11:18.812Z] Version: 20.10.9 [2022-05-04T09:11:18.812Z] API version: 1.41 (minimum version 1.24) [2022-05-04T09:11:18.812Z] Go version: go1.16.8 [2022-05-04T09:11:18.812Z] Git commit: 79ea9d3 [2022-05-04T09:11:18.812Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-04T09:11:18.812Z] OS/Arch: windows/amd64 [2022-05-04T09:11:18.812Z] Experimental: true [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] INFO: Docker info of control daemon [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Client: [2022-05-04T09:11:18.812Z] Context: default [2022-05-04T09:11:18.812Z] Debug Mode: false [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Server: [2022-05-04T09:11:18.812Z] Containers: 0 [2022-05-04T09:11:18.812Z] Running: 0 [2022-05-04T09:11:18.812Z] Paused: 0 [2022-05-04T09:11:18.812Z] Stopped: 0 [2022-05-04T09:11:18.812Z] Images: 1 [2022-05-04T09:11:18.812Z] Server Version: 20.10.9 [2022-05-04T09:11:18.812Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-04T09:11:18.812Z] Windows: [2022-05-04T09:11:18.812Z] LCOW: [2022-05-04T09:11:18.812Z] Logging Driver: json-file [2022-05-04T09:11:18.812Z] Plugins: [2022-05-04T09:11:18.812Z] Volume: local [2022-05-04T09:11:18.812Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:11:18.812Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:11:18.812Z] Swarm: inactive [2022-05-04T09:11:18.812Z] Default Isolation: process [2022-05-04T09:11:18.812Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:11:18.812Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-04T09:11:18.812Z] OSType: windows [2022-05-04T09:11:18.812Z] Architecture: x86_64 [2022-05-04T09:11:18.812Z] CPUs: 4 [2022-05-04T09:11:18.812Z] Total Memory: 32GiB [2022-05-04T09:11:18.812Z] Name: azwin-2-74be70 [2022-05-04T09:11:18.812Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-04T09:11:18.812Z] Docker Root Dir: D:\docker [2022-05-04T09:11:18.812Z] Debug Mode: false [2022-05-04T09:11:18.812Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:11:18.812Z] Labels: [2022-05-04T09:11:18.812Z] Experimental: true [2022-05-04T09:11:18.812Z] Insecure Registries: [2022-05-04T09:11:18.812Z] 10.0.0.4:5000 [2022-05-04T09:11:18.812Z] 127.0.0.0/8 [2022-05-04T09:11:18.812Z] Registry Mirrors: [2022-05-04T09:11:18.812Z] http://10.0.0.4:5000/ [2022-05-04T09:11:18.812Z] Live Restore Enabled: false [2022-05-04T09:11:18.812Z] Product License: Community Engine [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] INFO: Commit hash is a35040222c [2022-05-04T09:11:18.812Z] INFO: Nuke-Everything... [2022-05-04T09:11:18.812Z] INFO: Container count on control daemon to delete is 0 [2022-05-04T09:11:18.812Z] INFO: Nuking d:\CI [2022-05-04T09:11:18.812Z] INFO: Zapped successfully [2022-05-04T09:11:18.812Z] INFO: Location for testing is d:\CI\PR-43559\1 [2022-05-04T09:11:18.812Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] INFO: Building the image from Dockerfile.windows at 05/04/2022 09:11:06... [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Sending build context to Docker daemon 66.58MB [2022-05-04T09:11:18.812Z] [2022-05-04T09:11:18.812Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-04T09:11:18.812Z] ---> aa8714eb8356 [2022-05-04T09:11:18.812Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-04T09:11:18.812Z] ---> Running in 57864d8addce [2022-05-04T09:11:18.812Z] Removing intermediate container 57864d8addce [2022-05-04T09:11:18.812Z] ---> b670070eee57 [2022-05-04T09:11:18.812Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-05-04T09:11:18.812Z] ---> Running in 78ba6d7be0ca [2022-05-04T09:11:18.812Z] Removing intermediate container 78ba6d7be0ca [2022-05-04T09:11:18.812Z] ---> b1a850e6c7e5 [2022-05-04T09:11:18.812Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-05-04T09:11:18.812Z] ---> Running in 7db1e9440da9 [2022-05-04T09:11:18.812Z] Removing intermediate container 7db1e9440da9 [2022-05-04T09:11:18.812Z] ---> 63990321e735 [2022-05-04T09:11:18.812Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-04T09:11:18.812Z] ---> Running in d408a9e3da7f [2022-05-04T09:11:18.812Z] Removing intermediate container d408a9e3da7f [2022-05-04T09:11:18.812Z] ---> fd36b4f0ee59 [2022-05-04T09:11:18.812Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-04T09:11:18.812Z] ---> Running in 266666149da2 [2022-05-04T09:11:18.813Z] Removing intermediate container 266666149da2 [2022-05-04T09:11:18.813Z] ---> 901c2f528255 [2022-05-04T09:11:18.813Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-04T09:11:18.813Z] ---> Running in d62148d78490 [2022-05-04T09:11:18.813Z] Removing intermediate container d62148d78490 [2022-05-04T09:11:18.813Z] ---> 9462f0b6621d [2022-05-04T09:11:18.813Z] Step 8/13 : 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-05-04T09:11:18.813Z] ---> Running in b05bb5534680 [2022-05-04T09:11:19.044Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-05-04T09:11:19.044Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-04T09:11:19.959Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|name|deps|exports_file|imports) took 2m51.187609294s [2022-05-04T09:11:19.960Z] 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-05-04T09:11:19.960Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 490.639473ms [2022-05-04T09:11:20.454Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-05-04T09:11:20.454Z] === RUN TestBuildWithSession [2022-05-04T09:11:20.454Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:11:20.454Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:11:20.454Z] === RUN TestBuildSquashParent [2022-05-04T09:11:20.989Z] [2022-05-04T09:11:20.990Z] SUCCESS: Specified value was saved. [2022-05-04T09:11:21.954Z] INFO: Downloading git... [2022-05-04T09:11:23.495Z] INFO: Downloading go... [2022-05-04T09:11:24.623Z] [2022-05-04T09:11:24.623Z] Name Version Source Summary [2022-05-04T09:11:24.623Z] ---- ------- ------ ------- [2022-05-04T09:11:24.623Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-04T09:11:24.623Z] [2022-05-04T09:11:24.623Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-04T09:11:24.623Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-04T09:11:24.623Z] PSChildName : containerd [2022-05-04T09:11:24.623Z] PSDrive : C [2022-05-04T09:11:24.623Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-04T09:11:24.623Z] PSIsContainer : True [2022-05-04T09:11:24.623Z] Name : containerd [2022-05-04T09:11:24.623Z] FullName : C:\containerd [2022-05-04T09:11:24.623Z] Parent : [2022-05-04T09:11:24.623Z] Exists : True [2022-05-04T09:11:24.623Z] Root : C:\ [2022-05-04T09:11:24.623Z] Extension : [2022-05-04T09:11:24.623Z] CreationTime : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] CreationTimeUtc : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] LastAccessTime : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] LastAccessTimeUtc : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] LastWriteTime : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] LastWriteTimeUtc : 5/4/2022 9:11:22 AM [2022-05-04T09:11:24.623Z] Attributes : Directory [2022-05-04T09:11:24.623Z] Mode : d----- [2022-05-04T09:11:24.623Z] BaseName : containerd [2022-05-04T09:11:24.623Z] Target : {} [2022-05-04T09:11:24.623Z] LinkType : [2022-05-04T09:11:24.623Z] [2022-05-04T09:11:24.623Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-04T09:11:24.623Z] INFO: Configuring git core.autocrlf... [2022-05-04T09:11:24.623Z] [2022-05-04T09:11:24.623Z] [2022-05-04T09:11:25.027Z] INFO: Downloading compiler 1 of 3... [2022-05-04T09:11:25.484Z] INFO: Downloading compiler 2 of 3... [2022-05-04T09:11:25.484Z] INFO: Downloading compiler 3 of 3... [2022-05-04T09:11:25.484Z] INFO: Extracting git... [2022-05-04T09:11:27.081Z] --- PASS: TestBuildSquashParent (6.85s) [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:27.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:27.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:27.081Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:11:27.081Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:11:27.175Z] Removing intermediate container f61800f83504 [2022-05-04T09:11:27.175Z] ---> 48192d6fa431 [2022-05-04T09:11:27.175Z] Step 9/13 : 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-05-04T09:11:27.175Z] ---> Running in d9727ca7ec98 [2022-05-04T09:11:27.175Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-04T09:11:27.175Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:11:27.175Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:11:27.175Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:11:27.175Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:11:27.175Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:11:27.175Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:11:27.175Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:11:27.175Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:11:27.175Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:11:27.175Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:11:29.017Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:11:29.017Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:11:30.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:11:30.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.76s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.01s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.10s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2022-05-04T09:11:32.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2022-05-04T09:11:32.794Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:11:32.794Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:11:36.057Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:11:37.425Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:11:37.599Z] Removing intermediate container d9727ca7ec98 [2022-05-04T09:11:37.599Z] ---> b5ce253993b4 [2022-05-04T09:11:37.599Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-04T09:11:37.599Z] ---> Running in 90df07d1fd4e [2022-05-04T09:11:38.350Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:11:39.276Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy (7.27s) [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.27s) [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-05-04T09:11:40.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-05-04T09:11:40.248Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:11:40.277Z] INFO: Expanding go... [2022-05-04T09:11:40.640Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-04T09:11:40.640Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:11:41.107Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:11:41.107Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:11:41.575Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:11:41.575Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:11:41.575Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:11:41.575Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:11:45.535Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-05-04T09:11:45.535Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:11:50.236Z] Removing intermediate container 90df07d1fd4e [2022-05-04T09:11:50.236Z] ---> c2598d1c9d04 [2022-05-04T09:11:50.236Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-04T09:11:50.236Z] ---> Running in 7fa24aef2b86 [2022-05-04T09:11:50.704Z] Removing intermediate container 7fa24aef2b86 [2022-05-04T09:11:50.704Z] ---> 8ec7422eaa54 [2022-05-04T09:11:50.704Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-04T09:11:50.704Z] ---> Running in 79539adf8f0b [2022-05-04T09:11:51.173Z] Removing intermediate container 79539adf8f0b [2022-05-04T09:11:51.173Z] ---> af6153dc4d75 [2022-05-04T09:11:51.173Z] Step 13/13 : COPY . . [2022-05-04T09:11:53.662Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-05-04T09:11:53.662Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:11:56.180Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-05-04T09:11:56.180Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:12:01.420Z] --- PASS: TestBuildMultiStageOnBuild (5.05s) [2022-05-04T09:12:01.420Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:12:01.980Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-04T09:12:01.980Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:12:06.207Z] --- PASS: TestBuildMultiStageLayerLeak (4.35s) [2022-05-04T09:12:06.207Z] === RUN TestBuildWithHugeFile [2022-05-04T09:12:09.206Z] --- PASS: TestBuildWithHugeFile (50.97s) [2022-05-04T09:12:09.206Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:12:09.206Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:12:09.206Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:12:09.206Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:12:09.206Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:12:09.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:12:09.206Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:12:09.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:12:09.206Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:12:09.206Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:12:09.206Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:12:09.206Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:12:09.206Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:12:09.206Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-04T09:12:09.206Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-05-04T09:12:09.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-05-04T09:12:09.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2022-05-04T09:12:09.206Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:12:09.206Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-04T09:12:09.206Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-04T09:12:09.206Z] --- PASS: TestBuildPreserveOwnership (3.57s) [2022-05-04T09:12:09.206Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.43s) [2022-05-04T09:12:09.206Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2022-05-04T09:12:09.206Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:12:09.206Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-04T09:12:09.206Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-04T09:12:09.206Z] Loaded image: busybox:latest [2022-05-04T09:12:09.206Z] Loaded image: busybox:glibc [2022-05-04T09:12:10.135Z] Loaded image: debian:bullseye-slim [2022-05-04T09:12:10.135Z] Loaded image: hello-world:latest [2022-05-04T09:12:10.135Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:12:10.214Z] INFO: Expanding compiler 1 of 3... [2022-05-04T09:12:10.214Z] INFO: Expanding compiler 2 of 3... [2022-05-04T09:12:13.109Z] INFO: Expanding compiler 3 of 3... [2022-05-04T09:12:13.567Z] INFO: Removing downloaded files... [2022-05-04T09:12:13.567Z] INFO: Downloading containerd [2022-05-04T09:12:18.236Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.58s) [2022-05-04T09:12:18.236Z] PASS [2022-05-04T09:12:18.236Z] [2022-05-04T09:12:18.236Z] === Skipped [2022-05-04T09:12:18.236Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-04T09:12:18.236Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:12:18.236Z] [2022-05-04T09:12:18.236Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:12:18.236Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:12:18.236Z] [2022-05-04T09:12:18.236Z] DONE 34 tests, 2 skipped in 87.810s [2022-05-04T09:12:18.236Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-04T09:12:18.236Z] INFO: Testing against a local daemon [2022-05-04T09:12:18.236Z] === RUN TestConfigInspect [2022-05-04T09:12:20.757Z] --- PASS: TestConfigInspect (2.25s) [2022-05-04T09:12:20.757Z] === RUN TestConfigList [2022-05-04T09:12:21.284Z] ---> 61738fc69e70 [2022-05-04T09:12:21.752Z] Successfully built 61738fc69e70 [2022-05-04T09:12:21.752Z] Successfully tagged docker:latest [2022-05-04T09:12:22.220Z] INFO: Image build ended at 05/04/2022 09:12:21. Duration:00:03:51.8262591 [2022-05-04T09:12:22.220Z] [2022-05-04T09:12:22.220Z] [2022-05-04T09:12:22.220Z] INFO: Building the test binaries at 05/04/2022 09:12:21... [2022-05-04T09:12:22.649Z] --- PASS: TestConfigList (2.16s) [2022-05-04T09:12:22.649Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:12:24.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-04T09:12:24.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-04T09:12:25.172Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2022-05-04T09:12:25.172Z] === RUN TestConfigsUpdate [2022-05-04T09:12:26.985Z] INFO: make.ps1 starting at 05/04/2022 09:12:25 [2022-05-04T09:12:26.985Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:12:26.985Z] INFO: Invoking autogen... [2022-05-04T09:12:26.985Z] { [2022-05-04T09:12:26.985Z] "RT_GROUP_ICON": { [2022-05-04T09:12:26.985Z] "#1": { [2022-05-04T09:12:26.985Z] "0409": "../../winresources/docker.ico" [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] }, [2022-05-04T09:12:26.985Z] "RT_MANIFEST": { [2022-05-04T09:12:26.985Z] "#1": { [2022-05-04T09:12:26.985Z] "0409": { [2022-05-04T09:12:26.985Z] "identity": {}, [2022-05-04T09:12:26.985Z] "description": "Docker Engine", [2022-05-04T09:12:26.985Z] "minimum-os": "vista", [2022-05-04T09:12:26.985Z] "execution-level": "", [2022-05-04T09:12:26.985Z] "ui-access": false, [2022-05-04T09:12:26.985Z] "auto-elevate": false, [2022-05-04T09:12:26.985Z] "dpi-awareness": "unaware", [2022-05-04T09:12:26.985Z] "disable-theming": false, [2022-05-04T09:12:26.985Z] "disable-window-filtering": false, [2022-05-04T09:12:26.985Z] "high-resolution-scrolling-aware": false, [2022-05-04T09:12:26.985Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-04T09:12:26.985Z] "long-path-aware": false, [2022-05-04T09:12:26.985Z] "printer-driver-isolation": false, [2022-05-04T09:12:26.985Z] "gdi-scaling": false, [2022-05-04T09:12:26.985Z] "segment-heap": false, [2022-05-04T09:12:26.985Z] "use-common-controls-v6": false [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] }, [2022-05-04T09:12:26.985Z] "RT_MESSAGETABLE": { [2022-05-04T09:12:26.985Z] "#1": { [2022-05-04T09:12:26.985Z] "0409": "../../winresources/event_messages.bin" [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] }, [2022-05-04T09:12:26.985Z] "RT_VERSION": { [2022-05-04T09:12:26.985Z] "#1": { [2022-05-04T09:12:26.985Z] "0409": { [2022-05-04T09:12:26.985Z] "fixed": { [2022-05-04T09:12:26.985Z] "file_version": "0.0.0.0", [2022-05-04T09:12:26.985Z] "product_version": "0.0.0.0", [2022-05-04T09:12:26.985Z] "type": "Unknown" [2022-05-04T09:12:26.985Z] }, [2022-05-04T09:12:26.985Z] "info": { [2022-05-04T09:12:26.985Z] "0000": { [2022-05-04T09:12:26.985Z] "CompanyName": "", [2022-05-04T09:12:26.985Z] "FileVersion": "0.0.0-dev", [2022-05-04T09:12:26.985Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-04T09:12:26.985Z] "OriginalFileName": "dockerd.exe", [2022-05-04T09:12:26.985Z] "ProductName": "", [2022-05-04T09:12:26.985Z] "ProductVersion": "0.0.0-dev", [2022-05-04T09:12:26.985Z] "SpecialBuild": "a35040222c" [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:26.985Z] } [2022-05-04T09:12:27.065Z] --- PASS: TestConfigsUpdate (2.16s) [2022-05-04T09:12:27.065Z] === RUN TestTemplatedConfig [2022-05-04T09:12:27.454Z] powershell.exe : cmd\dockerd\config.go [2022-05-04T09:12:27.454Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-49082442\powershellWrapper.ps1:3 char:1 [2022-05-04T09:12:27.454Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-04T09:12:27.454Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-04T09:12:27.454Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-04T09:12:27.454Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-04T09:12:27.454Z] [2022-05-04T09:12:27.454Z] cmd\dockerd\config_windows.go [2022-05-04T09:12:27.454Z] cmd\dockerd\daemon.go [2022-05-04T09:12:27.454Z] cmd\dockerd\daemon_test.go [2022-05-04T09:12:27.454Z] cmd\dockerd\daemon_windows.go [2022-05-04T09:12:27.454Z] cmd\dockerd\docker.go [2022-05-04T09:12:27.454Z] cmd\dockerd\docker_windows.go [2022-05-04T09:12:27.454Z] cmd\dockerd\genwinres_windows.go [2022-05-04T09:12:27.454Z] cmd\dockerd\metrics.go [2022-05-04T09:12:27.454Z] cmd\dockerd\options.go [2022-05-04T09:12:27.454Z] cmd\dockerd\options_test.go [2022-05-04T09:12:27.454Z] cmd\dockerd\service_windows.go [2022-05-04T09:12:27.454Z] INFO: Building daemon... [2022-05-04T09:12:29.586Z] --- PASS: TestTemplatedConfig (2.59s) [2022-05-04T09:12:29.586Z] === RUN TestConfigCreateResolve [2022-05-04T09:12:32.102Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-05-04T09:12:32.102Z] PASS [2022-05-04T09:12:32.102Z] [2022-05-04T09:12:32.102Z] DONE 6 tests in 13.510s [2022-05-04T09:12:32.102Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-04T09:12:32.102Z] INFO: Testing against a local daemon [2022-05-04T09:12:32.102Z] === RUN TestCheckpoint [2022-05-04T09:12:32.102Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:12:32.102Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:12:32.102Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:12:32.102Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:12:32.102Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:12:32.102Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:12:32.102Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:12:32.102Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-05-04T09:12:32.102Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:12:32.102Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-04T09:12:32.102Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:12:32.102Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-04T09:12:32.102Z] === RUN TestCopyEmptyFile [2022-05-04T09:12:32.358Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-04T09:12:32.358Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:12:32.358Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-04T09:12:32.358Z] === RUN TestCopyFromContainer [2022-05-04T09:12:33.286Z] === RUN TestCopyFromContainer// [2022-05-04T09:12:33.543Z] === RUN TestCopyFromContainer//bar/root [2022-05-04T09:12:33.543Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-04T09:12:33.543Z] === RUN TestCopyFromContainer/bar/quux [2022-05-04T09:12:33.543Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-04T09:12:33.800Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-04T09:12:33.800Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-04T09:12:33.800Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-04T09:12:33.800Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-04T09:12:34.058Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer (1.73s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-04T09:12:34.058Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-04T09:12:34.058Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:12:34.058Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:12:34.058Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:12:34.058Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:12:34.058Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:12:34.058Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:12:34.058Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:12:34.058Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:12:34.058Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:12:34.058Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:12:34.058Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-04T09:12:34.058Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:12:34.058Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-04T09:12:34.058Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:12:34.058Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:12:34.058Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:12:34.058Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:12:34.058Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:12:34.058Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:12:34.058Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:12:34.058Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:12:34.058Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:12:34.058Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:12:34.058Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:12:34.058Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:12:34.058Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:12:34.058Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-04T09:12:34.058Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:12:34.628Z] [2022-05-04T09:12:34.628Z] Name Version Source Summary [2022-05-04T09:12:34.628Z] ---- ------- ------ ------- [2022-05-04T09:12:34.628Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-04T09:12:34.628Z] [2022-05-04T09:12:34.628Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-04T09:12:34.628Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-04T09:12:34.628Z] PSChildName : containerd [2022-05-04T09:12:34.628Z] PSDrive : C [2022-05-04T09:12:34.628Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-04T09:12:34.628Z] PSIsContainer : True [2022-05-04T09:12:34.628Z] Name : containerd [2022-05-04T09:12:34.628Z] FullName : C:\containerd [2022-05-04T09:12:34.628Z] Parent : [2022-05-04T09:12:34.628Z] Exists : True [2022-05-04T09:12:34.628Z] Root : C:\ [2022-05-04T09:12:34.628Z] Extension : [2022-05-04T09:12:34.628Z] CreationTime : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] CreationTimeUtc : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] LastAccessTime : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] LastAccessTimeUtc : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] LastWriteTime : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] LastWriteTimeUtc : 5/4/2022 9:12:32 AM [2022-05-04T09:12:34.628Z] Attributes : Directory [2022-05-04T09:12:34.628Z] Mode : d----- [2022-05-04T09:12:34.628Z] BaseName : containerd [2022-05-04T09:12:34.628Z] Target : {} [2022-05-04T09:12:34.628Z] LinkType : [2022-05-04T09:12:34.628Z] [2022-05-04T09:12:34.628Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-04T09:12:34.628Z] INFO: Configuring git core.autocrlf... [2022-05-04T09:12:34.628Z] [2022-05-04T09:12:34.628Z] [2022-05-04T09:12:35.953Z] --- PASS: TestCreateWithCustomMaskedPaths (1.71s) [2022-05-04T09:12:35.953Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s) [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:12:37.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:12:37.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:12:37.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:12:37.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:12:37.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:12:37.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:12:37.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:12:37.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:12:37.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:12:37.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:12:37.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-04T09:12:37.847Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-04T09:12:37.847Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:12:38.104Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2022-05-04T09:12:38.104Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:12:38.104Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:12:38.104Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:12:38.104Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-04T09:12:38.104Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:12:38.104Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:12:38.104Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:12:38.104Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-05-04T09:12:38.104Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:12:38.104Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-04T09:12:38.104Z] === RUN TestContainerStartOnDaemonRestart [2022-05-04T09:12:38.104Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-04T09:12:38.104Z] === RUN TestDaemonRestartIpcMode [2022-05-04T09:12:38.104Z] === PAUSE TestDaemonRestartIpcMode [2022-05-04T09:12:38.104Z] === RUN TestDaemonHostGatewayIP [2022-05-04T09:12:38.104Z] === PAUSE TestDaemonHostGatewayIP [2022-05-04T09:12:38.104Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-04T09:12:38.104Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-04T09:12:38.104Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:12:38.104Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-04T09:12:38.104Z] === RUN TestDiff [2022-05-04T09:12:38.669Z] --- PASS: TestDiff (0.58s) [2022-05-04T09:12:38.669Z] === RUN TestExecWithCloseStdin [2022-05-04T09:12:39.600Z] --- PASS: TestExecWithCloseStdin (0.67s) [2022-05-04T09:12:39.600Z] === RUN TestExec [2022-05-04T09:12:40.165Z] --- PASS: TestExec (0.63s) [2022-05-04T09:12:40.165Z] === RUN TestExecUser [2022-05-04T09:12:40.729Z] --- PASS: TestExecUser (0.66s) [2022-05-04T09:12:40.729Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:12:41.658Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2022-05-04T09:12:41.658Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:12:43.025Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-05-04T09:12:43.025Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:12:43.599Z] --- PASS: TestHealthCheckWorkdir (0.69s) [2022-05-04T09:12:43.599Z] === RUN TestHealthKillContainer [2022-05-04T09:12:51.739Z] --- PASS: TestHealthKillContainer (8.22s) [2022-05-04T09:12:51.739Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:12:52.304Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2022-05-04T09:12:52.304Z] === RUN TestIpcModeNone [2022-05-04T09:12:52.865Z] --- PASS: TestIpcModeNone (0.58s) [2022-05-04T09:12:52.865Z] === RUN TestIpcModePrivate [2022-05-04T09:12:53.121Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-05-04T09:12:53.378Z] --- PASS: TestIpcModePrivate (0.62s) [2022-05-04T09:12:53.378Z] === RUN TestIpcModeShareable [2022-05-04T09:12:53.940Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-05-04T09:12:54.196Z] --- PASS: TestIpcModeShareable (0.59s) [2022-05-04T09:12:54.196Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-04T09:12:56.087Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2022-05-04T09:12:56.087Z] === RUN TestAPIIpcModeHost [2022-05-04T09:12:56.343Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-05-04T09:12:56.343Z] === RUN TestDaemonIpcModeShareable [2022-05-04T09:12:56.484Z] INFO [linters context/goanalysis] analyzers took 4m40.047585131s with top 10 stages: buildir: 1m59.059395926s, goimports: 23.604407326s, unconvert: 18.424383417s, gosec: 13.901617291s, golint: 7.756522937s, S1038: 7.556535477s, misspell: 6.551072728s, inspect: 4.063977667s, nilness: 4.023133662s, S1039: 3.585521502s [2022-05-04T09:12:56.484Z] INFO [runner] Issues before processing: 3032, after processing: 0 [2022-05-04T09:12:56.484Z] INFO [runner] Processors filtering stat (out/in): cgo: 2416/3032, exclude-rules: 78/2033, path_prettifier: 2416/2416, exclude: 2033/2033, filename_unadjuster: 2416/2416, skip_dirs: 2416/2416, autogenerated_exclude: 2033/2416, skip_files: 2416/2416, identifier_marker: 2033/2033, nolint: 0/78 [2022-05-04T09:12:56.484Z] INFO [runner] processing took 81.179525ms with stages: nolint: 32.353689ms, identifier_marker: 21.66605ms, path_prettifier: 9.047395ms, autogenerated_exclude: 8.262464ms, exclude-rules: 7.661521ms, skip_dirs: 1.766976ms, cgo: 268.338µs, filename_unadjuster: 147.096µs, max_same_issues: 1.709µs, skip_files: 876ns, uniq_by_line: 651ns, exclude: 584ns, max_from_linter: 331ns, path_shortener: 322ns, source_code: 317ns, diff: 311ns, max_per_file_from_linter: 271ns, severity-rules: 263ns, sort_results: 252ns, path_prefixer: 109ns [2022-05-04T09:12:56.484Z] INFO [runner] linters took 1m31.22252311s with stages: goanalysis_metalinter: 1m31.141137533s [2022-05-04T09:12:56.484Z] INFO File cache stats: 1667 entries of total size 8.4MiB [2022-05-04T09:12:56.484Z] INFO Memory: 2630 samples, avg is 284.7MB, max is 1218.4MB [2022-05-04T09:12:56.484Z] INFO Execution took 4m22.910318833s [2022-05-04T09:12:56.484Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-05-04T09:12:56.818Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh dynbinary test-docker-py [2022-05-04T09:12:57.078Z] [2022-05-04T09:12:57.078Z] Removing bundles/ [2022-05-04T09:12:57.078Z] [2022-05-04T09:12:57.273Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-04T09:12:57.339Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-04T09:12:57.339Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:12:57.339Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:12:57.530Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-05-04T09:12:57.530Z] === RUN TestDaemonIpcModePrivate [2022-05-04T09:12:58.462Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-04T09:12:58.719Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-05-04T09:12:58.719Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-04T09:12:59.649Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-04T09:12:59.906Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2022-05-04T09:12:59.906Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-04T09:13:00.836Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-04T09:13:01.094Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-05-04T09:13:01.094Z] === RUN TestIpcModeOlderClient [2022-05-04T09:13:01.094Z] === PAUSE TestIpcModeOlderClient [2022-05-04T09:13:01.094Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:13:01.656Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-05-04T09:13:01.656Z] === RUN TestKillContainer [2022-05-04T09:13:01.656Z] === RUN TestKillContainer/no_signal [2022-05-04T09:13:01.913Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:13:02.387Z] --- PASS: TestBuildWithHugeFile (51.15s) [2022-05-04T09:13:02.387Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:13:02.387Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:13:02.387Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:13:02.387Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:13:02.387Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:13:02.387Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:13:02.387Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:13:02.387Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:13:02.387Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:13:02.387Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:13:02.387Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:13:02.387Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:13:02.387Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:13:02.387Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-05-04T09:13:02.387Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-05-04T09:13:02.387Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-05-04T09:13:02.387Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-04T09:13:02.387Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:13:02.387Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-04T09:13:02.476Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:13:03.038Z] --- PASS: TestKillContainer (1.44s) [2022-05-04T09:13:03.038Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-05-04T09:13:03.038Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2022-05-04T09:13:03.038Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-05-04T09:13:03.038Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:13:03.038Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-04T09:13:03.296Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-04T09:13:03.359Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-04T09:13:04.226Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.22s) [2022-05-04T09:13:04.226Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-05-04T09:13:04.226Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-05-04T09:13:04.226Z] === RUN TestKillStoppedContainer [2022-05-04T09:13:04.226Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-04T09:13:04.226Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:13:04.226Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-04T09:13:04.226Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:13:04.788Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-04T09:13:04.788Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:13:04.788Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:13:04.788Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:13:04.788Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:13:04.788Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:13:04.788Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:13:04.788Z] === RUN TestLinksEtcHostsContentMatch [2022-05-04T09:13:05.044Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-05-04T09:13:05.044Z] === RUN TestLinksContainerNames [2022-05-04T09:13:05.973Z] --- PASS: TestLinksContainerNames (0.85s) [2022-05-04T09:13:05.973Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:13:06.155Z] Removing intermediate container 1674f6e22f31 [2022-05-04T09:13:06.155Z] ---> 425648c89b05 [2022-05-04T09:13:06.155Z] Step 9/13 : 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-05-04T09:13:06.155Z] ---> Running in 504279b4195b [2022-05-04T09:13:06.229Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-05-04T09:13:06.229Z] === RUN TestContainerNetworkMountsNoChown [2022-05-04T09:13:06.791Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/default [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/default [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/private [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/private [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rprivate [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/slave [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/slave [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rslave [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/shared [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/shared [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rshared [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/default [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rshared [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rprivate [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/shared [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rslave [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/slave [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/private [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:06.791Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:06.791Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:06.791Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/networkdb 103.974s coverage: 60.0% of statements [2022-05-04T09:13:06.805Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/osl 4.343s coverage: 39.7% of statements [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-04T09:13:06.805Z] ok github.com/docker/docker/libnetwork/portmapper 0.269s coverage: 48.6% of statements [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:07.048Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-04T09:13:07.048Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-04T09:13:07.048Z] === RUN TestContainerBindMountNonRecursive [2022-05-04T09:13:07.066Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-05-04T09:13:07.066Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-04T09:13:07.525Z] --- PASS: TestBuildPreserveOwnership (9.56s) [2022-05-04T09:13:07.525Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.54s) [2022-05-04T09:13:07.525Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-04T09:13:07.525Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:13:07.525Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-04T09:13:07.525Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-04T09:13:07.525Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-04T09:13:07.525Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-04T09:13:07.525Z] PASS [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === Skipped [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-04T09:13:07.525Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:13:07.525Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-04T09:13:07.525Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] DONE 34 tests, 3 skipped in 111.144s [2022-05-04T09:13:07.525Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-04T09:13:07.525Z] INFO: Testing against a local daemon [2022-05-04T09:13:07.525Z] === RUN TestConfigInspect [2022-05-04T09:13:07.525Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestConfigInspect (0.02s) [2022-05-04T09:13:07.525Z] === RUN TestConfigList [2022-05-04T09:13:07.525Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestConfigList (0.01s) [2022-05-04T09:13:07.525Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:13:07.525Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-04T09:13:07.525Z] === RUN TestConfigsUpdate [2022-05-04T09:13:07.525Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-05-04T09:13:07.525Z] === RUN TestTemplatedConfig [2022-05-04T09:13:07.525Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-04T09:13:07.525Z] === RUN TestConfigCreateResolve [2022-05-04T09:13:07.525Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-04T09:13:07.525Z] PASS [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === Skipped [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-05-04T09:13:07.525Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-04T09:13:07.525Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-04T09:13:07.525Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-05-04T09:13:07.525Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-04T09:13:07.525Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-05-04T09:13:07.525Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:13:07.525Z] [2022-05-04T09:13:07.525Z] DONE 6 tests, 6 skipped in 0.156s [2022-05-04T09:13:07.525Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-04T09:13:07.525Z] INFO: Testing against a local daemon [2022-05-04T09:13:07.525Z] === RUN TestCheckpoint [2022-05-04T09:13:07.525Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:13:07.525Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:13:07.525Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:13:07.525Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-04T09:13:07.525Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-04T09:13:07.526Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:13:07.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-04T09:13:07.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-04T09:13:07.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-04T09:13:07.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-04T09:13:07.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-04T09:13:07.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-04T09:13:07.526Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:13:07.643Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === Skipped [2022-05-04T09:13:07.643Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-04T09:13:07.643Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-04T09:13:07.643Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-04T09:13:07.643Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:13:07.643Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:13:07.643Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:13:07.643Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:13:07.643Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:13:07.643Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-04T09:13:07.643Z] firewalld_test.go:14: firewalld is not running [2022-05-04T09:13:07.643Z] [2022-05-04T09:13:07.643Z] DONE 326 tests, 9 skipped in 202.014s [2022-05-04T09:13:07.782Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-04T09:13:07.782Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:13:07.782Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-04T09:13:07.782Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:13:07.782Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-04T09:13:07.782Z] === RUN TestCopyEmptyFile [2022-05-04T09:13:08.083Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-05-04T09:13:08.083Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:13:08.083Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-04T09:13:08.083Z] === RUN TestCopyFromContainer Post stage [Pipeline] junit [2022-05-04T09:13:08.238Z] Recording test results [2022-05-04T09:13:08.381Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-04T09:13:08.382Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:13:08.459Z] --- PASS: TestContainerBindMountNonRecursive (1.31s) [2022-05-04T09:13:08.459Z] === RUN TestContainerVolumesMountedAsShared [2022-05-04T09:13:09.024Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-05-04T09:13:09.024Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-04T09:13:09.282Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-05-04T09:13:09.282Z] === RUN TestNetworkNat [2022-05-04T09:13:09.380Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:13:09.380Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:13:09.380Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:13:09.380Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:13:09.380Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:13:09.380Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:13:09.380Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:13:09.380Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:13:09.760Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-04T09:13:09.844Z] --- PASS: TestNetworkNat (0.46s) [2022-05-04T09:13:09.844Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:13:09.856Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:13:09.856Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:13:09.856Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:13:10.101Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-05-04T09:13:10.101Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:13:10.123Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -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:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh dynbinary test-integration [2022-05-04T09:13:10.325Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:13:10.385Z] [2022-05-04T09:13:10.648Z] Removing bundles/ [2022-05-04T09:13:10.648Z] [2022-05-04T09:13:10.648Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-04T09:13:10.648Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:13:10.648Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:13:11.321Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:13:11.321Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer// [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer//bar/root [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer/bar/quux [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-04T09:13:11.443Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-04T09:13:11.702Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-04T09:13:11.702Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer (3.72s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-04T09:13:11.702Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-04T09:13:11.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:13:11.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:13:11.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:13:11.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:13:11.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:13:11.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:13:11.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:13:11.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:13:11.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:13:11.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:13:11.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-04T09:13:11.702Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:13:11.702Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-04T09:13:11.702Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:13:11.702Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:13:11.702Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:13:11.702Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:13:11.702Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:13:11.702Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:13:11.702Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:13:11.702Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:13:11.702Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:13:11.702Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:13:11.702Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:13:11.702Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:13:11.702Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:13:11.702Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-04T09:13:11.702Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:13:12.621Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-05-04T09:13:12.621Z] === RUN TestPause [2022-05-04T09:13:13.067Z] --- PASS: TestCreateWithCustomMaskedPaths (1.14s) [2022-05-04T09:13:13.067Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:13:13.183Z] --- PASS: TestPause (0.45s) [2022-05-04T09:13:13.183Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:13:13.183Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:13:13.183Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:13:13.183Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:13:13.746Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-05-04T09:13:13.746Z] === RUN TestPidHost [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.07s) [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:13:14.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:13:14.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:13:14.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:13:14.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:13:14.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:13:14.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:13:14.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:13:14.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:13:14.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:13:14.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:13:14.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-05-04T09:13:14.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-04T09:13:14.037Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:13:14.600Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-05-04T09:13:14.600Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:13:14.600Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:13:14.600Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:13:14.600Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-04T09:13:14.600Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:13:14.600Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:13:14.600Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:13:14.600Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-04T09:13:14.600Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:13:14.600Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-04T09:13:14.600Z] === RUN TestContainerStartOnDaemonRestart [2022-05-04T09:13:14.600Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-04T09:13:14.600Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-04T09:13:14.600Z] === RUN TestDaemonRestartIpcMode [2022-05-04T09:13:14.600Z] === PAUSE TestDaemonRestartIpcMode [2022-05-04T09:13:14.600Z] === RUN TestDaemonHostGatewayIP [2022-05-04T09:13:14.600Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:13:14.600Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-04T09:13:14.600Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-04T09:13:14.600Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-04T09:13:14.600Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:13:14.600Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-04T09:13:14.600Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:13:14.600Z] === RUN TestDiff [2022-05-04T09:13:14.678Z] --- PASS: TestPidHost (0.98s) [2022-05-04T09:13:14.678Z] === RUN TestPsFilter [2022-05-04T09:13:14.678Z] --- PASS: TestPsFilter (0.11s) [2022-05-04T09:13:14.678Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:13:15.162Z] --- PASS: TestDiff (0.40s) [2022-05-04T09:13:15.162Z] === RUN TestExecWithCloseStdin [2022-05-04T09:13:15.240Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2022-05-04T09:13:15.240Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:13:15.417Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-05-04T09:13:15.417Z] === RUN TestExec [2022-05-04T09:13:15.496Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-05-04T09:13:15.496Z] === RUN TestRemoveContainerRunning [2022-05-04T09:13:15.977Z] --- PASS: TestExec (0.46s) [2022-05-04T09:13:15.977Z] === RUN TestExecUser [2022-05-04T09:13:16.058Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-05-04T09:13:16.058Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:13:16.233Z] --- PASS: TestExecUser (0.45s) [2022-05-04T09:13:16.233Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:13:16.315Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-05-04T09:13:16.315Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:13:16.315Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-04T09:13:16.315Z] === RUN TestRenameLinkedContainer [2022-05-04T09:13:16.793Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-05-04T09:13:16.793Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:13:18.157Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2022-05-04T09:13:18.157Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:13:18.206Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-05-04T09:13:18.206Z] === RUN TestRenameStoppedContainer [2022-05-04T09:13:18.718Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-05-04T09:13:18.718Z] === RUN TestHealthKillContainer [2022-05-04T09:13:18.769Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-04T09:13:18.769Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:13:19.696Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-05-04T09:13:19.696Z] === RUN TestRenameInvalidName [2022-05-04T09:13:19.953Z] --- PASS: TestRenameInvalidName (0.43s) [2022-05-04T09:13:19.953Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:13:21.318Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-05-04T09:13:21.318Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:13:21.882Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-05-04T09:13:21.882Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:13:22.813Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2022-05-04T09:13:22.813Z] === RUN TestResize [2022-05-04T09:13:23.071Z] --- PASS: TestResize (0.41s) [2022-05-04T09:13:23.071Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:13:23.636Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-05-04T09:13:23.636Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:13:24.078Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:24.078Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:24.078Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:24.078Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:13:24.078Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:25.980Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:26.919Z] --- PASS: TestHealthKillContainer (7.84s) [2022-05-04T09:13:26.919Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:13:26.919Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:13:26.919Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:13:26.919Z] === RUN TestIpcModeNone [2022-05-04T09:13:26.919Z] --- PASS: TestIpcModeNone (0.42s) [2022-05-04T09:13:26.919Z] === RUN TestIpcModePrivate [2022-05-04T09:13:27.174Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-05-04T09:13:27.345Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:27.430Z] --- PASS: TestIpcModePrivate (0.45s) [2022-05-04T09:13:27.430Z] === RUN TestIpcModeShareable [2022-05-04T09:13:27.430Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:13:27.430Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-04T09:13:27.430Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-04T09:13:28.273Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:13:28.273Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:13:28.794Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-05-04T09:13:28.794Z] === RUN TestAPIIpcModeHost [2022-05-04T09:13:28.794Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:13:28.794Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-04T09:13:28.794Z] === RUN TestDaemonIpcModeShareable [2022-05-04T09:13:28.794Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:13:28.794Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-04T09:13:28.794Z] === RUN TestDaemonIpcModePrivate [2022-05-04T09:13:29.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:29.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:13:29.727Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-04T09:13:29.983Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-05-04T09:13:29.983Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-04T09:13:29.983Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:13:29.983Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-04T09:13:29.983Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-04T09:13:29.983Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:13:29.983Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-04T09:13:29.983Z] === RUN TestIpcModeOlderClient [2022-05-04T09:13:29.983Z] === PAUSE TestIpcModeOlderClient [2022-05-04T09:13:29.983Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:13:30.545Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-05-04T09:13:30.545Z] === RUN TestKillContainer [2022-05-04T09:13:30.545Z] === RUN TestKillContainer/no_signal [2022-05-04T09:13:31.148Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:13:31.148Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:13:31.710Z] --- PASS: TestKillContainer (1.22s) [2022-05-04T09:13:31.710Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-05-04T09:13:31.710Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-05-04T09:13:31.710Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-05-04T09:13:31.710Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:13:31.710Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-04T09:13:32.274Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-04T09:13:32.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s) [2022-05-04T09:13:32.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-05-04T09:13:32.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-05-04T09:13:32.529Z] === RUN TestKillStoppedContainer [2022-05-04T09:13:32.529Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-04T09:13:32.529Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:13:32.529Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-04T09:13:32.529Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:13:33.092Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-05-04T09:13:33.092Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:13:33.092Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:13:33.092Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:13:33.092Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:13:33.092Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:13:33.092Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:13:33.092Z] === RUN TestLinksEtcHostsContentMatch [2022-05-04T09:13:33.092Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-04T09:13:33.092Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-04T09:13:33.092Z] === RUN TestLinksContainerNames [2022-05-04T09:13:33.852Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:13:33.852Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:13:34.021Z] --- PASS: TestLinksContainerNames (0.82s) [2022-05-04T09:13:34.021Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:13:34.278Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-05-04T09:13:34.278Z] === RUN TestContainerNetworkMountsNoChown [2022-05-04T09:13:34.534Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/default [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/default [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/private [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/private [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rprivate [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/slave [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/slave [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rslave [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/shared [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/shared [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rshared [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-04T09:13:34.534Z] === CONT TestMountDaemonRoot/default [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:34.534Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:13:34.534Z] === CONT TestMountDaemonRoot/rshared [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:34.534Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:34.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:34.534Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/shared [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rslave [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/slave [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rprivate [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/private [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:34.791Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:34.791Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:13:34.791Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:13:35.048Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-04T09:13:35.048Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2022-05-04T09:13:35.048Z] === RUN TestContainerBindMountNonRecursive [2022-05-04T09:13:35.048Z] 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-05-04T09:13:35.048Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-04T09:13:35.048Z] === RUN TestContainerVolumesMountedAsShared [2022-05-04T09:13:35.048Z] 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-05-04T09:13:35.048Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-04T09:13:35.048Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-04T09:13:35.048Z] 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-05-04T09:13:35.048Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-04T09:13:35.048Z] === RUN TestNetworkNat [2022-05-04T09:13:35.652Z] --- PASS: TestNetworkNat (0.62s) [2022-05-04T09:13:35.652Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:13:35.749Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:13:36.215Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2022-05-04T09:13:36.215Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:13:36.796Z] Removing intermediate container 504279b4195b [2022-05-04T09:13:36.796Z] ---> 3e4cd9d2023d [2022-05-04T09:13:36.796Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-04T09:13:36.796Z] ---> Running in 433db83801d2 [2022-05-04T09:13:37.644Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:13:37.644Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:13:38.731Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-05-04T09:13:38.731Z] === RUN TestPause [2022-05-04T09:13:38.731Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:13:38.731Z] --- SKIP: TestPause (0.00s) [2022-05-04T09:13:38.731Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:13:38.731Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:13:38.731Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:13:38.731Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:13:38.731Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:13:38.731Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-04T09:13:38.731Z] === RUN TestPidHost [2022-05-04T09:13:39.011Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:13:39.573Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:13:39.657Z] --- PASS: TestPidHost (0.88s) [2022-05-04T09:13:39.657Z] === RUN TestPsFilter [2022-05-04T09:13:39.657Z] --- PASS: TestPsFilter (0.09s) [2022-05-04T09:13:39.657Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:13:39.913Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-05-04T09:13:39.913Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:13:40.473Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-05-04T09:13:40.473Z] === RUN TestRemoveContainerRunning [2022-05-04T09:13:40.729Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-05-04T09:13:40.729Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:13:40.939Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:13:41.310Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-05-04T09:13:41.310Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:13:41.310Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-05-04T09:13:41.310Z] === RUN TestRenameLinkedContainer [2022-05-04T09:13:41.565Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-04T09:13:41.565Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:13:42.039Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:13:42.039Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.80s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.25s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.41s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.70s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.71s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.18s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.17s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.95s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.76s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s) [2022-05-04T09:13:42.310Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-05-04T09:13:42.310Z] === RUN TestCgroupNamespacesRun [2022-05-04T09:13:43.032Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:13:43.032Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:13:43.032Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:13:43.032Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:13:43.228Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-05-04T09:13:43.228Z] === RUN TestRenameStoppedContainer [2022-05-04T09:13:43.228Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-04T09:13:43.228Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:13:43.679Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2022-05-04T09:13:43.679Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-04T09:13:43.679Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-04T09:13:43.679Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-04T09:13:43.679Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-04T09:13:44.200Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-05-04T09:13:44.200Z] === RUN TestRenameInvalidName [2022-05-04T09:13:44.456Z] --- PASS: TestRenameInvalidName (0.40s) [2022-05-04T09:13:44.456Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:13:45.048Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2022-05-04T09:13:45.048Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-04T09:13:45.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-04T09:13:45.979Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-05-04T09:13:45.979Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-04T09:13:46.392Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2022-05-04T09:13:46.392Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:13:46.392Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-05-04T09:13:46.392Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:13:47.348Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-05-04T09:13:47.348Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-04T09:13:47.361Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-05-04T09:13:47.361Z] === RUN TestResize [2022-05-04T09:13:47.618Z] --- PASS: TestResize (0.40s) [2022-05-04T09:13:47.618Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:13:48.223Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-05-04T09:13:48.223Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:13:48.281Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-05-04T09:13:48.281Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-04T09:13:48.480Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-05-04T09:13:48.480Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:13:48.480Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-04T09:13:48.480Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:13:48.480Z] === RUN TestCgroupNamespacesRun [2022-05-04T09:13:48.844Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-05-04T09:13:48.844Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-04T09:13:49.884Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-05-04T09:13:49.884Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-04T09:13:50.210Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2022-05-04T09:13:50.210Z] === RUN TestNISDomainname [2022-05-04T09:13:50.774Z] --- PASS: TestNISDomainname (0.57s) [2022-05-04T09:13:50.774Z] === RUN TestHostnameDnsResolution [2022-05-04T09:13:50.809Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-05-04T09:13:50.809Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-04T09:13:51.336Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-05-04T09:13:51.336Z] === RUN TestUnprivilegedPortsAndPing [2022-05-04T09:13:51.735Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-05-04T09:13:51.735Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-04T09:13:51.898Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-05-04T09:13:51.898Z] === RUN TestPrivilegedHostDevices [2022-05-04T09:13:52.461Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-05-04T09:13:52.461Z] === RUN TestStats [2022-05-04T09:13:53.106Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-05-04T09:13:53.106Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-04T09:13:54.034Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-05-04T09:13:54.034Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-04T09:13:55.022Z] --- PASS: TestStats (2.51s) [2022-05-04T09:13:55.022Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:13:55.022Z] === RUN TestStopContainerWithTimeout/0 [2022-05-04T09:13:55.022Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-04T09:13:55.022Z] === RUN TestStopContainerWithTimeout/1 [2022-05-04T09:13:55.022Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-04T09:13:55.022Z] === RUN TestStopContainerWithTimeout/3 [2022-05-04T09:13:55.022Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-04T09:13:55.022Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-04T09:13:55.022Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-04T09:13:55.022Z] === CONT TestStopContainerWithTimeout/0 [2022-05-04T09:13:55.022Z] === CONT TestStopContainerWithTimeout/3 [2022-05-04T09:13:55.403Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-05-04T09:13:55.403Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-04T09:13:55.543Z] Removing intermediate container 433db83801d2 [2022-05-04T09:13:55.543Z] ---> 06b57c5b8232 [2022-05-04T09:13:55.543Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-04T09:13:55.543Z] ---> Running in 5511de5bb76a [2022-05-04T09:13:55.954Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-04T09:13:55.966Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-05-04T09:13:55.966Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-04T09:13:56.013Z] Removing intermediate container 5511de5bb76a [2022-05-04T09:13:56.013Z] ---> 9c776bb210ec [2022-05-04T09:13:56.013Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-04T09:13:56.013Z] ---> Running in 4a207b3e2278 [2022-05-04T09:13:56.895Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-05-04T09:13:56.895Z] === RUN TestNISDomainname [2022-05-04T09:13:57.004Z] Removing intermediate container 4a207b3e2278 [2022-05-04T09:13:57.004Z] ---> c2169f567f31 [2022-05-04T09:13:57.004Z] Step 13/13 : COPY . . [2022-05-04T09:13:57.151Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-04T09:13:57.151Z] --- SKIP: TestNISDomainname (0.03s) [2022-05-04T09:13:57.152Z] === RUN TestHostnameDnsResolution [2022-05-04T09:13:57.712Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-05-04T09:13:57.712Z] === RUN TestUnprivilegedPortsAndPing [2022-05-04T09:13:57.712Z] 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-05-04T09:13:57.712Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-04T09:13:57.712Z] === RUN TestPrivilegedHostDevices [2022-05-04T09:13:57.847Z] === CONT TestStopContainerWithTimeout/1 [2022-05-04T09:13:58.276Z] --- PASS: TestPrivilegedHostDevices (0.44s) [2022-05-04T09:13:58.276Z] === RUN TestStats [2022-05-04T09:13:58.276Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:13:58.276Z] --- SKIP: TestStats (0.00s) [2022-05-04T09:13:58.276Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:13:58.276Z] === RUN TestStopContainerWithTimeout/0 [2022-05-04T09:13:58.276Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-04T09:13:58.276Z] === RUN TestStopContainerWithTimeout/1 [2022-05-04T09:13:58.276Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-04T09:13:58.276Z] === RUN TestStopContainerWithTimeout/3 [2022-05-04T09:13:58.276Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-04T09:13:58.276Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-04T09:13:58.276Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-04T09:13:58.276Z] === CONT TestStopContainerWithTimeout/0 [2022-05-04T09:13:58.276Z] === CONT TestStopContainerWithTimeout/3 [2022-05-04T09:13:58.839Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-04T09:13:59.217Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-04T09:13:59.217Z] --- PASS: TestStopContainerWithTimeout/0 (0.78s) [2022-05-04T09:13:59.217Z] --- PASS: TestStopContainerWithTimeout/3 (2.79s) [2022-05-04T09:13:59.217Z] --- PASS: TestStopContainerWithTimeout/-1 (2.41s) [2022-05-04T09:13:59.217Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-05-04T09:13:59.217Z] === RUN TestDeleteDevicemapper [2022-05-04T09:13:59.217Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:13:59.217Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-04T09:13:59.217Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:14:00.665Z] Removing intermediate container b05bb5534680 [2022-05-04T09:14:00.665Z] ---> 5d772dc7cdaa [2022-05-04T09:14:00.665Z] Step 9/13 : 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-05-04T09:14:00.665Z] ---> Running in 20377c99c24a [2022-05-04T09:14:00.665Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-04T09:14:00.665Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-04T09:14:00.665Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-04T09:14:00.665Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-04T09:14:00.665Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:14:00.665Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-04T09:14:00.665Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-04T09:14:00.665Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-04T09:14:00.665Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-04T09:14:00.665Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:14:00.665Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-04T09:14:00.733Z] === CONT TestStopContainerWithTimeout/1 [2022-05-04T09:14:01.111Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.43s) [2022-05-04T09:14:01.111Z] === RUN TestUpdateMemory [2022-05-04T09:14:01.111Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:14:01.111Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-04T09:14:01.111Z] === RUN TestUpdateCPUQuota [2022-05-04T09:14:01.674Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-05-04T09:14:01.674Z] === RUN TestUpdatePidsLimit [2022-05-04T09:14:01.674Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-04T09:14:01.930Z] === RUN TestUpdatePidsLimit/no_change [2022-05-04T09:14:02.137Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-04T09:14:02.137Z] --- PASS: TestStopContainerWithTimeout/0 (0.59s) [2022-05-04T09:14:02.137Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-05-04T09:14:02.137Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2022-05-04T09:14:02.137Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-05-04T09:14:02.137Z] === RUN TestDeleteDevicemapper [2022-05-04T09:14:02.137Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:14:02.137Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-04T09:14:02.137Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:14:02.186Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-04T09:14:02.442Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-04T09:14:02.442Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-04T09:14:02.699Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-04T09:14:02.955Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit (2.00s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-05-04T09:14:03.883Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-05-04T09:14:03.883Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:14:04.025Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2022-05-04T09:14:04.025Z] === RUN TestUpdateMemory [2022-05-04T09:14:04.025Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:04.025Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-04T09:14:04.025Z] === RUN TestUpdateCPUQuota [2022-05-04T09:14:04.025Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:04.025Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-04T09:14:04.025Z] === RUN TestUpdatePidsLimit [2022-05-04T09:14:04.025Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:04.025Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-04T09:14:04.025Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:14:07.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-04T09:14:08.938Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-04T09:14:08.938Z] [2022-05-04T09:14:08.938Z] ________ ____ __. [2022-05-04T09:14:08.938Z] \_____ \ | |/ _| [2022-05-04T09:14:08.938Z] / | \| < [2022-05-04T09:14:08.938Z] / | \ | \ [2022-05-04T09:14:08.938Z] \_______ /____|__ \ [2022-05-04T09:14:08.938Z] \/ \/ [2022-05-04T09:14:08.938Z] [2022-05-04T09:14:08.938Z] INFO: make.ps1 ended at 05/04/2022 09:14:02 [2022-05-04T09:14:08.938Z] INFO: Binaries build ended at 05/04/2022 09:14:04. Duration:00:01:42.0862944 [2022-05-04T09:14:08.938Z] INFO: Copying the built daemon binary to d:\CI\PR-43559\1\binary\dockerd-a35040222c.exe... [2022-05-04T09:14:08.938Z] INFO: Copying the built client binary to d:\CI\PR-43559\1\binary\docker-a35040222c.exe... [2022-05-04T09:14:08.938Z] INFO: Copying the golang package from the container to d:\CI\PR-43559\1\installer\go.zip... [2022-05-04T09:14:08.938Z] INFO: Extracting go.zip to d:\CI\PR-43559\1\go [2022-05-04T09:14:16.059Z] --- PASS: TestUpdateRestartPolicy (11.06s) [2022-05-04T09:14:16.059Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:14:16.059Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-05-04T09:14:16.059Z] === RUN TestWaitNonBlocked [2022-05-04T09:14:16.059Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.059Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.059Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.059Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.059Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-04T09:14:16.059Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-05-04T09:14:16.059Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s) [2022-05-04T09:14:16.059Z] === RUN TestWaitBlocked [2022-05-04T09:14:16.059Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.059Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.059Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.059Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.059Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.059Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.286Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2022-05-04T09:14:16.286Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:14:16.286Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-05-04T09:14:16.286Z] === RUN TestWaitNonBlocked [2022-05-04T09:14:16.286Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.286Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.286Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.286Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.286Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:14:16.286Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:14:16.286Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-04T09:14:16.286Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-05-04T09:14:16.286Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.79s) [2022-05-04T09:14:16.286Z] === RUN TestWaitBlocked [2022-05-04T09:14:16.286Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.286Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.286Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.286Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.286Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:14:16.286Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:14:16.543Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-04T09:14:16.543Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-05-04T09:14:16.543Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-05-04T09:14:16.543Z] === CONT TestDaemonRestartIpcMode [2022-05-04T09:14:16.543Z] === CONT TestIpcModeOlderClient [2022-05-04T09:14:16.543Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-04T09:14:16.543Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-04T09:14:16.991Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-04T09:14:16.991Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2022-05-04T09:14:16.991Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s) [2022-05-04T09:14:16.991Z] === CONT TestContainerStartOnDaemonRestart [2022-05-04T09:14:16.991Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-04T09:14:18.377Z] Removing intermediate container 20377c99c24a [2022-05-04T09:14:18.377Z] ---> 3033bb17a85e [2022-05-04T09:14:18.377Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-04T09:14:18.377Z] ---> Running in 209592b8fbb9 [2022-05-04T09:14:19.108Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-05-04T09:14:19.108Z] --- PASS: TestDaemonRestartIpcMode (2.64s) [2022-05-04T09:14:19.108Z] PASS [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === Skipped [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-04T09:14:19.108Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-04T09:14:19.108Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-04T09:14:19.108Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:14:19.108Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:14:19.108Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-04T09:14:19.108Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-04T09:14:19.108Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-04T09:14:19.108Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-04T09:14:19.108Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-04T09:14:19.108Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:14:19.108Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:14:19.108Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-04T09:14:19.108Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-04T09:14:19.108Z] 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-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-04T09:14:19.108Z] 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-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-04T09:14:19.108Z] 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-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-05-04T09:14:19.108Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:14:19.108Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-04T09:14:19.108Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:14:19.108Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestNISDomainname (0.03s) [2022-05-04T09:14:19.108Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-04T09:14:19.108Z] 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-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-04T09:14:19.108Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-04T09:14:19.108Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-04T09:14:19.108Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-04T09:14:19.108Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-04T09:14:19.108Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-04T09:14:19.108Z] [2022-05-04T09:14:19.108Z] DONE 212 tests, 27 skipped in 71.619s [2022-05-04T09:14:19.108Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-04T09:14:19.365Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:14:19.516Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s) [2022-05-04T09:14:19.516Z] === CONT TestIpcModeOlderClient [2022-05-04T09:14:19.516Z] --- PASS: TestContainerStartOnDaemonRestart (2.45s) [2022-05-04T09:14:19.516Z] === CONT TestContainerKillOnDaemonStart [2022-05-04T09:14:19.516Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-04T09:14:19.516Z] === CONT TestDaemonHostGatewayIP [2022-05-04T09:14:19.928Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:19.928Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:19.928Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:19.928Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:19.928Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:19.928Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-04T09:14:19.928Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-04T09:14:19.928Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:19.928Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:19.929Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-04T09:14:19.929Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:19.929Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2022-05-04T09:14:19.929Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-04T09:14:19.929Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:14:19.929Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-04T09:14:20.579Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-04T09:14:21.037Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-04T09:14:21.037Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-04T09:14:21.037Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-04T09:14:21.340Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-04T09:14:21.521Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-04T09:14:21.521Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-04T09:14:21.978Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-04T09:14:21.978Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-04T09:14:22.048Z] --- PASS: TestDaemonHostGatewayIP (2.55s) [2022-05-04T09:14:22.048Z] === CONT TestDaemonRestartIpcMode [2022-05-04T09:14:22.270Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-04T09:14:23.196Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-04T09:14:23.196Z] daemon_test.go:156: [d8d5295ae2be8] daemon is not started [2022-05-04T09:14:23.196Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-05-04T09:14:23.196Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-05-04T09:14:23.196Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-05-04T09:14:23.196Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-05-04T09:14:23.196Z] === RUN TestDaemonProxy [2022-05-04T09:14:23.196Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-04T09:14:23.196Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-04T09:14:23.196Z] PASS [2022-05-04T09:14:23.196Z] [2022-05-04T09:14:23.196Z] === Skipped [2022-05-04T09:14:23.196Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-04T09:14:23.196Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-04T09:14:23.196Z] [2022-05-04T09:14:23.196Z] DONE 12 tests, 1 skipped in 4.178s [2022-05-04T09:14:23.196Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-04T09:14:23.451Z] INFO: Testing against a local daemon [2022-05-04T09:14:23.451Z] === RUN TestCommitInheritsEnv [2022-05-04T09:14:24.565Z] --- PASS: TestDaemonRestartIpcMode (2.30s) [2022-05-04T09:14:25.338Z] --- PASS: TestCommitInheritsEnv (1.71s) [2022-05-04T09:14:25.338Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:14:25.338Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform// [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/linux [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/macos [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-04T09:14:25.338Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-04T09:14:25.593Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-04T09:14:25.593Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:14:25.593Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-05-04T09:14:25.593Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:14:25.593Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-04T09:14:25.593Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:14:27.483Z] --- PASS: TestRemoveImageOrphaning (1.60s) [2022-05-04T09:14:27.483Z] === RUN TestRemoveImageGarbageCollector [2022-05-04T09:14:27.483Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-04T09:14:27.483Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-04T09:14:27.483Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:14:27.483Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-04T09:14:27.483Z] === RUN TestTagInvalidReference [2022-05-04T09:14:27.483Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-04T09:14:27.483Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:14:27.483Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-04T09:14:27.483Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:14:27.483Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-04T09:14:27.483Z] === RUN TestTagOfficialNames [2022-05-04T09:14:27.483Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-04T09:14:27.483Z] === RUN TestTagMatchesDigest [2022-05-04T09:14:27.483Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-04T09:14:27.483Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-04T09:14:31.157Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2022-05-04T09:14:31.157Z] PASS [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === Skipped [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-04T09:14:31.157Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:14:31.157Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:14:31.157Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:14:31.157Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-04T09:14:31.157Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-04T09:14:31.157Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-04T09:14:31.157Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:14:31.157Z] [2022-05-04T09:14:31.157Z] DONE 235 tests, 7 skipped in 119.120s [2022-05-04T09:14:31.157Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-04T09:14:31.157Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:14:31.414Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:31.414Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:31.414Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:31.414Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:31.414Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:31.414Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-04T09:14:31.414Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-04T09:14:31.414Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:14:31.414Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-04T09:14:31.676Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-04T09:14:31.676Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-04T09:14:31.676Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-04T09:14:31.676Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-04T09:14:31.676Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:14:31.676Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-04T09:14:32.274Z] Removing intermediate container 209592b8fbb9 [2022-05-04T09:14:32.274Z] ---> 4eb88245fa36 [2022-05-04T09:14:32.274Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-04T09:14:32.274Z] ---> Running in fdb4c5ce3e7a [2022-05-04T09:14:32.274Z] Removing intermediate container fdb4c5ce3e7a [2022-05-04T09:14:32.274Z] ---> f234c572fb78 [2022-05-04T09:14:32.274Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-04T09:14:32.274Z] ---> Running in 62bf4dc77d0a [2022-05-04T09:14:32.274Z] Removing intermediate container 62bf4dc77d0a [2022-05-04T09:14:32.274Z] ---> ade886c7ed11 [2022-05-04T09:14:32.274Z] Step 13/13 : COPY . . [2022-05-04T09:14:33.046Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-04T09:14:33.976Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-04T09:14:34.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-04T09:14:34.907Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-04T09:14:34.907Z] daemon_test.go:156: [d2c4d1c6da9e9] daemon is not started [2022-05-04T09:14:34.907Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s) [2022-05-04T09:14:34.907Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-05-04T09:14:34.907Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-04T09:14:34.907Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-05-04T09:14:34.907Z] === RUN TestDaemonProxy [2022-05-04T09:14:34.907Z] === RUN TestDaemonProxy/environment_variables [2022-05-04T09:14:36.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-04T09:14:36.795Z] === RUN TestDaemonProxy/command-line_options [2022-05-04T09:14:38.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-04T09:14:38.684Z] === RUN TestDaemonProxy/configuration_file [2022-05-04T09:14:39.039Z] INFO: Extraction ended at 05/04/2022 09:14:35. Duration:00:00:29.8144823 [2022-05-04T09:14:39.039Z] INFO: Updating the golang and path environment variables [2022-05-04T09:14:39.039Z] INFO: GOPATH=d:\gopath [2022-05-04T09:14:39.039Z] INFO: go version go1.18.1 windows/amd64 [2022-05-04T09:14:39.039Z] INFO: Running the daemon under test in debug mode [2022-05-04T09:14:39.039Z] INFO: Starting a daemon under test... [2022-05-04T09:14:39.039Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43559\1\daemon --pidfile d:\CI\PR-43559\1\docker.pid -D [2022-05-04T09:14:39.039Z] INFO: Process started successfully. [2022-05-04T09:14:39.039Z] INFO: Start tailing logs of the daemon under tests [2022-05-04T09:14:39.039Z] INFO: Waiting for the daemon under test to start... [2022-05-04T09:14:39.728Z] ---> c8dbf64b450d [2022-05-04T09:14:39.728Z] Successfully built c8dbf64b450d [2022-05-04T09:14:39.728Z] Successfully tagged docker:latest [2022-05-04T09:14:39.728Z] INFO: Image build ended at 05/04/2022 09:14:35. Duration:00:05:06.8253924 [2022-05-04T09:14:39.728Z] [2022-05-04T09:14:39.728Z] [2022-05-04T09:14:39.728Z] INFO: Building the test binaries at 05/04/2022 09:14:35... [2022-05-04T09:14:40.051Z] === RUN TestDaemonProxy/conflicting_options [2022-05-04T09:14:40.613Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-04T09:14:41.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy (6.22s) [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-04T09:14:41.175Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-04T09:14:41.175Z] PASS [2022-05-04T09:14:41.175Z] [2022-05-04T09:14:41.175Z] DONE 17 tests in 10.105s [2022-05-04T09:14:41.175Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-04T09:14:41.175Z] INFO: Testing against a local daemon [2022-05-04T09:14:41.175Z] === RUN TestCommitInheritsEnv [2022-05-04T09:14:41.432Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-05-04T09:14:41.432Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:14:41.432Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform// [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform/linux [2022-05-04T09:14:41.432Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-04T09:14:41.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-04T09:14:41.692Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-04T09:14:41.692Z] === RUN TestImportWithCustomPlatform/macos [2022-05-04T09:14:41.692Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-04T09:14:41.692Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-04T09:14:41.692Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-04T09:14:41.692Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:14:41.692Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-04T09:14:41.692Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:14:41.692Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-04T09:14:41.692Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:14:42.295Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2022-05-04T09:14:42.295Z] === RUN TestRemoveImageGarbageCollector [2022-05-04T09:14:42.550Z] time="2022-05-04T09:14:42Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-04T09:14:43.529Z] INFO: make.ps1 starting at 05/04/2022 09:14:42 [2022-05-04T09:14:43.529Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:14:43.529Z] INFO: Invoking autogen... [2022-05-04T09:14:43.914Z] --- PASS: TestRemoveImageGarbageCollector (1.80s) [2022-05-04T09:14:43.914Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:14:43.914Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-04T09:14:43.914Z] === RUN TestTagInvalidReference [2022-05-04T09:14:43.914Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-04T09:14:43.914Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:14:43.914Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-04T09:14:43.914Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:14:43.914Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-04T09:14:43.914Z] === RUN TestTagOfficialNames [2022-05-04T09:14:43.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-04T09:14:43.997Z] { [2022-05-04T09:14:43.997Z] "RT_GROUP_ICON": { [2022-05-04T09:14:43.997Z] "#1": { [2022-05-04T09:14:43.997Z] "0409": "../../winresources/docker.ico" [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] }, [2022-05-04T09:14:43.997Z] "RT_MANIFEST": { [2022-05-04T09:14:43.997Z] "#1": { [2022-05-04T09:14:43.997Z] "0409": { [2022-05-04T09:14:43.997Z] "identity": {}, [2022-05-04T09:14:43.997Z] "description": "Docker Engine", [2022-05-04T09:14:43.997Z] "minimum-os": "vista", [2022-05-04T09:14:43.997Z] "execution-level": "", [2022-05-04T09:14:43.997Z] "ui-access": false, [2022-05-04T09:14:43.997Z] "auto-elevate": false, [2022-05-04T09:14:43.997Z] "dpi-awareness": "unaware", [2022-05-04T09:14:43.997Z] "disable-theming": false, [2022-05-04T09:14:43.997Z] "disable-window-filtering": false, [2022-05-04T09:14:43.997Z] "high-resolution-scrolling-aware": false, [2022-05-04T09:14:43.997Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-04T09:14:43.997Z] "long-path-aware": false, [2022-05-04T09:14:43.997Z] "printer-driver-isolation": false, [2022-05-04T09:14:43.997Z] "gdi-scaling": false, [2022-05-04T09:14:43.997Z] "segment-heap": false, [2022-05-04T09:14:43.997Z] "use-common-controls-v6": false [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] }, [2022-05-04T09:14:43.997Z] "RT_MESSAGETABLE": { [2022-05-04T09:14:43.997Z] "#1": { [2022-05-04T09:14:43.997Z] "0409": "../../winresources/event_messages.bin" [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] }, [2022-05-04T09:14:43.997Z] "RT_VERSION": { [2022-05-04T09:14:43.997Z] "#1": { [2022-05-04T09:14:43.997Z] "0409": { [2022-05-04T09:14:43.997Z] "fixed": { [2022-05-04T09:14:43.997Z] "file_version": "0.0.0.0", [2022-05-04T09:14:43.997Z] "product_version": "0.0.0.0", [2022-05-04T09:14:43.997Z] "type": "Unknown" [2022-05-04T09:14:43.997Z] }, [2022-05-04T09:14:43.997Z] "info": { [2022-05-04T09:14:43.997Z] "0000": { [2022-05-04T09:14:43.997Z] "CompanyName": "", [2022-05-04T09:14:43.997Z] "FileVersion": "0.0.0-dev", [2022-05-04T09:14:43.997Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-04T09:14:43.997Z] "OriginalFileName": "dockerd.exe", [2022-05-04T09:14:43.997Z] "ProductName": "", [2022-05-04T09:14:43.997Z] "ProductVersion": "0.0.0-dev", [2022-05-04T09:14:43.997Z] "SpecialBuild": "a35040222c" [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:43.997Z] } [2022-05-04T09:14:44.170Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-04T09:14:44.170Z] === RUN TestTagMatchesDigest [2022-05-04T09:14:44.170Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-04T09:14:44.170Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-04T09:14:45.003Z] powershell.exe : cmd\dockerd\config.go [2022-05-04T09:14:45.003Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-e57c839e\powershellWrapper.ps1:3 char:1 [2022-05-04T09:14:45.003Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-04T09:14:45.003Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-04T09:14:45.003Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-04T09:14:45.003Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-04T09:14:45.003Z] [2022-05-04T09:14:45.003Z] cmd\dockerd\config_windows.go [2022-05-04T09:14:45.003Z] cmd\dockerd\daemon.go [2022-05-04T09:14:45.003Z] cmd\dockerd\daemon_test.go [2022-05-04T09:14:45.003Z] cmd\dockerd\daemon_windows.go [2022-05-04T09:14:45.003Z] cmd\dockerd\docker.go [2022-05-04T09:14:45.003Z] cmd\dockerd\docker_windows.go [2022-05-04T09:14:45.003Z] cmd\dockerd\genwinres_windows.go [2022-05-04T09:14:45.004Z] cmd\dockerd\metrics.go [2022-05-04T09:14:45.004Z] cmd\dockerd\options.go [2022-05-04T09:14:45.004Z] cmd\dockerd\options_test.go [2022-05-04T09:14:45.004Z] cmd\dockerd\service_windows.go [2022-05-04T09:14:45.004Z] INFO: Building daemon... [2022-05-04T09:14:47.163Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:14:47.164Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:14:47.164Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:14:47.164Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:14:47.164Z] [2022-05-04T09:14:47.164Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-04T09:14:47.164Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:14:47.164Z] HOSTNAME=b2e427df3b24 [2022-05-04T09:14:47.164Z] TESTDEBUG=0 [2022-05-04T09:14:47.164Z] DEST=bundles/test-integration [2022-05-04T09:14:47.164Z] PWD=/go/src/github.com/docker/docker [2022-05-04T09:14:47.164Z] DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 [2022-05-04T09:14:47.164Z] container=docker [2022-05-04T09:14:47.164Z] HOME=/root [2022-05-04T09:14:47.164Z] GOLANG_VERSION=1.18.1 [2022-05-04T09:14:47.164Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-04T09:14:47.164Z] VALIDATE_BRANCH=master [2022-05-04T09:14:47.164Z] TERM=xterm [2022-05-04T09:14:47.164Z] DOCKER_PKG=github.com/docker/docker [2022-05-04T09:14:47.164Z] SHLVL=1 [2022-05-04T09:14:47.164Z] TIMEOUT=120m [2022-05-04T09:14:47.164Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-05-04T09:14:47.164Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-04T09:14:47.164Z] GO111MODULE=off [2022-05-04T09:14:47.164Z] DOCKER_EXPERIMENTAL=1 [2022-05-04T09:14:47.164Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-04T09:14:47.164Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-04T09:14:47.164Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-04T09:14:47.164Z] GOPATH=/go [2022-05-04T09:14:47.164Z] PKG_CONFIG=pkg-config [2022-05-04T09:14:47.164Z] _=/usr/bin/env [2022-05-04T09:14:47.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-04T09:14:52.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-04T09:14:55.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-04T09:14:56.839Z] ...INFO: Daemon under test started and replied! [2022-05-04T09:14:56.839Z] INFO: Docker version of the daemon under test [2022-05-04T09:14:56.839Z] [2022-05-04T09:14:56.839Z] Client: [2022-05-04T09:14:56.839Z] Version: 17.06.2-ce [2022-05-04T09:14:56.839Z] API version: 1.30 [2022-05-04T09:14:56.839Z] Go version: go1.8.3 [2022-05-04T09:14:56.839Z] Git commit: cec0b72 [2022-05-04T09:14:56.839Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-04T09:14:56.839Z] OS/Arch: windows/amd64 [2022-05-04T09:14:56.839Z] [2022-05-04T09:14:56.839Z] Server: [2022-05-04T09:14:56.839Z] Version: 0.0.0-dev [2022-05-04T09:14:56.839Z] API version: 1.42 (minimum version 1.24) [2022-05-04T09:14:56.839Z] Go version: go1.18.1 [2022-05-04T09:14:56.839Z] Git commit: a35040222c [2022-05-04T09:14:56.839Z] Built: [2022-05-04T09:14:56.839Z] OS/Arch: windows/amd64 [2022-05-04T09:14:56.839Z] Experimental: false [2022-05-04T09:14:56.839Z] [2022-05-04T09:14:56.839Z] INFO: Docker info of the daemon under test [2022-05-04T09:14:56.839Z] [2022-05-04T09:14:56.839Z] Containers: 0 [2022-05-04T09:14:56.839Z] Running: 0 [2022-05-04T09:14:56.839Z] Paused: 0 [2022-05-04T09:14:56.839Z] Stopped: 0 [2022-05-04T09:14:56.839Z] Images: 0 [2022-05-04T09:14:56.839Z] Server Version: 0.0.0-dev [2022-05-04T09:14:56.839Z] Storage Driver: windowsfilter [2022-05-04T09:14:56.839Z] Windows: [2022-05-04T09:14:56.840Z] Logging Driver: json-file [2022-05-04T09:14:56.840Z] Plugins: [2022-05-04T09:14:56.840Z] Volume: local [2022-05-04T09:14:56.840Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:14:56.840Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:14:56.840Z] Swarm: inactive [2022-05-04T09:14:56.840Z] Default Isolation: process [2022-05-04T09:14:56.840Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:14:56.840Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-04T09:14:56.840Z] OSType: windows [2022-05-04T09:14:56.840Z] Architecture: x86_64 [2022-05-04T09:14:56.840Z] CPUs: 4 [2022-05-04T09:14:56.840Z] Total Memory: 32GiB [2022-05-04T09:14:56.840Z] Name: azwin-2-24ffe1 [2022-05-04T09:14:56.840Z] ID: O3KX:S53Z:ZUFD:CTXY:CA2S:NS5W:YYPI:RG7U:6V75:F2Y5:G2UU:ZMQA [2022-05-04T09:14:56.840Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T09:14:56.840Z] Debug Mode (client): false [2022-05-04T09:14:56.840Z] Debug Mode (server): true [2022-05-04T09:14:56.840Z] File Descriptors: -1 [2022-05-04T09:14:56.840Z] Goroutines: 16 [2022-05-04T09:14:56.840Z] System Time: 2022-05-04T09:14:55.5420939Z [2022-05-04T09:14:56.840Z] EventsListeners: 0 [2022-05-04T09:14:56.840Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:14:56.840Z] Labels: [2022-05-04T09:14:56.840Z] Experimental: false [2022-05-04T09:14:56.840Z] Insecure Registries: [2022-05-04T09:14:56.840Z] 127.0.0.0/8 [2022-05-04T09:14:56.840Z] Live Restore Enabled: false [2022-05-04T09:14:56.840Z] [2022-05-04T09:14:56.840Z] [2022-05-04T09:14:56.840Z] INFO: Docker images of the daemon under test [2022-05-04T09:14:56.840Z] [2022-05-04T09:14:56.840Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:14:56.840Z] [2022-05-04T09:14:56.840Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-04T09:14:56.840Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-04T09:14:56.840Z] ltsc2022: Pulling from windows/servercore [2022-05-04T09:14:56.840Z] 8f616e6e9eec: Pulling fs layer [2022-05-04T09:14:56.840Z] dccd9e4d14d3: Pulling fs layer [2022-05-04T09:14:57.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-04T09:14:59.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-04T09:15:01.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-04T09:15:02.199Z] ---> 32e4e5b7b387 [2022-05-04T09:15:02.659Z] Successfully built 32e4e5b7b387 [2022-05-04T09:15:02.659Z] Successfully tagged docker:latest [2022-05-04T09:15:02.659Z] INFO: Image build ended at 05/04/2022 09:15:02. Duration:00:03:56.1611420 [2022-05-04T09:15:02.659Z] [2022-05-04T09:15:02.659Z] [2022-05-04T09:15:02.659Z] INFO: Building the test binaries at 05/04/2022 09:15:02... [2022-05-04T09:15:04.024Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-04T09:15:04.024Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:15:04.024Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:15:04.024Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-04T09:15:04.024Z] [2022-05-04T09:15:04.024Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-04T09:15:04.024Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-04T09:15:04.024Z] Using test binary docker [2022-05-04T09:15:04.024Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-04T09:15:04.024Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-04T09:15:04.024Z] INFO: Waiting for daemon to start... [2022-05-04T09:15:04.024Z] Starting dockerd [2022-05-04T09:15:04.024Z] . [2022-05-04T09:15:04.024Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-04T09:15:04.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-04T09:15:07.351Z] INFO: make.ps1 starting at 05/04/2022 09:15:06 [2022-05-04T09:15:07.351Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:15:07.351Z] INFO: Invoking autogen... [2022-05-04T09:15:07.807Z] { [2022-05-04T09:15:07.807Z] "RT_GROUP_ICON": { [2022-05-04T09:15:07.807Z] "#1": { [2022-05-04T09:15:07.807Z] "0409": "../../winresources/docker.ico" [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] }, [2022-05-04T09:15:07.807Z] "RT_MANIFEST": { [2022-05-04T09:15:07.807Z] "#1": { [2022-05-04T09:15:07.807Z] "0409": { [2022-05-04T09:15:07.807Z] "identity": {}, [2022-05-04T09:15:07.807Z] "description": "Docker Engine", [2022-05-04T09:15:07.807Z] "minimum-os": "vista", [2022-05-04T09:15:07.807Z] "execution-level": "", [2022-05-04T09:15:07.807Z] "ui-access": false, [2022-05-04T09:15:07.807Z] "auto-elevate": false, [2022-05-04T09:15:07.807Z] "dpi-awareness": "unaware", [2022-05-04T09:15:07.807Z] "disable-theming": false, [2022-05-04T09:15:07.807Z] "disable-window-filtering": false, [2022-05-04T09:15:07.807Z] "high-resolution-scrolling-aware": false, [2022-05-04T09:15:07.807Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-04T09:15:07.807Z] "long-path-aware": false, [2022-05-04T09:15:07.807Z] "printer-driver-isolation": false, [2022-05-04T09:15:07.807Z] "gdi-scaling": false, [2022-05-04T09:15:07.807Z] "segment-heap": false, [2022-05-04T09:15:07.807Z] "use-common-controls-v6": false [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] }, [2022-05-04T09:15:07.807Z] "RT_MESSAGETABLE": { [2022-05-04T09:15:07.807Z] "#1": { [2022-05-04T09:15:07.807Z] "0409": "../../winresources/event_messages.bin" [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] }, [2022-05-04T09:15:07.807Z] "RT_VERSION": { [2022-05-04T09:15:07.807Z] "#1": { [2022-05-04T09:15:07.807Z] "0409": { [2022-05-04T09:15:07.807Z] "fixed": { [2022-05-04T09:15:07.807Z] "file_version": "0.0.0.0", [2022-05-04T09:15:07.807Z] "product_version": "0.0.0.0", [2022-05-04T09:15:07.807Z] "type": "Unknown" [2022-05-04T09:15:07.807Z] }, [2022-05-04T09:15:07.807Z] "info": { [2022-05-04T09:15:07.807Z] "0000": { [2022-05-04T09:15:07.807Z] "CompanyName": "", [2022-05-04T09:15:07.807Z] "FileVersion": "0.0.0-dev", [2022-05-04T09:15:07.807Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-04T09:15:07.807Z] "OriginalFileName": "dockerd.exe", [2022-05-04T09:15:07.807Z] "ProductName": "", [2022-05-04T09:15:07.807Z] "ProductVersion": "0.0.0-dev", [2022-05-04T09:15:07.807Z] "SpecialBuild": "a35040222c" [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:07.807Z] } [2022-05-04T09:15:08.264Z] powershell.exe : cmd\dockerd\config.go [2022-05-04T09:15:08.264Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-4a9e8c37\powershellWrapper.ps1:3 char:1 [2022-05-04T09:15:08.264Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-04T09:15:08.264Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-04T09:15:08.264Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-04T09:15:08.264Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-04T09:15:08.264Z] [2022-05-04T09:15:08.264Z] cmd\dockerd\config_windows.go [2022-05-04T09:15:08.264Z] cmd\dockerd\daemon.go [2022-05-04T09:15:08.264Z] cmd\dockerd\daemon_test.go [2022-05-04T09:15:08.264Z] cmd\dockerd\daemon_windows.go [2022-05-04T09:15:08.264Z] cmd\dockerd\docker.go [2022-05-04T09:15:08.264Z] cmd\dockerd\docker_windows.go [2022-05-04T09:15:08.264Z] cmd\dockerd\genwinres_windows.go [2022-05-04T09:15:08.264Z] cmd\dockerd\metrics.go [2022-05-04T09:15:08.264Z] cmd\dockerd\options.go [2022-05-04T09:15:08.264Z] cmd\dockerd\options_test.go [2022-05-04T09:15:08.264Z] cmd\dockerd\service_windows.go [2022-05-04T09:15:08.264Z] INFO: Building daemon... [2022-05-04T09:15:08.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-04T09:15:09.331Z] dccd9e4d14d3: Verifying Checksum [2022-05-04T09:15:09.331Z] dccd9e4d14d3: Download complete [2022-05-04T09:15:10.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-04T09:15:13.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-04T09:15:13.121Z] 8f616e6e9eec: Verifying Checksum [2022-05-04T09:15:13.121Z] 8f616e6e9eec: Download complete [2022-05-04T09:15:13.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-04T09:15:13.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-04T09:15:15.564Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:15:15.564Z] Using test binary docker [2022-05-04T09:15:15.564Z] +++ /etc/init.d/apparmor start [2022-05-04T09:15:15.564Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-04T09:15:15.564Z] INFO: Waiting for daemon to start... [2022-05-04T09:15:15.564Z] Starting dockerd [2022-05-04T09:15:15.564Z] +++ 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-05-04T09:15:18.102Z] . [2022-05-04T09:15:18.102Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:15:18.102Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:15:18.102Z] Error: No such image: emptyfs [2022-05-04T09:15:18.102Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-04T09:15:18.102Z] ++++ docker load [2022-05-04T09:15:18.362Z] Running integration-test (iteration 1) [2022-05-04T09:15:18.362Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-04T09:15:18.362Z] ++ 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-05-04T09:15:18.362Z] ++ set -e [2022-05-04T09:15:18.362Z] ++ '[' -n 0 ']' [2022-05-04T09:15:18.362Z] ++ set -x [2022-05-04T09:15:18.362Z] ++ 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-05-04T09:15:19.300Z] Loaded image: busybox:latest [2022-05-04T09:15:19.560Z] Loaded image: busybox:glibc [2022-05-04T09:15:24.831Z] Loaded image: debian:bullseye-slim [2022-05-04T09:15:24.831Z] Loaded image: hello-world:latest [2022-05-04T09:15:24.831Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:15:24.831Z] INFO: Testing against a local daemon [2022-05-04T09:15:24.831Z] === RUN TestCgroupNamespacesBuild [2022-05-04T09:15:27.368Z] --- PASS: TestCgroupNamespacesBuild (2.34s) [2022-05-04T09:15:27.368Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-04T09:15:29.277Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.08s) [2022-05-04T09:15:29.277Z] === RUN TestBuildWithSession [2022-05-04T09:15:29.277Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:15:29.277Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:15:29.277Z] === RUN TestBuildSquashParent [2022-05-04T09:15:31.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-04T09:15:36.152Z] sha256:0eabe1d541266fc5c4839a9db00ed77a50a7355ea16a198358ac4d6b495f2bad [2022-05-04T09:15:36.152Z] INFO: Starting docker-py tests... [2022-05-04T09:15:36.727Z] ============================= test session starts ============================== [2022-05-04T09:15:36.727Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-04T09:15:36.727Z] rootdir: /src, inifile: pytest.ini [2022-05-04T09:15:36.727Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-04T09:15:37.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-04T09:15:37.671Z] collected 395 items / 2 deselected / 393 selected [2022-05-04T09:15:37.671Z] [2022-05-04T09:15:39.266Z] --- PASS: TestBuildSquashParent (9.40s) [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:15:39.266Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:15:39.266Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:15:39.266Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:15:39.266Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:15:41.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:15:41.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:15:43.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-04T09:15:44.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-04T09:15:44.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-04T09:15:45.096Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:15:45.096Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:15:45.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-04T09:15:45.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-04T09:15:46.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.38s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.30s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.25s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.06s) [2022-05-04T09:15:48.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.05s) [2022-05-04T09:15:48.396Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:15:48.396Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:15:48.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-04T09:15:49.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-04T09:15:50.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-04T09:15:50.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-04T09:15:50.937Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:15:51.198Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:15:51.768Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:15:51.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-04T09:15:52.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-04T09:15:52.705Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy (5.10s) [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.66s) [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2022-05-04T09:15:53.273Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2022-05-04T09:15:53.273Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:15:53.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-04T09:15:53.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-04T09:15:54.581Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-04T09:15:54.652Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2022-05-04T09:15:54.652Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:15:54.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-04T09:15:55.417Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:15:55.417Z] Using test binary docker [2022-05-04T09:15:55.417Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-04T09:15:55.417Z] +++ /etc/init.d/apparmor start [2022-05-04T09:15:55.417Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-04T09:15:55.417Z] INFO: Waiting for daemon to start... [2022-05-04T09:15:55.417Z] Starting dockerd [2022-05-04T09:15:55.417Z] +++ 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-05-04T09:15:55.441Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-04T09:15:56.996Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-04T09:15:57.187Z] --- PASS: TestBuildLabelWithTargets (2.64s) [2022-05-04T09:15:57.187Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:15:58.606Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2022-05-04T09:15:58.606Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:16:01.942Z] --- PASS: TestBuildMultiStageOnBuild (3.32s) [2022-05-04T09:16:01.942Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:16:02.053Z] . [2022-05-04T09:16:02.053Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:16:02.053Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:16:02.053Z] Error: No such image: emptyfs [2022-05-04T09:16:02.053Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-04T09:16:02.053Z] ++++ docker load [2022-05-04T09:16:02.053Z] Running integration-test (iteration 1) [2022-05-04T09:16:02.053Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-04T09:16:02.053Z] ++ 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-05-04T09:16:02.053Z] ++ set -e [2022-05-04T09:16:02.053Z] ++ '[' -n 0 ']' [2022-05-04T09:16:02.053Z] ++ set -x [2022-05-04T09:16:02.053Z] ++ 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-05-04T09:16:02.053Z] Loaded image: busybox:latest [2022-05-04T09:16:02.053Z] Loaded image: busybox:glibc [2022-05-04T09:16:03.442Z] Loaded image: debian:bullseye-slim [2022-05-04T09:16:03.442Z] Loaded image: hello-world:latest [2022-05-04T09:16:03.442Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:16:03.442Z] INFO: Testing against a local daemon [2022-05-04T09:16:03.442Z] === RUN TestCgroupNamespacesBuild [2022-05-04T09:16:03.857Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2022-05-04T09:16:03.857Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:16:03.981Z] --- PASS: TestImportExtremelyLargeImageWorks (93.20s) [2022-05-04T09:16:03.981Z] PASS [2022-05-04T09:16:03.981Z] [2022-05-04T09:16:03.981Z] === Skipped [2022-05-04T09:16:03.981Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-04T09:16:03.981Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-04T09:16:03.981Z] [2022-05-04T09:16:03.981Z] DONE 22 tests, 1 skipped in 97.230s [2022-05-04T09:16:03.981Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-04T09:16:03.981Z] INFO: Testing against a local daemon [2022-05-04T09:16:03.981Z] === RUN TestNetworkCreateDelete [2022-05-04T09:16:03.981Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-04T09:16:03.981Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:16:03.981Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-04T09:16:03.981Z] === RUN TestDaemonDNSFallback [2022-05-04T09:16:04.383Z] --- PASS: TestCgroupNamespacesBuild (1.13s) [2022-05-04T09:16:04.383Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-04T09:16:05.765Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-05-04T09:16:05.765Z] === RUN TestBuildWithSession [2022-05-04T09:16:05.765Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:16:05.765Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:16:05.765Z] === RUN TestBuildSquashParent [2022-05-04T09:16:07.141Z] --- PASS: TestBuildMultiStageLayerLeak (3.52s) [2022-05-04T09:16:07.141Z] === RUN TestBuildWithHugeFile [2022-05-04T09:16:08.187Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-05-04T09:16:08.187Z] === RUN TestInspectNetwork [2022-05-04T09:16:08.187Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:16:08.187Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:08.187Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:08.187Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:08.187Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:08.187Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:16:08.187Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:16:08.187Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:16:08.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestNetworkList [2022-05-04T09:16:08.187Z] === RUN TestNetworkList//networks [2022-05-04T09:16:08.187Z] === PAUSE TestNetworkList//networks [2022-05-04T09:16:08.187Z] === RUN TestNetworkList//networks/ [2022-05-04T09:16:08.187Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:16:08.187Z] === CONT TestNetworkList//networks [2022-05-04T09:16:08.187Z] === CONT TestNetworkList//networks/ [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkList (0.01s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:16:08.187Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:16:08.187Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:16:08.187Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:16:08.187Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:16:08.187Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:16:08.187Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:16:08.187Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:16:08.187Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:16:08.187Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:16:08.187Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:16:08.187Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-05-04T09:16:08.187Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:16:08.187Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:16:08.187Z] PASS [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === Skipped [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-04T09:16:08.187Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:16:08.187Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:16:08.187Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:16:08.187Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:16:08.187Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-05-04T09:16:08.187Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:16:08.187Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] DONE 34 tests, 12 skipped in 7.054s [2022-05-04T09:16:08.187Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.187Z] INFO: Testing against a local daemon [2022-05-04T09:16:08.187Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-04T09:16:08.187Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:16:08.187Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestDockerNetworkIpvlan [2022-05-04T09:16:08.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:16:08.187Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:16:08.187Z] PASS [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === Skipped [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:16:08.187Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:16:08.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] DONE 2 tests, 2 skipped in 0.073s [2022-05-04T09:16:08.187Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.187Z] INFO: Testing against a local daemon [2022-05-04T09:16:08.187Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-04T09:16:08.187Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestDockerNetworkMacvlan [2022-05-04T09:16:08.187Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-04T09:16:08.187Z] PASS [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === Skipped [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-04T09:16:08.187Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-04T09:16:08.187Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] DONE 2 tests, 2 skipped in 0.076s [2022-05-04T09:16:08.187Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.187Z] testing: warning: no tests to run [2022-05-04T09:16:08.187Z] PASS [2022-05-04T09:16:08.187Z] [2022-05-04T09:16:08.187Z] DONE 0 tests in 0.021s [2022-05-04T09:16:08.187Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.187Z] INFO: Testing against a local daemon [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginAllowRequest [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginTLS [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginDenyRequest [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginDenyResponse [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginAllowEventStream [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginErrorResponse [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginErrorRequest [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-04T09:16:08.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.187Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-04T09:16:08.187Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginHeader [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginV2Disable [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-05-04T09:16:08.188Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-04T09:16:08.188Z] PASS [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === Skipped [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-04T09:16:08.188Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] DONE 17 tests, 17 skipped in 0.246s [2022-05-04T09:16:08.188Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.188Z] INFO: Testing against a local daemon [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:16:08.188Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:16:08.188Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:16:08.188Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:16:08.188Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:16:08.188Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:16:08.188Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:16:08.188Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:16:08.188Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestPluginInstall [2022-05-04T09:16:08.188Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:16:08.188Z] 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-05-04T09:16:08.188Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-04T09:16:08.188Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:16:08.188Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-04T09:16:08.188Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:16:08.188Z] PASS [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === Skipped [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-04T09:16:08.188Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-04T09:16:08.188Z] 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-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:16:08.188Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-04T09:16:08.188Z] [2022-05-04T09:16:08.188Z] DONE 19 tests, 3 skipped in 0.130s [2022-05-04T09:16:08.188Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-04T09:16:08.188Z] INFO: Testing against a local daemon [2022-05-04T09:16:08.188Z] === RUN TestExternalGraphDriver [2022-05-04T09:16:08.444Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-04T09:16:08.444Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-05-04T09:16:08.444Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:16:09.065Z] --- PASS: TestBuildSquashParent (3.60s) [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:16:09.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:16:09.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:16:09.327Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:16:09.327Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:16:10.714Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:16:10.714Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:16:11.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:16:11.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:16:12.626Z] --- PASS: TestGraphdriverPluginV2 (3.53s) [2022-05-04T09:16:12.626Z] PASS [2022-05-04T09:16:12.626Z] [2022-05-04T09:16:12.626Z] === Skipped [2022-05-04T09:16:12.626Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-05-04T09:16:12.626Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-04T09:16:12.626Z] [2022-05-04T09:16:12.626Z] DONE 2 tests, 1 skipped in 3.647s [2022-05-04T09:16:12.626Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-04T09:16:12.626Z] INFO: Testing against a local daemon [2022-05-04T09:16:12.626Z] === RUN TestContinueAfterPluginCrash [2022-05-04T09:16:12.626Z] === PAUSE TestContinueAfterPluginCrash [2022-05-04T09:16:12.626Z] === RUN TestReadPluginNoRead [2022-05-04T09:16:12.626Z] === PAUSE TestReadPluginNoRead [2022-05-04T09:16:12.626Z] === RUN TestDaemonStartWithLogOpt [2022-05-04T09:16:12.626Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-04T09:16:12.626Z] === CONT TestContinueAfterPluginCrash [2022-05-04T09:16:12.626Z] === CONT TestDaemonStartWithLogOpt [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.30s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.33s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.10s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.12s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.08s) [2022-05-04T09:16:13.045Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.12s) [2022-05-04T09:16:13.045Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:16:13.045Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:16:13.989Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:16:13.989Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:16:14.250Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:16:14.511Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy (1.91s) [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-05-04T09:16:14.773Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-05-04T09:16:14.773Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:16:15.343Z] --- PASS: TestBuildMultiStageParentConfig (0.56s) [2022-05-04T09:16:15.344Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:16:16.285Z] --- PASS: TestBuildLabelWithTargets (0.89s) [2022-05-04T09:16:16.285Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:16:16.545Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2022-05-04T09:16:16.545Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:16:16.843Z] --- PASS: TestDaemonStartWithLogOpt (4.18s) [2022-05-04T09:16:16.843Z] === CONT TestReadPluginNoRead [2022-05-04T09:16:17.939Z] --- PASS: TestBuildMultiStageOnBuild (1.32s) [2022-05-04T09:16:17.939Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:16:18.509Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-04T09:16:18.509Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:16:18.729Z] === RUN TestReadPluginNoRead/default [2022-05-04T09:16:19.658Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-04T09:16:19.896Z] --- PASS: TestBuildMultiStageLayerLeak (1.31s) [2022-05-04T09:16:19.896Z] === RUN TestBuildWithHugeFile [2022-05-04T09:16:20.564Z] --- PASS: TestImportExtremelyLargeImageWorks (91.41s) [2022-05-04T09:16:20.564Z] PASS [2022-05-04T09:16:20.564Z] [2022-05-04T09:16:20.564Z] DONE 22 tests in 94.413s [2022-05-04T09:16:20.564Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-04T09:16:20.564Z] INFO: Testing against a local daemon [2022-05-04T09:16:20.564Z] === RUN TestNetworkCreateDelete [2022-05-04T09:16:20.564Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-04T09:16:20.564Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:16:20.564Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-05-04T09:16:20.564Z] === RUN TestDaemonDNSFallback [2022-05-04T09:16:21.109Z] --- PASS: TestContinueAfterPluginCrash (8.82s) [2022-05-04T09:16:21.109Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-04T09:16:22.040Z] === CONT TestReadPluginNoRead [2022-05-04T09:16:22.040Z] read_test.go:92: [d77f707a9f400] daemon is not started [2022-05-04T09:16:22.040Z] --- PASS: TestReadPluginNoRead (5.99s) [2022-05-04T09:16:22.040Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-05-04T09:16:22.040Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.33s) [2022-05-04T09:16:22.040Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-05-04T09:16:22.040Z] PASS [2022-05-04T09:16:22.040Z] [2022-05-04T09:16:22.040Z] DONE 6 tests in 10.262s [2022-05-04T09:16:22.040Z] 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-05-04T09:16:22.298Z] testing: warning: no tests to run [2022-05-04T09:16:22.298Z] PASS [2022-05-04T09:16:22.298Z] [2022-05-04T09:16:22.298Z] DONE 0 tests in 0.027s [2022-05-04T09:16:22.298Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-04T09:16:22.298Z] INFO: Testing against a local daemon [2022-05-04T09:16:22.298Z] === RUN TestPluginWithDevMounts [2022-05-04T09:16:22.298Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-04T09:16:22.298Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-04T09:16:22.298Z] PASS [2022-05-04T09:16:22.298Z] [2022-05-04T09:16:22.298Z] === Skipped [2022-05-04T09:16:22.298Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-04T09:16:22.298Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-04T09:16:22.298Z] [2022-05-04T09:16:22.298Z] DONE 1 tests, 1 skipped in 0.092s [2022-05-04T09:16:22.298Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-04T09:16:22.298Z] INFO: Testing against a local daemon [2022-05-04T09:16:22.298Z] === RUN TestSecretInspect [2022-05-04T09:16:22.298Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.298Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-04T09:16:22.298Z] === RUN TestSecretList [2022-05-04T09:16:22.298Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.298Z] --- SKIP: TestSecretList (0.01s) [2022-05-04T09:16:22.298Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:16:22.298Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.298Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-04T09:16:22.298Z] === RUN TestSecretsUpdate [2022-05-04T09:16:22.298Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.459Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-05-04T09:16:22.459Z] === RUN TestInspectNetwork [2022-05-04T09:16:22.555Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-05-04T09:16:22.555Z] === RUN TestTemplatedSecret [2022-05-04T09:16:22.555Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-04T09:16:22.555Z] === RUN TestSecretCreateResolve [2022-05-04T09:16:22.555Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-05-04T09:16:22.555Z] PASS [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === Skipped [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-04T09:16:22.555Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-04T09:16:22.555Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-04T09:16:22.555Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-05-04T09:16:22.555Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-04T09:16:22.555Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-05-04T09:16:22.555Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] [2022-05-04T09:16:22.555Z] DONE 6 tests, 6 skipped in 0.152s [2022-05-04T09:16:22.555Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-04T09:16:22.555Z] INFO: Testing against a local daemon [2022-05-04T09:16:22.555Z] === RUN TestServiceCreateInit [2022-05-04T09:16:22.555Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:16:22.555Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:16:22.555Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- PASS: TestServiceCreateInit (0.02s) [2022-05-04T09:16:22.555Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:16:22.555Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:16:22.555Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceConflict [2022-05-04T09:16:22.555Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:16:22.555Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-04T09:16:22.555Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:16:22.555Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:16:22.555Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:16:22.555Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceSysctls [2022-05-04T09:16:22.555Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.555Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-05-04T09:16:22.555Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:16:22.812Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-05-04T09:16:22.812Z] === RUN TestInspect [2022-05-04T09:16:22.812Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestInspect (0.01s) [2022-05-04T09:16:22.812Z] === RUN TestCreateJob [2022-05-04T09:16:22.812Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestCreateJob (0.00s) [2022-05-04T09:16:22.812Z] === RUN TestReplicatedJob [2022-05-04T09:16:22.812Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-04T09:16:22.812Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:16:22.812Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-04T09:16:22.812Z] === RUN TestServiceListWithStatuses [2022-05-04T09:16:22.812Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:16:22.812Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:16:22.812Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:16:22.812Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-04T09:16:22.812Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:16:22.812Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:22.812Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-04T09:16:22.812Z] === RUN TestServicePlugin [2022-05-04T09:16:24.707Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServicePlugin (1.92s) [2022-05-04T09:16:24.707Z] === RUN TestServiceUpdateLabel [2022-05-04T09:16:24.707Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-04T09:16:24.707Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:16:24.707Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-04T09:16:24.707Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:16:24.707Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-04T09:16:24.707Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:16:24.707Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-05-04T09:16:24.707Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:16:24.707Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-04T09:16:24.707Z] PASS [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === Skipped [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:16:24.707Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:16:24.707Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-04T09:16:24.707Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-04T09:16:24.707Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-04T09:16:24.707Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-04T09:16:24.707Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-04T09:16:24.707Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-05-04T09:16:24.707Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-05-04T09:16:24.707Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-05-04T09:16:24.707Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-04T09:16:24.707Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestCreateJob (0.00s) [2022-05-04T09:16:24.707Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-04T09:16:24.707Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-04T09:16:24.707Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-04T09:16:24.707Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-04T09:16:24.707Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-04T09:16:24.707Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-05-04T09:16:24.707Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-04T09:16:24.707Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-04T09:16:24.707Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-04T09:16:24.707Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-05-04T09:16:24.707Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-04T09:16:24.707Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-04T09:16:24.707Z] [2022-05-04T09:16:24.707Z] DONE 24 tests, 23 skipped in 2.309s [2022-05-04T09:16:24.707Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-04T09:16:24.963Z] INFO: Testing against a local daemon [2022-05-04T09:16:24.964Z] === RUN TestSessionCreate [2022-05-04T09:16:24.964Z] --- PASS: TestSessionCreate (0.03s) [2022-05-04T09:16:24.964Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:16:24.964Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-04T09:16:24.964Z] PASS [2022-05-04T09:16:24.964Z] [2022-05-04T09:16:24.964Z] DONE 2 tests in 0.144s [2022-05-04T09:16:24.964Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-04T09:16:24.964Z] INFO: Testing against a local daemon [2022-05-04T09:16:24.964Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:16:24.964Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:16:24.964Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:16:24.964Z] === RUN TestDiskUsage [2022-05-04T09:16:24.964Z] === PAUSE TestDiskUsage [2022-05-04T09:16:24.964Z] === RUN TestEventsExecDie [2022-05-04T09:16:25.528Z] --- PASS: TestEventsExecDie (0.57s) [2022-05-04T09:16:25.528Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:16:25.528Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-04T09:16:25.528Z] === RUN TestEventsVolumeCreate [2022-05-04T09:16:25.733Z] === RUN TestInspectNetwork/full_network_id [2022-05-04T09:16:25.734Z] === RUN TestInspectNetwork/partial_network_id [2022-05-04T09:16:25.734Z] === RUN TestInspectNetwork/network_name [2022-05-04T09:16:25.734Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-04T09:16:25.784Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-05-04T09:16:25.784Z] === RUN TestInfoBinaryCommits [2022-05-04T09:16:25.784Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-04T09:16:25.784Z] === RUN TestInfoAPIVersioned [2022-05-04T09:16:25.784Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-04T09:16:25.784Z] === RUN TestInfoAPI [2022-05-04T09:16:25.784Z] --- PASS: TestInfoAPI (0.02s) [2022-05-04T09:16:25.784Z] === RUN TestInfoAPIWarnings [2022-05-04T09:16:27.029Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-04T09:16:29.900Z] --- PASS: TestInspectNetwork (7.27s) [2022-05-04T09:16:29.900Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-04T09:16:29.900Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-04T09:16:29.900Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-04T09:16:29.900Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-04T09:16:29.900Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:16:31.269Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-05-04T09:16:31.269Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:16:31.269Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:31.269Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:31.269Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:31.269Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:31.269Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:31.269Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:31.269Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:16:31.269Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:16:31.269Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:16:31.270Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:16:31.270Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:16:31.270Z] === RUN TestNetworkList [2022-05-04T09:16:31.270Z] === RUN TestNetworkList//networks [2022-05-04T09:16:31.270Z] === PAUSE TestNetworkList//networks [2022-05-04T09:16:31.270Z] === RUN TestNetworkList//networks/ [2022-05-04T09:16:31.270Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:16:31.270Z] === CONT TestNetworkList//networks [2022-05-04T09:16:31.270Z] === CONT TestNetworkList//networks/ [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkList (0.01s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:16:31.270Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:16:31.270Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:16:31.833Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-05-04T09:16:31.833Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:16:32.761Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-04T09:16:32.761Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:16:33.692Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-05-04T09:16:33.692Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:16:34.624Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-05-04T09:16:34.624Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:16:35.991Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-05-04T09:16:35.991Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:16:36.553Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-04T09:16:36.553Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:16:39.071Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s) [2022-05-04T09:16:39.071Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:16:39.071Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:16:39.071Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:16:39.071Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:16:41.757Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-04T09:16:41.757Z] [2022-05-04T09:16:41.757Z] ________ ____ __. [2022-05-04T09:16:41.757Z] \_____ \ | |/ _| [2022-05-04T09:16:41.757Z] / | \| < [2022-05-04T09:16:41.757Z] / | \ | \ [2022-05-04T09:16:41.757Z] \_______ /____|__ \ [2022-05-04T09:16:41.757Z] \/ \/ [2022-05-04T09:16:41.757Z] [2022-05-04T09:16:41.757Z] INFO: make.ps1 ended at 05/04/2022 09:16:39 [2022-05-04T09:16:43.823Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-05-04T09:16:43.823Z] === RUN TestInfoDebug [2022-05-04T09:16:43.823Z] --- PASS: TestInfoDebug (0.55s) [2022-05-04T09:16:43.823Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:16:43.824Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-05-04T09:16:43.824Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:16:43.824Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-05-04T09:16:43.824Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:16:44.082Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-05-04T09:16:44.082Z] === RUN TestPingCacheHeaders [2022-05-04T09:16:44.082Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-04T09:16:44.082Z] === RUN TestPingGet [2022-05-04T09:16:44.083Z] --- PASS: TestPingGet (0.01s) [2022-05-04T09:16:44.083Z] === RUN TestPingHead [2022-05-04T09:16:44.083Z] --- PASS: TestPingHead (0.03s) [2022-05-04T09:16:44.083Z] === RUN TestPingSwarmHeader [2022-05-04T09:16:44.644Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-04T09:16:45.207Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-04T09:16:46.180Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-04T09:16:46.180Z] --- PASS: TestPingSwarmHeader (2.18s) [2022-05-04T09:16:46.180Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-04T09:16:46.180Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-04T09:16:46.180Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-04T09:16:46.180Z] === RUN TestVersion [2022-05-04T09:16:46.180Z] --- PASS: TestVersion (0.03s) [2022-05-04T09:16:46.180Z] === CONT TestDiskUsage [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/container_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/image_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/volume_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-04T09:16:46.740Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-04T09:16:46.996Z] === RUN TestDiskUsage/after_container.Run [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-04T09:16:47.253Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage (1.24s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.02s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.02s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-04T09:16:47.509Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-04T09:16:47.509Z] PASS [2022-05-04T09:16:47.509Z] [2022-05-04T09:16:47.509Z] === Skipped [2022-05-04T09:16:47.509Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:16:47.509Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:16:47.509Z] [2022-05-04T09:16:47.509Z] DONE 54 tests, 1 skipped in 22.593s [2022-05-04T09:16:47.509Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-04T09:16:47.509Z] INFO: Testing against a local daemon [2022-05-04T09:16:47.509Z] === RUN TestVolumesCreateAndList [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-04T09:16:47.765Z] === RUN TestVolumesRemove [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-04T09:16:47.765Z] === RUN TestVolumesInspect [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesInspect (0.01s) [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:16:47.765Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:16:47.765Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:16:47.765Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:16:47.765Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:16:47.766Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:16:47.766Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:16:47.766Z] PASS [2022-05-04T09:16:47.766Z] [2022-05-04T09:16:47.766Z] DONE 9 tests in 0.173s [2022-05-04T09:16:47.766Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:16:47.766Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14221 is not a child of this shell [2022-05-04T09:16:47.766Z] warning: PID 14221 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-04T09:16:47.766Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:16:47.766Z] [2022-05-04T09:16:47.766Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:16:47.766Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:16:47.766Z] [2022-05-04T09:16:47.766Z] To set a process to complain mode, use the command line tool [2022-05-04T09:16:47.766Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:16:47.766Z] Removing test suite binaries [2022-05-04T09:16:47.766Z] exiting test-integration [2022-05-04T09:16:47.766Z] ++ exit 0 [2022-05-04T09:16:47.766Z] Post stage [Pipeline] junit [2022-05-04T09:16:48.755Z] Recording test results [2022-05-04T09:16:49.484Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-04T09:16:49.484Z] [2022-05-04T09:16:49.484Z] ________ ____ __. [2022-05-04T09:16:49.484Z] \_____ \ | |/ _| [2022-05-04T09:16:49.484Z] / | \| < [2022-05-04T09:16:49.484Z] / | \ | \ [2022-05-04T09:16:49.484Z] \_______ /____|__ \ [2022-05-04T09:16:49.484Z] \/ \/ [2022-05-04T09:16:49.484Z] [2022-05-04T09:16:49.484Z] INFO: make.ps1 ended at 05/04/2022 09:16:41 [2022-05-04T09:16:49.484Z] INFO: Binaries build ended at 05/04/2022 09:16:42. Duration:00:01:40.1587347 [2022-05-04T09:16:49.484Z] INFO: Copying the built daemon binary to d:\CI\PR-43559\1\binary\dockerd-a35040222c.exe... [2022-05-04T09:16:49.484Z] INFO: Copying the built client binary to d:\CI\PR-43559\1\binary\docker-a35040222c.exe... [2022-05-04T09:16:49.484Z] INFO: Copying the golang package from the container to d:\CI\PR-43559\1\installer\go.zip... [2022-05-04T09:16:49.484Z] INFO: Extracting go.zip to d:\CI\PR-43559\1\go [2022-05-04T09:16:50.503Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-04T09:16:50.875Z] + echo Ensuring container killed. [2022-05-04T09:16:50.875Z] Ensuring container killed. [2022-05-04T09:16:50.875Z] + docker rm -vf docker-pr1 [2022-05-04T09:16:50.875Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-04T09:16:51.212Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:16:51.212Z] Chowning /workspace to jenkins user [2022-05-04T09:16:51.212Z] + id -u [2022-05-04T09:16:51.212Z] + id -g [2022-05-04T09:16:51.212Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:16:51.212Z] Unable to find image 'busybox:latest' locally [2022-05-04T09:16:51.212Z] latest: Pulling from library/busybox [2022-05-04T09:16:51.468Z] 50e8d59317eb: Pulling fs layer [2022-05-04T09:16:51.468Z] 50e8d59317eb: Download complete [2022-05-04T09:16:51.468Z] 50e8d59317eb: Pull complete [2022-05-04T09:16:51.468Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-04T09:16:51.468Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:16:53.167Z] + bundleName=amd64-rootless [2022-05-04T09:16:53.168Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-04T09:16:53.168Z] Creating amd64-rootless-bundles.tar.gz [2022-05-04T09:16:53.168Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-04T09:16:53.168Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-05-04T09:16:53.177Z] Archiving artifacts [2022-05-04T09:16:53.946Z] --- PASS: TestServiceWithDataPathPortInit (13.94s) [2022-05-04T09:16:53.946Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:16:54.264Z] INFO: Binaries build ended at 05/04/2022 09:16:52. Duration:00:02:16.8500796 [2022-05-04T09:16:54.599Z] 8f616e6e9eec: Pull complete [2022-05-04T09:16:54.736Z] INFO: Copying the built daemon binary to d:\CI\PR-43559\1\binary\dockerd-a35040222c.exe... [2022-05-04T09:16:54.736Z] INFO: Copying the built client binary to d:\CI\PR-43559\1\binary\docker-a35040222c.exe... [2022-05-04T09:16:54.736Z] INFO: Copying the golang package from the container to d:\CI\PR-43559\1\installer\go.zip... [2022-05-04T09:16:55.006Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T09:16:55.359Z] + make clean [2022-05-04T09:16:55.398Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:h6cdecwya7fvr2hfykxv28er6 Created:2022-05-04 09:16:54.009349742 +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[03f4ef0c047cc3fa33dc4faafca15b7771147feee8defbcf2921994b3d9127c4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a5ake3st0zybudamz5fvl3s79 EndpointID:49736a06b3bf7f4e93623d7ba908ce0cca496d1451870b6f32606cd83e52bf42 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:46e3175d53c90a9acdac033f3c6db958c2872bc23ca21d401569b6731ddf742c 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:a7a7f1f9cb51 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a5ake3st0zybudamz5fvl3s79 EndpointID:49736a06b3bf7f4e93623d7ba908ce0cca496d1451870b6f32606cd83e52bf42 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-04T09:16:55.616Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T09:16:55.616Z] docker-dev-cache [2022-05-04T09:16:55.616Z] docker-mod-cache [Pipeline] deleteDir [2022-05-04T09:16:55.726Z] INFO: Extracting go.zip to d:\CI\PR-43559\1\go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T09:17:00.649Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.08s) [2022-05-04T09:17:00.649Z] PASS [2022-05-04T09:17:00.649Z] [2022-05-04T09:17:00.649Z] === Skipped [2022-05-04T09:17:00.649Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:17:00.649Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:17:00.649Z] [2022-05-04T09:17:00.649Z] DONE 38 tests, 1 skipped in 44.232s [2022-05-04T09:17:00.649Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:17:00.649Z] INFO: Testing against a local daemon [2022-05-04T09:17:00.649Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-04T09:17:00.649Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:17:00.649Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:17:00.649Z] === RUN TestDockerNetworkIpvlan [2022-05-04T09:17:00.649Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:17:00.649Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:17:00.649Z] PASS [2022-05-04T09:17:00.649Z] [2022-05-04T09:17:00.649Z] === Skipped [2022-05-04T09:17:00.649Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:17:00.649Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:17:00.649Z] [2022-05-04T09:17:00.649Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:17:00.649Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:17:00.649Z] [2022-05-04T09:17:00.649Z] DONE 2 tests, 2 skipped in 0.024s [2022-05-04T09:17:00.649Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:17:00.649Z] INFO: Testing against a local daemon [2022-05-04T09:17:00.649Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-04T09:17:01.210Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s) [2022-05-04T09:17:01.210Z] === RUN TestDockerNetworkMacvlan [2022-05-04T09:17:01.772Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-04T09:17:02.700Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-04T09:17:03.261Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-04T09:17:05.156Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-04T09:17:07.054Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-04T09:17:10.330Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan (9.86s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.09s) [2022-05-04T09:17:10.894Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.71s) [2022-05-04T09:17:10.894Z] PASS [2022-05-04T09:17:10.894Z] [2022-05-04T09:17:10.894Z] DONE 8 tests in 11.171s [2022-05-04T09:17:10.894Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-04T09:17:10.894Z] testing: warning: no tests to run [2022-05-04T09:17:10.894Z] PASS [2022-05-04T09:17:10.894Z] [2022-05-04T09:17:10.894Z] DONE 0 tests in 0.008s [2022-05-04T09:17:10.894Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-04T09:17:10.894Z] INFO: Testing against a local daemon [2022-05-04T09:17:10.894Z] === RUN TestAuthZPluginAllowRequest [2022-05-04T09:17:12.259Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-05-04T09:17:12.259Z] === RUN TestAuthZPluginTLS [2022-05-04T09:17:12.820Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-04T09:17:12.820Z] === RUN TestAuthZPluginDenyRequest [2022-05-04T09:17:13.383Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-04T09:17:13.383Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-04T09:17:13.944Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-04T09:17:13.944Z] === RUN TestAuthZPluginDenyResponse [2022-05-04T09:17:14.201Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-04T09:17:14.201Z] === RUN TestAuthZPluginAllowEventStream [2022-05-04T09:17:14.605Z] INFO: Extraction ended at 05/04/2022 09:17:14. Duration:00:00:29.3569735 [2022-05-04T09:17:14.605Z] INFO: Updating the golang and path environment variables [2022-05-04T09:17:14.605Z] INFO: GOPATH=d:\gopath [2022-05-04T09:17:14.605Z] INFO: go version go1.18.1 windows/amd64 [2022-05-04T09:17:14.605Z] INFO: Running the daemon under test in debug mode [2022-05-04T09:17:14.605Z] INFO: Running the daemon under test in containerd mode [2022-05-04T09:17:14.605Z] INFO: Starting a daemon under test... [2022-05-04T09:17:14.605Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43559\1\daemon --pidfile d:\CI\PR-43559\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-05-04T09:17:14.605Z] INFO: Containerd started successfully. [2022-05-04T09:17:14.605Z] INFO: Process started successfully. [2022-05-04T09:17:14.605Z] INFO: Start tailing logs of the daemon under tests [2022-05-04T09:17:14.605Z] INFO: Waiting for the daemon under test to start... [2022-05-04T09:17:15.570Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-05-04T09:17:15.570Z] === RUN TestAuthZPluginErrorResponse [2022-05-04T09:17:16.133Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-04T09:17:16.133Z] === RUN TestAuthZPluginErrorRequest [2022-05-04T09:17:16.179Z] --- PASS: TestBuildWithHugeFile (50.32s) [2022-05-04T09:17:16.179Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:17:16.179Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:17:16.179Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:17:16.179Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:17:16.179Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:17:16.179Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:17:16.179Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:17:16.179Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:17:16.179Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:17:16.179Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:17:16.179Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:17:16.179Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:17:16.179Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:17:16.179Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-04T09:17:16.179Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2022-05-04T09:17:16.179Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-05-04T09:17:16.179Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-04T09:17:16.179Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:17:16.179Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-04T09:17:16.179Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-04T09:17:16.179Z] --- PASS: TestBuildPreserveOwnership (2.82s) [2022-05-04T09:17:16.179Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.89s) [2022-05-04T09:17:16.179Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s) [2022-05-04T09:17:16.179Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:17:16.179Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-04T09:17:16.179Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-04T09:17:16.179Z] Loaded image: busybox:latest [2022-05-04T09:17:16.179Z] Loaded image: busybox:glibc [2022-05-04T09:17:16.179Z] Loaded image: debian:bullseye-slim [2022-05-04T09:17:16.179Z] Loaded image: hello-world:latest [2022-05-04T09:17:16.179Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:17:16.697Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-04T09:17:16.697Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-04T09:17:16.954Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-05-04T09:17:16.954Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-04T09:17:18.848Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.47s) [2022-05-04T09:17:18.848Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-04T09:17:20.217Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2022-05-04T09:17:20.217Z] === RUN TestAuthZPluginHeader [2022-05-04T09:17:20.575Z] .........................xx.................... [ 29%] [2022-05-04T09:17:20.782Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-04T09:17:20.782Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-04T09:17:22.773Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.10s) [2022-05-04T09:17:22.773Z] PASS [2022-05-04T09:17:22.773Z] [2022-05-04T09:17:22.773Z] === Skipped [2022-05-04T09:17:22.773Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-04T09:17:22.773Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:17:22.773Z] [2022-05-04T09:17:22.773Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:17:22.773Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:17:22.773Z] [2022-05-04T09:17:22.773Z] DONE 34 tests, 2 skipped in 80.489s [2022-05-04T09:17:22.773Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-04T09:17:22.773Z] ++ 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-05-04T09:17:22.773Z] ++ set -e [2022-05-04T09:17:22.773Z] ++ '[' -n 0 ']' [2022-05-04T09:17:22.773Z] ++ set -x [2022-05-04T09:17:22.773Z] ++ 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-05-04T09:17:22.773Z] INFO: Testing against a local daemon [2022-05-04T09:17:22.773Z] === RUN TestConfigInspect [2022-05-04T09:17:24.683Z] --- PASS: TestConfigInspect (2.30s) [2022-05-04T09:17:24.683Z] === RUN TestConfigList [2022-05-04T09:17:24.953Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.96s) [2022-05-04T09:17:24.953Z] === RUN TestAuthZPluginV2Disable [2022-05-04T09:17:27.229Z] --- PASS: TestConfigList (2.12s) [2022-05-04T09:17:27.229Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:17:28.227Z] --- PASS: TestAuthZPluginV2Disable (3.39s) [2022-05-04T09:17:28.227Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-04T09:17:29.145Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-04T09:17:29.145Z] === RUN TestConfigsUpdate [2022-05-04T09:17:31.061Z] --- PASS: TestConfigsUpdate (1.82s) [2022-05-04T09:17:31.061Z] === RUN TestTemplatedConfig [2022-05-04T09:17:31.504Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.25s) [2022-05-04T09:17:31.504Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-04T09:17:31.601Z] INFO: Extraction ended at 05/04/2022 09:17:31. Duration:00:00:35.6385855 [2022-05-04T09:17:31.601Z] INFO: Updating the golang and path environment variables [2022-05-04T09:17:31.601Z] INFO: GOPATH=d:\gopath [2022-05-04T09:17:31.601Z] INFO: go version go1.18.1 windows/amd64 [2022-05-04T09:17:31.601Z] INFO: Running the daemon under test in debug mode [2022-05-04T09:17:31.601Z] INFO: Starting a daemon under test... [2022-05-04T09:17:31.601Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43559\1\daemon --pidfile d:\CI\PR-43559\1\docker.pid -D [2022-05-04T09:17:31.601Z] INFO: Process started successfully. [2022-05-04T09:17:31.601Z] INFO: Start tailing logs of the daemon under tests [2022-05-04T09:17:31.601Z] INFO: Waiting for the daemon under test to start... [2022-05-04T09:17:33.614Z] --- PASS: TestTemplatedConfig (2.39s) [2022-05-04T09:17:33.614Z] === RUN TestConfigCreateResolve [2022-05-04T09:17:35.526Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-05-04T09:17:35.526Z] PASS [2022-05-04T09:17:35.526Z] [2022-05-04T09:17:35.526Z] DONE 6 tests in 13.047s [2022-05-04T09:17:35.526Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-04T09:17:35.526Z] ++ 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-05-04T09:17:35.526Z] ++ set -e [2022-05-04T09:17:35.526Z] ++ '[' -n 0 ']' [2022-05-04T09:17:35.526Z] ++ set -x [2022-05-04T09:17:35.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-04T09:17:35.526Z] INFO: Testing against a local daemon [2022-05-04T09:17:35.526Z] === RUN TestCheckpoint [2022-05-04T09:17:35.526Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:17:35.526Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:17:35.526Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-04T09:17:35.526Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-04T09:17:35.526Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-04T09:17:35.526Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-04T09:17:35.526Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:17:35.526Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-05-04T09:17:35.526Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:17:35.654Z] ...INFO: Daemon under test started and replied! [2022-05-04T09:17:35.654Z] INFO: Docker version of the daemon under test [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] Client: [2022-05-04T09:17:35.654Z] Version: 17.06.2-ce [2022-05-04T09:17:35.654Z] API version: 1.30 [2022-05-04T09:17:35.654Z] Go version: go1.8.3 [2022-05-04T09:17:35.654Z] Git commit: cec0b72 [2022-05-04T09:17:35.654Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-04T09:17:35.654Z] OS/Arch: windows/amd64 [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] Server: [2022-05-04T09:17:35.654Z] Version: 0.0.0-dev [2022-05-04T09:17:35.654Z] API version: 1.42 (minimum version 1.24) [2022-05-04T09:17:35.654Z] Go version: go1.18.1 [2022-05-04T09:17:35.654Z] Git commit: a35040222c [2022-05-04T09:17:35.654Z] Built: [2022-05-04T09:17:35.654Z] OS/Arch: windows/amd64 [2022-05-04T09:17:35.654Z] Experimental: false [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] INFO: Docker info of the daemon under test [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] Containers: 0 [2022-05-04T09:17:35.654Z] Running: 0 [2022-05-04T09:17:35.654Z] Paused: 0 [2022-05-04T09:17:35.654Z] Stopped: 0 [2022-05-04T09:17:35.654Z] Images: 0 [2022-05-04T09:17:35.654Z] Server Version: 0.0.0-dev [2022-05-04T09:17:35.654Z] Storage Driver: windowsfilter [2022-05-04T09:17:35.654Z] Windows: [2022-05-04T09:17:35.654Z] Logging Driver: json-file [2022-05-04T09:17:35.654Z] Plugins: [2022-05-04T09:17:35.654Z] Volume: local [2022-05-04T09:17:35.654Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:17:35.654Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:17:35.654Z] Swarm: inactive [2022-05-04T09:17:35.654Z] Default Isolation: process [2022-05-04T09:17:35.654Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T09:17:35.654Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-04T09:17:35.654Z] OSType: windows [2022-05-04T09:17:35.654Z] Architecture: x86_64 [2022-05-04T09:17:35.654Z] CPUs: 4 [2022-05-04T09:17:35.654Z] Total Memory: 32GiB [2022-05-04T09:17:35.654Z] Name: azwin-2-74be70 [2022-05-04T09:17:35.654Z] ID: TOHA:B5KK:VEWX:YF55:WLJS:TD3K:PMDH:Y6CF:PSND:KYIH:7JIW:5ZBG [2022-05-04T09:17:35.654Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T09:17:35.654Z] Debug Mode (client): false [2022-05-04T09:17:35.654Z] Debug Mode (server): true [2022-05-04T09:17:35.654Z] File Descriptors: -1 [2022-05-04T09:17:35.654Z] Goroutines: 29 [2022-05-04T09:17:35.654Z] System Time: 2022-05-04T09:17:34.0395363Z [2022-05-04T09:17:35.654Z] EventsListeners: 0 [2022-05-04T09:17:35.654Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:17:35.654Z] Labels: [2022-05-04T09:17:35.654Z] Experimental: false [2022-05-04T09:17:35.654Z] Insecure Registries: [2022-05-04T09:17:35.654Z] 127.0.0.0/8 [2022-05-04T09:17:35.654Z] Live Restore Enabled: false [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] INFO: Docker images of the daemon under test [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:17:35.654Z] [2022-05-04T09:17:35.654Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-04T09:17:35.654Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-04T09:17:35.654Z] ltsc2022: Pulling from windows/servercore [2022-05-04T09:17:35.654Z] 8f616e6e9eec: Pulling fs layer [2022-05-04T09:17:35.654Z] dccd9e4d14d3: Pulling fs layer [2022-05-04T09:17:35.787Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-04T09:17:35.787Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:17:35.787Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-04T09:17:35.787Z] === RUN TestCopyEmptyFile [2022-05-04T09:17:36.050Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-04T09:17:36.050Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:17:36.050Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-04T09:17:36.050Z] === RUN TestCopyFromContainer [2022-05-04T09:17:36.984Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-04T09:17:36.992Z] === RUN TestCopyFromContainer// [2022-05-04T09:17:36.992Z] === RUN TestCopyFromContainer//bar/root [2022-05-04T09:17:36.992Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-04T09:17:36.992Z] === RUN TestCopyFromContainer/bar/quux [2022-05-04T09:17:37.254Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-04T09:17:37.254Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-04T09:17:37.254Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-04T09:17:37.254Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-04T09:17:37.254Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-04T09:17:37.514Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer (1.54s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-04T09:17:37.514Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-04T09:17:37.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:17:37.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:17:37.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:17:37.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:17:37.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:17:37.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:17:37.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:17:37.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:17:37.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:17:37.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:17:37.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-04T09:17:37.514Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:17:37.514Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-04T09:17:37.514Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:17:37.514Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:17:37.514Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:17:37.514Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:17:37.514Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:17:37.514Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:17:37.514Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:17:37.514Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:17:37.514Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:17:37.514Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:17:37.514Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:17:37.514Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:17:37.514Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:17:37.514Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-04T09:17:37.514Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:17:38.902Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2022-05-04T09:17:38.902Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:17:40.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:17:40.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:17:40.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:17:40.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:17:40.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:17:40.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:17:40.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:17:40.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:17:40.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:17:40.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:17:40.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-04T09:17:40.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-04T09:17:40.292Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:17:40.553Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-05-04T09:17:40.553Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:17:40.553Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:17:40.553Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:17:40.553Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-04T09:17:40.553Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:17:40.553Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:17:40.553Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:17:40.553Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-04T09:17:40.553Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:17:40.553Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-04T09:17:40.553Z] === RUN TestContainerStartOnDaemonRestart [2022-05-04T09:17:40.553Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-04T09:17:40.553Z] === RUN TestDaemonRestartIpcMode [2022-05-04T09:17:40.553Z] === PAUSE TestDaemonRestartIpcMode [2022-05-04T09:17:40.553Z] === RUN TestDaemonHostGatewayIP [2022-05-04T09:17:40.553Z] === PAUSE TestDaemonHostGatewayIP [2022-05-04T09:17:40.553Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-04T09:17:40.553Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-04T09:17:40.553Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:17:40.553Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-04T09:17:40.553Z] === RUN TestDiff [2022-05-04T09:17:40.864Z] --- PASS: TestDiff (0.43s) [2022-05-04T09:17:40.864Z] === RUN TestExecWithCloseStdin [2022-05-04T09:17:41.452Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-05-04T09:17:41.452Z] === RUN TestExec [2022-05-04T09:17:42.031Z] --- PASS: TestExec (0.53s) [2022-05-04T09:17:42.031Z] === RUN TestExecUser [2022-05-04T09:17:42.605Z] --- PASS: TestExecUser (0.52s) [2022-05-04T09:17:42.605Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:17:43.177Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2022-05-04T09:17:43.177Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:17:43.676Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.65s) [2022-05-04T09:17:43.676Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-04T09:17:44.553Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-04T09:17:44.564Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-05-04T09:17:44.564Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:17:44.826Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-05-04T09:17:44.826Z] === RUN TestHealthKillContainer [2022-05-04T09:17:49.339Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-04T09:17:50.456Z] 8f616e6e9eec: Verifying Checksum [2022-05-04T09:17:50.456Z] 8f616e6e9eec: Download complete [2022-05-04T09:17:52.850Z] .....INFO: Daemon under test started and replied! [2022-05-04T09:17:52.850Z] INFO: Docker version of the daemon under test [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] Client: [2022-05-04T09:17:52.850Z] Version: 17.06.2-ce [2022-05-04T09:17:52.850Z] API version: 1.30 [2022-05-04T09:17:52.850Z] Go version: go1.8.3 [2022-05-04T09:17:52.850Z] Git commit: cec0b72 [2022-05-04T09:17:52.850Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-04T09:17:52.850Z] OS/Arch: windows/amd64 [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] Server: [2022-05-04T09:17:52.850Z] Version: 0.0.0-dev [2022-05-04T09:17:52.850Z] API version: 1.42 (minimum version 1.24) [2022-05-04T09:17:52.850Z] Go version: go1.18.1 [2022-05-04T09:17:52.850Z] Git commit: a35040222c [2022-05-04T09:17:52.850Z] Built: [2022-05-04T09:17:52.850Z] OS/Arch: windows/amd64 [2022-05-04T09:17:52.850Z] Experimental: false [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] INFO: Docker info of the daemon under test [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] Containers: 0 [2022-05-04T09:17:52.850Z] Running: 0 [2022-05-04T09:17:52.850Z] Paused: 0 [2022-05-04T09:17:52.850Z] Stopped: 0 [2022-05-04T09:17:52.850Z] Images: 0 [2022-05-04T09:17:52.850Z] Server Version: 0.0.0-dev [2022-05-04T09:17:52.850Z] Storage Driver: windowsfilter [2022-05-04T09:17:52.850Z] Windows: [2022-05-04T09:17:52.850Z] Logging Driver: json-file [2022-05-04T09:17:52.850Z] Plugins: [2022-05-04T09:17:52.850Z] Volume: local [2022-05-04T09:17:52.850Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T09:17:52.850Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T09:17:52.850Z] Swarm: inactive [2022-05-04T09:17:52.850Z] Default Isolation: process [2022-05-04T09:17:52.850Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-04T09:17:52.850Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-04T09:17:52.850Z] OSType: windows [2022-05-04T09:17:52.850Z] Architecture: x86_64 [2022-05-04T09:17:52.850Z] CPUs: 4 [2022-05-04T09:17:52.850Z] Total Memory: 32GiB [2022-05-04T09:17:52.850Z] Name: azwin-2-04b450 [2022-05-04T09:17:52.850Z] ID: BGNT:TWRF:EW7X:TU6I:Q5GS:V6AE:FSKX:BYK7:XQJR:UESG:WORK:G22Y [2022-05-04T09:17:52.850Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T09:17:52.850Z] Debug Mode (client): false [2022-05-04T09:17:52.850Z] Debug Mode (server): true [2022-05-04T09:17:52.850Z] File Descriptors: -1 [2022-05-04T09:17:52.850Z] Goroutines: 16 [2022-05-04T09:17:52.850Z] System Time: 2022-05-04T09:17:51.0486693Z [2022-05-04T09:17:52.850Z] EventsListeners: 0 [2022-05-04T09:17:52.850Z] Registry: https://index.docker.io/v1/ [2022-05-04T09:17:52.850Z] Labels: [2022-05-04T09:17:52.850Z] Experimental: false [2022-05-04T09:17:52.850Z] Insecure Registries: [2022-05-04T09:17:52.850Z] 127.0.0.0/8 [2022-05-04T09:17:52.850Z] Live Restore Enabled: false [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] INFO: Docker images of the daemon under test [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:17:52.850Z] [2022-05-04T09:17:52.850Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-04T09:17:52.850Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-05-04T09:17:52.850Z] ltsc2019: Pulling from windows/servercore [2022-05-04T09:17:52.850Z] 4612f6d0b889: Pulling fs layer [2022-05-04T09:17:52.850Z] ba8181afd426: Pulling fs layer [2022-05-04T09:17:52.971Z] --- PASS: TestHealthKillContainer (7.89s) [2022-05-04T09:17:52.971Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:17:53.233Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2022-05-04T09:17:53.233Z] === RUN TestIpcModeNone [2022-05-04T09:17:53.805Z] --- PASS: TestIpcModeNone (0.48s) [2022-05-04T09:17:53.805Z] === RUN TestIpcModePrivate [2022-05-04T09:17:54.066Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-05-04T09:17:54.066Z] --- PASS: TestIpcModePrivate (0.48s) [2022-05-04T09:17:54.066Z] === RUN TestIpcModeShareable [2022-05-04T09:17:54.638Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-05-04T09:17:54.638Z] --- PASS: TestIpcModeShareable (0.46s) [2022-05-04T09:17:54.638Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-04T09:17:55.139Z] dccd9e4d14d3: Verifying Checksum [2022-05-04T09:17:55.139Z] dccd9e4d14d3: Download complete [2022-05-04T09:17:56.029Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.46s) [2022-05-04T09:17:56.029Z] === RUN TestAPIIpcModeHost [2022-05-04T09:17:56.601Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-05-04T09:17:56.601Z] === RUN TestDaemonIpcModeShareable [2022-05-04T09:17:57.543Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-04T09:17:57.543Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-05-04T09:17:57.543Z] === RUN TestDaemonIpcModePrivate [2022-05-04T09:17:58.518Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-04T09:17:58.518Z] PASS [2022-05-04T09:17:58.518Z] [2022-05-04T09:17:58.518Z] DONE 17 tests in 47.537s [2022-05-04T09:17:58.518Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-04T09:17:58.518Z] INFO: Testing against a local daemon [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:17:58.518Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:17:58.518Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:17:58.518Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:17:58.518Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:17:58.518Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:17:58.518Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:17:58.518Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:17:58.518Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:17:58.518Z] === RUN TestPluginInstall [2022-05-04T09:17:58.518Z] === RUN TestPluginInstall/no_auth [2022-05-04T09:17:58.603Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:17:58.603Z] Using test binary docker [2022-05-04T09:17:58.603Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-04T09:17:58.603Z] Using test binary docker [2022-05-04T09:17:58.603Z] +++ /etc/init.d/apparmor start+++ /etc/init.d/apparmor start [2022-05-04T09:17:58.603Z] [2022-05-04T09:17:58.603Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ...: already loaded with profiles.: Skipped. ... (warning). (warning). [2022-05-04T09:17:58.603Z] [2022-05-04T09:17:58.603Z] INFO: Waiting for daemon to start... [2022-05-04T09:17:58.603Z] Starting dockerd [2022-05-04T09:17:58.603Z] +++ 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-05-04T09:17:58.603Z] INFO: Waiting for daemon to start... [2022-05-04T09:17:58.603Z] Starting dockerd [2022-05-04T09:17:58.603Z] +++ 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-05-04T09:17:58.927Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-04T09:17:58.927Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-05-04T09:17:58.927Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-04T09:17:59.447Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:17:59.447Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f01c62ee51a19a2e841da1a54f9d1b078fed7c14abc0aeda0512ea52a83cc2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:17:59.447Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:17:59.447Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f01c62ee51a19a2e841da1a54f9d1b078fed7c14abc0aeda0512ea52a83cc2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:17:59.705Z] === RUN TestPluginInstall/with_htpasswd [2022-05-04T09:17:59.871Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-04T09:17:59.871Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-05-04T09:17:59.871Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-04T09:17:59.961Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:17:59.961Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9164d6525e0c535ffdd885fba49c092b1a4f55d0f989d7a51c3fdd65b9e755b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:17:59.961Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:17:59.961Z] time="2022-05-04T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9164d6525e0c535ffdd885fba49c092b1a4f55d0f989d7a51c3fdd65b9e755b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:18:00.218Z] === RUN TestPluginInstall/with_insecure [2022-05-04T09:18:00.816Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-04T09:18:01.079Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2022-05-04T09:18:01.079Z] === RUN TestIpcModeOlderClient [2022-05-04T09:18:01.079Z] === PAUSE TestIpcModeOlderClient [2022-05-04T09:18:01.079Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:18:01.163Z] time="2022-05-04T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:18:01.163Z] time="2022-05-04T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6c478f3b7e5302d3999ede5f8fce596730ca3c6e0b11a9b5612e2224088579e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:18:01.164Z] time="2022-05-04T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:18:01.164Z] time="2022-05-04T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6c478f3b7e5302d3999ede5f8fce596730ca3c6e0b11a9b5612e2224088579e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:18:01.424Z] plugin_test.go:195: [df00b8117f504] daemon is not started [2022-05-04T09:18:01.424Z] --- PASS: TestPluginInstall (2.78s) [2022-05-04T09:18:01.424Z] --- PASS: TestPluginInstall/no_auth (1.06s) [2022-05-04T09:18:01.424Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-05-04T09:18:01.424Z] --- PASS: TestPluginInstall/with_insecure (1.11s) [2022-05-04T09:18:01.424Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:18:01.653Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-05-04T09:18:01.653Z] === RUN TestKillContainer [2022-05-04T09:18:01.653Z] === RUN TestKillContainer/no_signal [2022-05-04T09:18:01.916Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:18:02.178Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:18:02.752Z] --- PASS: TestKillContainer (1.27s) [2022-05-04T09:18:02.752Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-05-04T09:18:02.752Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-05-04T09:18:02.752Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-05-04T09:18:02.752Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:18:02.752Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-04T09:18:02.814Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-04T09:18:03.326Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-04T09:18:03.745Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-04T09:18:03.900Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s) [2022-05-04T09:18:03.900Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-05-04T09:18:03.900Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-05-04T09:18:03.900Z] === RUN TestKillStoppedContainer [2022-05-04T09:18:03.900Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-04T09:18:03.900Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:18:04.162Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-04T09:18:04.162Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:18:04.423Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-04T09:18:04.423Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:18:04.674Z] --- PASS: TestPluginsWithRuntimes (3.36s) [2022-05-04T09:18:04.674Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-05-04T09:18:04.674Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-05-04T09:18:04.674Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:18:04.997Z] --- PASS: TestInspectOomKilledTrue (0.53s) [2022-05-04T09:18:04.997Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:18:05.099Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-04T09:18:05.171Z] .. [2022-05-04T09:18:05.171Z] [2022-05-04T09:18:05.171Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:18:05.171Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-04T09:18:05.237Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-05-04T09:18:05.237Z] PASS [2022-05-04T09:18:05.237Z] [2022-05-04T09:18:05.237Z] DONE 24 tests in 6.757s [2022-05-04T09:18:05.237Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-04T09:18:05.237Z] INFO: Testing against a local daemon [2022-05-04T09:18:05.237Z] === RUN TestExternalGraphDriver [2022-05-04T09:18:05.400Z] ba8181afd426: Verifying Checksum [2022-05-04T09:18:05.400Z] ba8181afd426: Download complete [2022-05-04T09:18:05.429Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:18:05.429Z] Error: No such image: emptyfs [2022-05-04T09:18:05.429Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-04T09:18:05.429Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-04T09:18:05.429Z] ++++ docker load [2022-05-04T09:18:05.429Z] Error: No such image: emptyfs [2022-05-04T09:18:05.429Z] ++++ docker load [2022-05-04T09:18:05.429Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-04T09:18:05.493Z] === RUN TestExternalGraphDriver/json [2022-05-04T09:18:05.567Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-05-04T09:18:05.567Z] === RUN TestLinksEtcHostsContentMatch [2022-05-04T09:18:05.688Z] Running integration-test (iteration 1) [2022-05-04T09:18:05.688Z] Running integration-test (iteration 1) [2022-05-04T09:18:05.688Z] 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-05-04T09:18:05.688Z] ++ 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-05-04T09:18:05.688Z] ++ set -e [2022-05-04T09:18:05.688Z] ++ '[' -n 0 ']' [2022-05-04T09:18:05.688Z] ++ set -x [2022-05-04T09:18:05.688Z] ++ 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-05-04T09:18:05.688Z] 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-05-04T09:18:05.688Z] ++ 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-05-04T09:18:05.688Z] ++ set -e [2022-05-04T09:18:05.688Z] ++ '[' -n 0 ']' [2022-05-04T09:18:05.688Z] ++ set -x [2022-05-04T09:18:05.688Z] ++ 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-05-04T09:18:05.828Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-05-04T09:18:05.828Z] === RUN TestLinksContainerNames [2022-05-04T09:18:06.772Z] --- PASS: TestLinksContainerNames (0.85s) [2022-05-04T09:18:06.772Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:18:07.034Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-05-04T09:18:07.034Z] === RUN TestContainerNetworkMountsNoChown [2022-05-04T09:18:07.070Z] Loaded image: busybox:latest [2022-05-04T09:18:07.070Z] Loaded image: busybox:latest [2022-05-04T09:18:07.329Z] Loaded image: busybox:glibc [2022-05-04T09:18:07.329Z] Loaded image: busybox:glibc [2022-05-04T09:18:07.388Z] === RUN TestExternalGraphDriver/spec [2022-05-04T09:18:07.606Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/default [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/default [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/private [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/private [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/rprivate [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/slave [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/slave [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/rslave [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/shared [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/shared [2022-05-04T09:18:07.606Z] === RUN TestMountDaemonRoot/rshared [2022-05-04T09:18:07.606Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-04T09:18:07.606Z] === CONT TestMountDaemonRoot/default [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rshared [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/shared [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rslave [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/slave [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rprivate [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/private [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:18:07.607Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-04T09:18:07.607Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-04T09:18:07.607Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:18:07.867Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-04T09:18:07.867Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-04T09:18:07.868Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-04T09:18:07.868Z] === RUN TestContainerBindMountNonRecursive [2022-05-04T09:18:08.752Z] === RUN TestExternalGraphDriver/pull [2022-05-04T09:18:09.250Z] --- PASS: TestContainerBindMountNonRecursive (1.22s) [2022-05-04T09:18:09.250Z] === RUN TestContainerVolumesMountedAsShared [2022-05-04T09:18:09.511Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-05-04T09:18:09.511Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-04T09:18:09.772Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-05-04T09:18:09.772Z] === RUN TestNetworkNat [2022-05-04T09:18:10.343Z] --- PASS: TestNetworkNat (0.42s) [2022-05-04T09:18:10.343Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:18:10.643Z] --- PASS: TestExternalGraphDriver (4.95s) [2022-05-04T09:18:10.643Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-05-04T09:18:10.643Z] --- PASS: TestExternalGraphDriver/spec (1.66s) [2022-05-04T09:18:10.643Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-05-04T09:18:10.643Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:18:10.915Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-05-04T09:18:10.915Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:18:11.517Z] Loaded image: debian:bullseye-slim [2022-05-04T09:18:11.518Z] Loaded image: debian:bullseye-slim [2022-05-04T09:18:11.776Z] Loaded image: hello-world:latest [2022-05-04T09:18:11.776Z] Loaded image: hello-world:latest [2022-05-04T09:18:12.036Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:18:12.036Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:18:12.036Z] INFO: Testing against a local daemon [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite [2022-05-04T09:18:12.036Z] INFO: Testing against a local daemon [2022-05-04T09:18:12.036Z] === RUN TestDockerDaemonSuite [2022-05-04T09:18:12.036Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-04T09:18:12.036Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-04T09:18:13.460Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-05-04T09:18:13.460Z] === RUN TestPause [2022-05-04T09:18:13.723Z] --- PASS: TestPause (0.41s) [2022-05-04T09:18:13.723Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:18:13.723Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:18:13.723Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:18:13.723Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:18:13.941Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-04T09:18:13.941Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-04T09:18:14.077Z] 4612f6d0b889: Verifying Checksum [2022-05-04T09:18:14.077Z] 4612f6d0b889: Download complete [2022-05-04T09:18:14.296Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2022-05-04T09:18:14.296Z] === RUN TestPidHost [2022-05-04T09:18:14.510Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-04T09:18:14.510Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-04T09:18:14.812Z] --- PASS: TestGraphdriverPluginV2 (3.90s) [2022-05-04T09:18:14.812Z] PASS [2022-05-04T09:18:14.812Z] [2022-05-04T09:18:14.812Z] DONE 5 tests in 8.890s [2022-05-04T09:18:14.812Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-04T09:18:14.812Z] INFO: Testing against a local daemon [2022-05-04T09:18:14.812Z] === RUN TestContinueAfterPluginCrash [2022-05-04T09:18:14.812Z] === PAUSE TestContinueAfterPluginCrash [2022-05-04T09:18:14.812Z] === RUN TestReadPluginNoRead [2022-05-04T09:18:14.812Z] === PAUSE TestReadPluginNoRead [2022-05-04T09:18:14.812Z] === RUN TestDaemonStartWithLogOpt [2022-05-04T09:18:14.812Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-04T09:18:14.812Z] === CONT TestContinueAfterPluginCrash [2022-05-04T09:18:14.812Z] === CONT TestDaemonStartWithLogOpt [2022-05-04T09:18:15.078Z] --- PASS: TestBuildWithHugeFile (127.94s) [2022-05-04T09:18:15.078Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:18:15.078Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:18:15.078Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:18:15.078Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:18:15.078Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:18:15.078Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:18:15.078Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:18:15.078Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:18:15.078Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:18:15.078Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:18:15.078Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:18:15.078Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:18:15.242Z] --- PASS: TestPidHost (0.96s) [2022-05-04T09:18:15.242Z] === RUN TestPsFilter [2022-05-04T09:18:15.242Z] --- PASS: TestPsFilter (0.10s) [2022-05-04T09:18:15.242Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:18:15.337Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-04T09:18:15.337Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:18:15.337Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-04T09:18:15.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2022-05-04T09:18:15.337Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2022-05-04T09:18:15.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-04T09:18:15.337Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:18:15.337Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-04T09:18:15.337Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-04T09:18:15.337Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-04T09:18:15.349Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-04T09:18:15.816Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-05-04T09:18:15.816Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:18:16.077Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-05-04T09:18:16.078Z] === RUN TestRemoveContainerRunning [2022-05-04T09:18:16.339Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-04T09:18:16.339Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:18:16.719Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-04T09:18:16.756Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-04T09:18:16.913Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-05-04T09:18:16.913Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:18:16.913Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-04T09:18:16.913Z] === RUN TestRenameLinkedContainer [2022-05-04T09:18:16.977Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-04T09:18:16.978Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-04T09:18:16.978Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-04T09:18:17.911Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-04T09:18:18.085Z] --- PASS: TestDaemonStartWithLogOpt (3.52s) [2022-05-04T09:18:18.085Z] === CONT TestReadPluginNoRead [2022-05-04T09:18:18.169Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-04T09:18:18.169Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-04T09:18:18.826Z] --- PASS: TestRenameLinkedContainer (1.80s) [2022-05-04T09:18:18.826Z] === RUN TestRenameStoppedContainer [2022-05-04T09:18:19.087Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-04T09:18:19.087Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:18:19.106Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-04T09:18:19.106Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-04T09:18:19.106Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-04T09:18:19.106Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-04T09:18:19.364Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-04T09:18:19.931Z] --- PASS: TestBuildPreserveOwnership (4.53s) [2022-05-04T09:18:19.931Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.84s) [2022-05-04T09:18:19.931Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.68s) [2022-05-04T09:18:19.931Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:18:19.931Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-04T09:18:19.931Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-04T09:18:19.976Z] === RUN TestReadPluginNoRead/default [2022-05-04T09:18:20.028Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2022-05-04T09:18:20.028Z] === RUN TestRenameInvalidName [2022-05-04T09:18:20.288Z] --- PASS: TestRenameInvalidName (0.41s) [2022-05-04T09:18:20.288Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:18:20.865Z] Loaded image: busybox:latest [2022-05-04T09:18:20.865Z] Loaded image: busybox:glibc [2022-05-04T09:18:20.955Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-04T09:18:21.342Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-04T09:18:22.201Z] --- PASS: TestRenameAnonymousContainer (1.61s) [2022-05-04T09:18:22.201Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:18:22.240Z] Loaded image: debian:bullseye-slim [2022-05-04T09:18:22.241Z] Loaded image: hello-world:latest [2022-05-04T09:18:22.270Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-04T09:18:22.461Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-05-04T09:18:22.461Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:18:22.499Z] Loaded image: arm32v7/hello-world:latest [2022-05-04T09:18:22.526Z] --- PASS: TestContinueAfterPluginCrash (8.41s) [2022-05-04T09:18:23.067Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-04T09:18:23.405Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-05-04T09:18:23.405Z] === RUN TestResize [2022-05-04T09:18:23.666Z] --- PASS: TestResize (0.43s) [2022-05-04T09:18:23.666Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:18:23.896Z] === CONT TestReadPluginNoRead [2022-05-04T09:18:23.896Z] read_test.go:92: [dba4262a262ba] daemon is not started [2022-05-04T09:18:23.896Z] --- PASS: TestReadPluginNoRead (5.89s) [2022-05-04T09:18:23.896Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-05-04T09:18:23.896Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-05-04T09:18:23.896Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2022-05-04T09:18:23.896Z] PASS [2022-05-04T09:18:23.896Z] [2022-05-04T09:18:23.896Z] DONE 6 tests in 9.432s [2022-05-04T09:18:23.896Z] 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-05-04T09:18:23.896Z] testing: warning: no tests to run [2022-05-04T09:18:23.896Z] PASS [2022-05-04T09:18:23.896Z] [2022-05-04T09:18:23.896Z] DONE 0 tests in 0.007s [2022-05-04T09:18:23.896Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-04T09:18:23.896Z] INFO: Testing against a local daemon [2022-05-04T09:18:23.896Z] === RUN TestPluginWithDevMounts [2022-05-04T09:18:23.896Z] === PAUSE TestPluginWithDevMounts [2022-05-04T09:18:23.896Z] === CONT TestPluginWithDevMounts [2022-05-04T09:18:23.928Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-05-04T09:18:23.928Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:18:24.505Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:24.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:24.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:24.505Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:18:24.505Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:24.974Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-04T09:18:25.267Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-05-04T09:18:25.267Z] PASS [2022-05-04T09:18:25.267Z] [2022-05-04T09:18:25.267Z] DONE 1 tests in 1.588s [2022-05-04T09:18:25.267Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-04T09:18:25.267Z] INFO: Testing against a local daemon [2022-05-04T09:18:25.267Z] === RUN TestSecretInspect [2022-05-04T09:18:25.647Z] ............................ [ 66%] [2022-05-04T09:18:26.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:18:27.510Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-04T09:18:27.789Z] --- PASS: TestSecretInspect (2.20s) [2022-05-04T09:18:27.789Z] === RUN TestSecretList [2022-05-04T09:18:27.855Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:18:28.428Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:18:28.891Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-04T09:18:29.373Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:18:29.459Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-04T09:18:29.691Z] --- PASS: TestSecretList (2.17s) [2022-05-04T09:18:29.691Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:18:30.317Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:18:30.395Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-04T09:18:31.259Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:18:31.332Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-04T09:18:31.898Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-05-04T09:18:32.158Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.29s) [2022-05-04T09:18:32.158Z] PASS [2022-05-04T09:18:32.158Z] [2022-05-04T09:18:32.158Z] === Skipped [2022-05-04T09:18:32.158Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-04T09:18:32.158Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:18:32.158Z] [2022-05-04T09:18:32.158Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:18:32.158Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:18:32.158Z] [2022-05-04T09:18:32.158Z] DONE 34 tests, 2 skipped in 193.917s [2022-05-04T09:18:32.200Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:18:32.206Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2022-05-04T09:18:32.206Z] === RUN TestSecretsUpdate [2022-05-04T09:18:32.416Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-04T09:18:32.417Z] ++ 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-05-04T09:18:32.417Z] ++ set -e [2022-05-04T09:18:32.417Z] ++ '[' -n 0 ']' [2022-05-04T09:18:32.417Z] ++ set -x [2022-05-04T09:18:32.417Z] ++ 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-05-04T09:18:32.417Z] INFO: Testing against a local daemon [2022-05-04T09:18:32.417Z] === RUN TestConfigInspect [2022-05-04T09:18:32.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:33.715Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:33.791Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-04T09:18:33.984Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:18:34.095Z] --- PASS: TestSecretsUpdate (2.19s) [2022-05-04T09:18:34.095Z] === RUN TestTemplatedSecret [2022-05-04T09:18:34.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:18:35.170Z] --- PASS: TestConfigInspect (2.53s) [2022-05-04T09:18:35.170Z] === RUN TestConfigList [2022-05-04T09:18:35.170Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-04T09:18:35.191Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:18:36.109Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-04T09:18:36.109Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-04T09:18:36.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:36.619Z] --- PASS: TestTemplatedSecret (2.56s) [2022-05-04T09:18:36.619Z] === RUN TestSecretCreateResolve [2022-05-04T09:18:36.678Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-04T09:18:37.618Z] docker_cli_daemon_test.go:1472: [dd72038234614] daemon is not started [2022-05-04T09:18:37.878Z] --- PASS: TestConfigList (2.92s) [2022-05-04T09:18:37.878Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:18:38.139Z] check_test.go:307: [d00ab11f4764c] daemon is not started [2022-05-04T09:18:38.139Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-04T09:18:38.688Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:18:38.708Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-04T09:18:39.141Z] --- PASS: TestSecretCreateResolve (2.19s) [2022-05-04T09:18:39.141Z] PASS [2022-05-04T09:18:39.141Z] [2022-05-04T09:18:39.141Z] DONE 6 tests in 13.534s [2022-05-04T09:18:39.141Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-04T09:18:39.141Z] INFO: Testing against a local daemon [2022-05-04T09:18:39.141Z] === RUN TestServiceCreateInit [2022-05-04T09:18:39.141Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:18:39.278Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-04T09:18:40.217Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-04T09:18:40.477Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-04T09:18:40.736Z] --- PASS: TestConfigsCreateAndDelete (2.82s) [2022-05-04T09:18:40.736Z] === RUN TestConfigsUpdate [2022-05-04T09:18:41.308Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-04T09:18:42.270Z] check_test.go:307: [d5f8a0a3bb238] daemon is not started [2022-05-04T09:18:42.270Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-04T09:18:42.841Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.65s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.81s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.83s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.65s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.68s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.27s) [2022-05-04T09:18:42.896Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.67s) [2022-05-04T09:18:42.896Z] === RUN TestCgroupNamespacesRun [2022-05-04T09:18:43.315Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:18:43.467Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-05-04T09:18:43.467Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-04T09:18:43.801Z] --- PASS: TestConfigsUpdate (2.87s) [2022-05-04T09:18:43.801Z] === RUN TestTemplatedConfig [2022-05-04T09:18:43.801Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-04T09:18:44.738Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-04T09:18:44.738Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-04T09:18:44.852Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-05-04T09:18:44.852Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-04T09:18:45.675Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-04T09:18:45.795Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-05-04T09:18:45.795Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-04T09:18:46.245Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-04T09:18:46.505Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-04T09:18:46.589Z] --- PASS: TestServiceCreateInit (7.47s) [2022-05-04T09:18:46.589Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s) [2022-05-04T09:18:46.589Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2022-05-04T09:18:46.589Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:18:46.739Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-05-04T09:18:46.739Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-04T09:18:47.074Z] --- PASS: TestTemplatedConfig (3.34s) [2022-05-04T09:18:47.074Z] === RUN TestConfigCreateResolve [2022-05-04T09:18:48.127Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-05-04T09:18:48.127Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-04T09:18:49.074Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-05-04T09:18:49.074Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-04T09:18:49.615Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-04T09:18:49.649Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-05-04T09:18:49.649Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-04T09:18:50.184Z] --- PASS: TestConfigCreateResolve (3.12s) [2022-05-04T09:18:50.184Z] PASS [2022-05-04T09:18:50.184Z] [2022-05-04T09:18:50.184Z] DONE 6 tests in 17.752s [2022-05-04T09:18:50.184Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-04T09:18:50.184Z] ++ 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-05-04T09:18:50.184Z] ++ set -e [2022-05-04T09:18:50.184Z] ++ '[' -n 0 ']' [2022-05-04T09:18:50.184Z] ++ set -x [2022-05-04T09:18:50.184Z] ++ 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-05-04T09:18:50.443Z] INFO: Testing against a local daemon [2022-05-04T09:18:50.443Z] === RUN TestCheckpoint [2022-05-04T09:18:50.443Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:18:50.443Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:18:50.443Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:18:50.443Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:18:50.443Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:18:50.444Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:18:50.444Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:18:50.444Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-05-04T09:18:50.444Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:18:50.444Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-05-04T09:18:50.444Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:18:50.703Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-05-04T09:18:50.703Z] === RUN TestCopyEmptyFile [2022-05-04T09:18:50.963Z] --- PASS: TestCopyEmptyFile (0.40s) [2022-05-04T09:18:50.963Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:18:51.035Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-05-04T09:18:51.035Z] === RUN TestNISDomainname [2022-05-04T09:18:51.223Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2022-05-04T09:18:51.223Z] === RUN TestCopyFromContainer [2022-05-04T09:18:51.290Z] dccd9e4d14d3: Pull complete [2022-05-04T09:18:51.290Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-04T09:18:51.290Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:18:51.290Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-04T09:18:51.290Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-04T09:18:51.290Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-05-04T09:18:51.290Z] WARN: Skipping validation tests [2022-05-04T09:18:51.290Z] INFO: Running unit tests at 05/04/2022 09:18:49... [2022-05-04T09:18:51.296Z] --- PASS: TestNISDomainname (0.50s) [2022-05-04T09:18:51.296Z] === RUN TestHostnameDnsResolution [2022-05-04T09:18:51.483Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-05-04T09:18:52.242Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-05-04T09:18:52.242Z] === RUN TestUnprivilegedPortsAndPing [2022-05-04T09:18:52.504Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s) [2022-05-04T09:18:52.504Z] === RUN TestPrivilegedHostDevices [2022-05-04T09:18:52.864Z] === RUN TestCopyFromContainer// [2022-05-04T09:18:52.864Z] === RUN TestCopyFromContainer//bar/root [2022-05-04T09:18:53.075Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-05-04T09:18:53.075Z] === RUN TestStats [2022-05-04T09:18:53.122Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-04T09:18:53.122Z] === RUN TestCopyFromContainer/bar/quux [2022-05-04T09:18:53.381Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-04T09:18:53.381Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-04T09:18:53.643Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-04T09:18:53.643Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-04T09:18:53.643Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-04T09:18:53.902Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer (2.91s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer// (0.15s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2022-05-04T09:18:54.161Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-05-04T09:18:54.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:18:54.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:18:54.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:18:54.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:18:54.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:18:54.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:18:54.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:18:54.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:18:54.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:18:54.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:18:54.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-04T09:18:54.161Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:18:54.161Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-04T09:18:54.161Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:18:54.161Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:18:54.161Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:18:54.161Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:18:54.161Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:18:54.161Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:18:54.161Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:18:54.161Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:18:54.161Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:18:54.161Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:18:54.161Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:18:54.161Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:18:54.161Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:18:54.161Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-05-04T09:18:54.161Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:18:54.331Z] INFO: make.ps1 starting at 05/04/2022 09:18:54 [2022-05-04T09:18:54.728Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-04T09:18:54.799Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:18:54.799Z] INFO: Running unit tests... [2022-05-04T09:18:55.617Z] --- PASS: TestStats (2.42s) [2022-05-04T09:18:55.617Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:18:55.617Z] === RUN TestStopContainerWithTimeout/0 [2022-05-04T09:18:55.617Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-04T09:18:55.617Z] === RUN TestStopContainerWithTimeout/1 [2022-05-04T09:18:55.617Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-04T09:18:55.617Z] === RUN TestStopContainerWithTimeout/3 [2022-05-04T09:18:55.617Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-04T09:18:55.617Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-04T09:18:55.617Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-04T09:18:55.617Z] === CONT TestStopContainerWithTimeout/0 [2022-05-04T09:18:55.617Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-04T09:18:56.188Z] === CONT TestStopContainerWithTimeout/3 [2022-05-04T09:18:56.634Z] --- PASS: TestCreateWithCustomMaskedPaths (2.20s) [2022-05-04T09:18:56.634Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:18:58.020Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-04T09:18:58.105Z] === CONT TestStopContainerWithTimeout/1 [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:18:58.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:18:58.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:18:58.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:18:58.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:18:58.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:18:58.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:18:58.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:18:58.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:18:58.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:18:58.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:18:58.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-05-04T09:18:58.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-04T09:18:58.590Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:18:59.493Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-04T09:18:59.493Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-05-04T09:18:59.493Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2022-05-04T09:18:59.493Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-05-04T09:18:59.493Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-05-04T09:18:59.493Z] === RUN TestDeleteDevicemapper [2022-05-04T09:18:59.493Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:18:59.493Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-04T09:18:59.493Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:18:59.528Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2022-05-04T09:18:59.528Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:18:59.528Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:18:59.528Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:18:59.528Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-04T09:18:59.528Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:18:59.528Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:18:59.528Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:18:59.528Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-05-04T09:18:59.528Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:18:59.528Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-05-04T09:18:59.528Z] === RUN TestContainerStartOnDaemonRestart [2022-05-04T09:18:59.528Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-04T09:18:59.528Z] === RUN TestDaemonRestartIpcMode [2022-05-04T09:18:59.528Z] === PAUSE TestDaemonRestartIpcMode [2022-05-04T09:18:59.528Z] === RUN TestDaemonHostGatewayIP [2022-05-04T09:18:59.528Z] === PAUSE TestDaemonHostGatewayIP [2022-05-04T09:18:59.528Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-04T09:18:59.528Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-04T09:18:59.528Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:18:59.528Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-04T09:18:59.528Z] === RUN TestDiff [2022-05-04T09:19:00.464Z] --- PASS: TestDiff (0.73s) [2022-05-04T09:19:00.464Z] === RUN TestExecWithCloseStdin [2022-05-04T09:19:00.464Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-04T09:19:00.878Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s) [2022-05-04T09:19:00.878Z] === RUN TestUpdateMemory [2022-05-04T09:19:01.035Z] --- PASS: TestExecWithCloseStdin (0.83s) [2022-05-04T09:19:01.035Z] === RUN TestExec [2022-05-04T09:19:01.453Z] --- PASS: TestUpdateMemory (0.53s) [2022-05-04T09:19:01.453Z] === RUN TestUpdateCPUQuota [2022-05-04T09:19:01.974Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-04T09:19:01.974Z] --- PASS: TestExec (0.83s) [2022-05-04T09:19:01.974Z] === RUN TestExecUser [2022-05-04T09:19:02.399Z] --- PASS: TestUpdateCPUQuota (0.75s) [2022-05-04T09:19:02.399Z] === RUN TestUpdatePidsLimit [2022-05-04T09:19:02.399Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-04T09:19:02.399Z] === RUN TestUpdatePidsLimit/no_change [2022-05-04T09:19:02.661Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-04T09:19:02.913Z] --- PASS: TestExecUser (0.90s) [2022-05-04T09:19:02.913Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:19:02.923Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-04T09:19:03.185Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-04T09:19:03.185Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-04T09:19:03.447Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-04T09:19:03.483Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit (1.84s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-05-04T09:19:04.019Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-05-04T09:19:04.019Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:19:04.060Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2022-05-04T09:19:04.060Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:19:04.060Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-04T09:19:04.060Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-04T09:19:04.647Z] --- PASS: TestCreateServiceMultipleTimes (15.74s) [2022-05-04T09:19:04.647Z] === RUN TestCreateServiceConflict [2022-05-04T09:19:04.647Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-05-04T09:19:04.647Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:19:05.439Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2022-05-04T09:19:05.439Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:19:05.698Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-04T09:19:05.698Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-04T09:19:05.957Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-04T09:19:06.216Z] check_test.go:307: [d158c0aeff50d] daemon is not started [2022-05-04T09:19:06.216Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-04T09:19:06.783Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-04T09:19:06.783Z] --- PASS: TestHealthCheckWorkdir (1.17s) [2022-05-04T09:19:06.783Z] === RUN TestHealthKillContainer [2022-05-04T09:19:07.202Z] --- PASS: TestCreateServiceMaxReplicas (2.91s) [2022-05-04T09:19:07.203Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:19:07.250Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-04T09:19:07.288Z] 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/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/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-04T09:19:08.687Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-04T09:19:08.687Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-04T09:19:10.065Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-04T09:19:10.637Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-04T09:19:11.577Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-04T09:19:11.837Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-04T09:19:15.131Z] --- PASS: TestHealthKillContainer (8.44s) [2022-05-04T09:19:15.131Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:19:15.389Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-04T09:19:15.648Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2022-05-04T09:19:15.648Z] === RUN TestIpcModeNone [2022-05-04T09:19:16.250Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2022-05-04T09:19:16.250Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:19:16.250Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-05-04T09:19:16.250Z] === RUN TestWaitNonBlocked [2022-05-04T09:19:16.250Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:19:16.250Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:19:16.250Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:19:16.250Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:19:16.250Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:19:16.250Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:19:16.250Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-04T09:19:16.250Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.58s) [2022-05-04T09:19:16.250Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2022-05-04T09:19:16.250Z] === RUN TestWaitBlocked [2022-05-04T09:19:16.250Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:19:16.250Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:19:16.250Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:19:16.250Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:19:16.250Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:19:16.250Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:19:16.582Z] --- PASS: TestIpcModeNone (0.75s) [2022-05-04T09:19:16.582Z] === RUN TestIpcModePrivate [2022-05-04T09:19:16.582Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-04T09:19:16.823Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-04T09:19:16.823Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-05-04T09:19:16.823Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-05-04T09:19:16.823Z] === CONT TestContainerStartOnDaemonRestart [2022-05-04T09:19:16.823Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-04T09:19:17.149Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-05-04T09:19:17.149Z] --- PASS: TestIpcModePrivate (0.69s) [2022-05-04T09:19:17.149Z] === RUN TestIpcModeShareable [2022-05-04T09:19:17.714Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-05-04T09:19:17.714Z] --- PASS: TestIpcModeShareable (0.61s) [2022-05-04T09:19:17.714Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-04T09:19:18.738Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.07s) [2022-05-04T09:19:18.738Z] === CONT TestIpcModeOlderClient [2022-05-04T09:19:18.738Z] --- PASS: TestContainerStartOnDaemonRestart (2.08s) [2022-05-04T09:19:18.738Z] === CONT TestContainerKillOnDaemonStart [2022-05-04T09:19:19.003Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-05-04T09:19:19.003Z] === CONT TestDaemonHostGatewayIP [2022-05-04T09:19:19.090Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-04T09:19:19.659Z] check_test.go:307: [d049ba755abc1] daemon is not started [2022-05-04T09:19:19.659Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-04T09:19:19.659Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-04T09:19:19.776Z] ? github.com/docker/docker/api [no test files] [2022-05-04T09:19:19.919Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-04T09:19:19.919Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.15s) [2022-05-04T09:19:19.919Z] === RUN TestAPIIpcModeHost [2022-05-04T09:19:20.178Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-04T09:19:20.747Z] --- PASS: TestAPIIpcModeHost (0.69s) [2022-05-04T09:19:20.747Z] === RUN TestDaemonIpcModeShareable [2022-05-04T09:19:20.747Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-04T09:19:21.317Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-04T09:19:21.585Z] --- PASS: TestDaemonHostGatewayIP (2.50s) [2022-05-04T09:19:21.585Z] === CONT TestDaemonRestartIpcMode [2022-05-04T09:19:21.885Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-04T09:19:22.046Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.12s) [2022-05-04T09:19:22.046Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:19:22.154Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-04T09:19:22.461Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2022-05-04T09:19:22.461Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2022-05-04T09:19:22.461Z] === RUN TestDaemonIpcModePrivate [2022-05-04T09:19:22.976Z] --- PASS: TestCreateServiceSecretFileMode (2.48s) [2022-05-04T09:19:22.976Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:19:23.515Z] --- PASS: TestDaemonRestartIpcMode (2.14s) [2022-05-04T09:19:24.328Z] tests/integration/client_test.py ..... [ 75%] [2022-05-04T09:19:24.328Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-04T09:19:24.370Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-05-04T09:19:24.370Z] --- PASS: TestDaemonIpcModePrivate (1.71s) [2022-05-04T09:19:24.370Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-04T09:19:24.370Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-04T09:19:24.900Z] tests/integration/errors_test.py . [ 76%] [2022-05-04T09:19:25.501Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2022-05-04T09:19:25.501Z] === RUN TestCreateServiceSysctls [2022-05-04T09:19:25.751Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-05-04T09:19:25.752Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-04T09:19:26.011Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s) [2022-05-04T09:19:26.011Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-04T09:19:26.946Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-04T09:19:27.513Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2022-05-04T09:19:27.513Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.59s) [2022-05-04T09:19:27.513Z] === RUN TestIpcModeOlderClient [2022-05-04T09:19:27.513Z] === PAUSE TestIpcModeOlderClient [2022-05-04T09:19:27.513Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:19:27.513Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-04T09:19:28.272Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2022-05-04T09:19:28.272Z] === RUN TestKillContainer [2022-05-04T09:19:28.272Z] === RUN TestKillContainer/no_signal [2022-05-04T09:19:28.770Z] --- PASS: TestCreateServiceSysctls (3.09s) [2022-05-04T09:19:28.771Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:19:29.208Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:19:29.776Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:19:29.776Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-04T09:19:30.713Z] --- PASS: TestKillContainer (2.26s) [2022-05-04T09:19:30.713Z] --- PASS: TestKillContainer/no_signal (0.78s) [2022-05-04T09:19:30.713Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2022-05-04T09:19:30.713Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2022-05-04T09:19:30.713Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:19:30.713Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-04T09:19:30.713Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-04T09:19:31.282Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-04T09:19:31.289Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-05-04T09:19:31.289Z] === RUN TestInspect [2022-05-04T09:19:31.654Z] --- PASS: TestContainerKillOnDaemonStart (11.60s) [2022-05-04T09:19:31.654Z] PASS [2022-05-04T09:19:31.654Z] [2022-05-04T09:19:31.654Z] === Skipped [2022-05-04T09:19:31.654Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-04T09:19:31.654Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:19:31.654Z] [2022-05-04T09:19:31.654Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:19:31.654Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:19:31.654Z] [2022-05-04T09:19:31.654Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-04T09:19:31.654Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:19:31.654Z] [2022-05-04T09:19:31.654Z] DONE 235 tests, 3 skipped in 115.105s [2022-05-04T09:19:31.654Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-04T09:19:31.654Z] ++ 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-05-04T09:19:31.654Z] ++ set -e [2022-05-04T09:19:31.654Z] ++ '[' -n 0 ']' [2022-05-04T09:19:31.654Z] ++ set -x [2022-05-04T09:19:31.654Z] ++ 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-05-04T09:19:31.654Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:19:31.654Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:19:31.654Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-04T09:19:31.654Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-04T09:19:31.654Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-04T09:19:31.654Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-04T09:19:31.654Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-04T09:19:31.654Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-04T09:19:31.654Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:19:31.654Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-04T09:19:31.654Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-04T09:19:31.654Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-04T09:19:31.654Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-04T09:19:31.654Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-04T09:19:31.654Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:19:31.654Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-04T09:19:31.850Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2022-05-04T09:19:31.850Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2022-05-04T09:19:31.850Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.43s) [2022-05-04T09:19:31.850Z] === RUN TestKillStoppedContainer [2022-05-04T09:19:32.109Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-05-04T09:19:32.109Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:19:32.109Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-04T09:19:32.109Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:19:32.369Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-04T09:19:32.369Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-04T09:19:32.369Z] check_test.go:307: [ddaca14bf96c4] daemon is not started [2022-05-04T09:19:32.369Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-04T09:19:32.598Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-04T09:19:32.629Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2022-05-04T09:19:32.629Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:19:32.629Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:19:32.629Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:19:32.629Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:19:32.629Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:19:32.629Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:19:32.629Z] === RUN TestLinksEtcHostsContentMatch [2022-05-04T09:19:32.889Z] --- PASS: TestLinksEtcHostsContentMatch (0.43s) [2022-05-04T09:19:32.889Z] === RUN TestLinksContainerNames [2022-05-04T09:19:33.541Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-04T09:19:33.810Z] --- PASS: TestInspect (2.80s) [2022-05-04T09:19:33.810Z] === RUN TestCreateJob [2022-05-04T09:19:33.825Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-04T09:19:34.394Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-04T09:19:34.394Z] --- PASS: TestLinksContainerNames (1.48s) [2022-05-04T09:19:34.394Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:19:34.483Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-04T09:19:34.484Z] daemon_test.go:156: [d1c2597465377] daemon is not started [2022-05-04T09:19:34.484Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-04T09:19:34.484Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-04T09:19:34.484Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-04T09:19:34.484Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-04T09:19:34.484Z] === RUN TestDaemonProxy [2022-05-04T09:19:34.484Z] === RUN TestDaemonProxy/environment_variables [2022-05-04T09:19:34.963Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-04T09:19:35.248Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2022-05-04T09:19:35.248Z] === RUN TestContainerNetworkMountsNoChown [2022-05-04T09:19:36.205Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/default [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/default [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/private [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/private [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rprivate [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/slave [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/slave [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rslave [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/shared [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/shared [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rshared [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/default [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/rshared [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/shared [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/rslave [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/slave [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:19:36.205Z] === CONT TestMountDaemonRoot/rprivate [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:19:36.205Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:19:36.205Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:19:36.206Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:19:36.206Z] === CONT TestMountDaemonRoot/private [2022-05-04T09:19:36.206Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-04T09:19:36.206Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:19:36.206Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-04T09:19:36.206Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:19:36.206Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:19:36.206Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-04T09:19:36.206Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-04T09:19:36.206Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-04T09:19:36.331Z] 8f616e6e9eec: Pull complete [2022-05-04T09:19:36.398Z] === RUN TestDaemonProxy/command-line_options [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-04T09:19:36.468Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-04T09:19:36.468Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-04T09:19:36.730Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-04T09:19:36.730Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-04T09:19:36.990Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-04T09:19:36.990Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-04T09:19:36.990Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2022-05-04T09:19:36.990Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-05-04T09:19:36.990Z] === RUN TestContainerBindMountNonRecursive [2022-05-04T09:19:37.083Z] --- PASS: TestCreateJob (3.17s) [2022-05-04T09:19:37.083Z] === RUN TestReplicatedJob [2022-05-04T09:19:38.312Z] === RUN TestDaemonProxy/configuration_file [2022-05-04T09:19:38.368Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-04T09:19:39.303Z] --- PASS: TestContainerBindMountNonRecursive (2.35s) [2022-05-04T09:19:39.303Z] === RUN TestContainerVolumesMountedAsShared [2022-05-04T09:19:39.563Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-04T09:19:39.693Z] === RUN TestDaemonProxy/conflicting_options [2022-05-04T09:19:40.130Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2022-05-04T09:19:40.130Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-04T09:19:40.130Z] check_test.go:307: [d8acb2d84432b] daemon is not started [2022-05-04T09:19:40.130Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-04T09:19:40.264Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-04T09:19:40.698Z] --- PASS: TestContainerVolumesMountedAsSlave (0.64s) [2022-05-04T09:19:40.698Z] === RUN TestNetworkNat [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy (6.23s) [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-04T09:19:40.835Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-04T09:19:40.835Z] PASS [2022-05-04T09:19:40.835Z] [2022-05-04T09:19:40.835Z] DONE 17 tests in 10.220s [2022-05-04T09:19:40.835Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-04T09:19:40.835Z] ++ 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-05-04T09:19:40.835Z] ++ set -e [2022-05-04T09:19:40.835Z] ++ '[' -n 0 ']' [2022-05-04T09:19:40.835Z] ++ set -x [2022-05-04T09:19:40.835Z] ++ 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-05-04T09:19:40.835Z] INFO: Testing against a local daemon [2022-05-04T09:19:40.835Z] === RUN TestCommitInheritsEnv [2022-05-04T09:19:41.002Z] === RUN TestMiddlewares [2022-05-04T09:19:41.002Z] --- PASS: TestMiddlewares (0.00s) [2022-05-04T09:19:41.002Z] PASS [2022-05-04T09:19:41.002Z] coverage: 7.9% of statements [2022-05-04T09:19:41.002Z] ok github.com/docker/docker/api/server 0.069s coverage: 7.9% of statements [2022-05-04T09:19:41.096Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-05-04T09:19:41.096Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:19:41.096Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-04T09:19:41.096Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:19:41.096Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:19:41.096Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-04T09:19:41.096Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-04T09:19:41.096Z] === RUN TestImportWithCustomPlatform// [2022-05-04T09:19:41.096Z] === RUN TestImportWithCustomPlatform/linux [2022-05-04T09:19:41.356Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-04T09:19:41.356Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-04T09:19:41.356Z] === RUN TestImportWithCustomPlatform/macos [2022-05-04T09:19:41.356Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-04T09:19:41.356Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-04T09:19:41.356Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-04T09:19:41.356Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:19:41.616Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-04T09:19:41.616Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:19:41.616Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-04T09:19:41.616Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:19:41.635Z] --- PASS: TestNetworkNat (0.79s) [2022-05-04T09:19:41.635Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:19:41.876Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-05-04T09:19:41.877Z] === RUN TestRemoveImageGarbageCollector [2022-05-04T09:19:41.877Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:19:41.877Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-04T09:19:41.877Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:19:41.877Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-05-04T09:19:41.877Z] === RUN TestTagInvalidReference [2022-05-04T09:19:41.877Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-04T09:19:41.877Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:19:41.877Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-04T09:19:41.877Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:19:41.877Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-04T09:19:41.877Z] === RUN TestTagOfficialNames [2022-05-04T09:19:41.877Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-04T09:19:41.877Z] === RUN TestTagMatchesDigest [2022-05-04T09:19:41.877Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-04T09:19:41.877Z] PASS [2022-05-04T09:19:41.877Z] [2022-05-04T09:19:41.877Z] === Skipped [2022-05-04T09:19:41.877Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:19:41.877Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-04T09:19:41.877Z] [2022-05-04T09:19:41.877Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-04T09:19:41.877Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:19:41.877Z] [2022-05-04T09:19:41.877Z] DONE 22 tests, 2 skipped in 1.212s [2022-05-04T09:19:41.877Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-04T09:19:41.877Z] ++ 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-05-04T09:19:41.877Z] ++ set -e [2022-05-04T09:19:41.877Z] ++ '[' -n 0 ']' [2022-05-04T09:19:41.877Z] ++ set -x [2022-05-04T09:19:41.877Z] ++ 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-05-04T09:19:42.137Z] INFO: Testing against a local daemon [2022-05-04T09:19:42.137Z] === RUN TestNetworkCreateDelete [2022-05-04T09:19:42.137Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-04T09:19:42.137Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:19:42.326Z] --- PASS: TestReplicatedJob (5.20s) [2022-05-04T09:19:42.326Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:19:42.575Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2022-05-04T09:19:42.575Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:19:42.708Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-05-04T09:19:42.708Z] === RUN TestDaemonDNSFallback [2022-05-04T09:19:43.146Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-04T09:19:43.715Z] check_test.go:307: [d4717c75609ba] daemon is not started [2022-05-04T09:19:43.715Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-04T09:19:43.851Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-04T09:19:45.600Z] --- PASS: TestUpdateReplicatedJob (3.24s) [2022-05-04T09:19:45.600Z] === RUN TestServiceListWithStatuses [2022-05-04T09:19:45.600Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:19:45.600Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:19:45.600Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:19:45.621Z] --- PASS: TestNetworkLoopbackNat (3.06s) [2022-05-04T09:19:45.621Z] === RUN TestPause [2022-05-04T09:19:45.880Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-04T09:19:46.140Z] --- PASS: TestPause (0.79s) [2022-05-04T09:19:46.140Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:19:46.140Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:19:46.140Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:19:46.140Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:19:46.710Z] docker_cli_daemon_plugins_test.go:80: [d4635ba6c3079] daemon is not started [2022-05-04T09:19:46.970Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2022-05-04T09:19:46.970Z] === RUN TestPidHost [2022-05-04T09:19:47.909Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-04T09:19:48.478Z] --- PASS: TestPidHost (1.67s) [2022-05-04T09:19:48.478Z] === RUN TestPsFilter [2022-05-04T09:19:48.737Z] --- PASS: TestPsFilter (0.14s) [2022-05-04T09:19:48.737Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:19:49.302Z] --- PASS: TestDaemonDNSFallback (6.27s) [2022-05-04T09:19:49.302Z] === RUN TestInspectNetwork [2022-05-04T09:19:49.303Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.60s) [2022-05-04T09:19:49.303Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:19:49.774Z] --- PASS: TestDockerNetworkConnectAlias (4.16s) [2022-05-04T09:19:49.774Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:19:50.238Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2022-05-04T09:19:50.238Z] === RUN TestRemoveContainerRunning [2022-05-04T09:19:50.238Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-04T09:19:50.804Z] --- PASS: TestRemoveContainerRunning (0.68s) [2022-05-04T09:19:50.804Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:19:50.804Z] docker_cli_daemon_plugins_test.go:170: [d73c1d1bc955e] daemon is not started [2022-05-04T09:19:51.373Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2022-05-04T09:19:51.373Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:19:51.373Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-04T09:19:51.373Z] === RUN TestRenameLinkedContainer [2022-05-04T09:19:51.846Z] === RUN TestInspectNetwork/full_network_id [2022-05-04T09:19:51.846Z] === RUN TestInspectNetwork/partial_network_id [2022-05-04T09:19:51.846Z] === RUN TestInspectNetwork/network_name [2022-05-04T09:19:51.846Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-04T09:19:52.310Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-04T09:19:53.041Z] --- PASS: TestDockerNetworkReConnect (3.38s) [2022-05-04T09:19:53.041Z] === RUN TestServicePlugin [2022-05-04T09:19:53.247Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-04T09:19:53.505Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-04T09:19:54.443Z] --- PASS: TestRenameLinkedContainer (2.87s) [2022-05-04T09:19:54.443Z] === RUN TestRenameStoppedContainer [2022-05-04T09:19:55.014Z] --- PASS: TestRenameStoppedContainer (0.65s) [2022-05-04T09:19:55.014Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:19:55.953Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-04T09:19:56.051Z] --- PASS: TestInspectNetwork (7.08s) [2022-05-04T09:19:56.051Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-04T09:19:56.051Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-04T09:19:56.051Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-04T09:19:56.051Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-04T09:19:56.051Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:19:56.317Z] plugin_test.go:61: [d2cea7b0d7437] joining swarm manager [d2000510496c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:19:56.523Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-04T09:19:56.523Z] --- PASS: TestRenameRunningContainerAndReuse (1.49s) [2022-05-04T09:19:56.523Z] === RUN TestRenameInvalidName [2022-05-04T09:19:56.783Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-04T09:19:57.041Z] --- PASS: TestRenameInvalidName (0.67s) [2022-05-04T09:19:57.041Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:19:57.300Z] check_test.go:307: [d02b0bb74dea6] daemon is not started [2022-05-04T09:19:57.300Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-04T09:19:57.442Z] --- PASS: TestRunContainerWithBridgeNone (1.47s) [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:19:57.442Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:19:57.442Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:19:57.442Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:19:57.442Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:19:57.442Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:19:57.442Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:19:57.442Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:19:57.442Z] === RUN TestNetworkList [2022-05-04T09:19:57.442Z] === RUN TestNetworkList//networks [2022-05-04T09:19:57.442Z] === PAUSE TestNetworkList//networks [2022-05-04T09:19:57.442Z] === RUN TestNetworkList//networks/ [2022-05-04T09:19:57.442Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:19:57.442Z] === CONT TestNetworkList//networks [2022-05-04T09:19:57.442Z] === CONT TestNetworkList//networks/ [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkList (0.01s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:19:57.442Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:19:57.442Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:19:57.690Z] plugin_test.go:64: [dc6a68de84fac] joining swarm manager [d2000510496c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:19:58.015Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-04T09:19:58.015Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:19:58.959Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-04T09:19:58.959Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:19:59.210Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-04T09:19:59.840Z] ......... [ 85%] [2022-05-04T09:19:59.902Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2022-05-04T09:19:59.902Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:20:00.589Z] --- PASS: TestRenameAnonymousContainer (3.24s) [2022-05-04T09:20:00.589Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:20:00.844Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-04T09:20:00.844Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:20:00.848Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-04T09:20:01.107Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2022-05-04T09:20:01.107Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:20:01.674Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-04T09:20:02.227Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-05-04T09:20:02.227Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:20:02.610Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-04T09:20:02.610Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2022-05-04T09:20:02.610Z] === RUN TestResize [2022-05-04T09:20:02.798Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-04T09:20:02.798Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:20:02.869Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-04T09:20:03.437Z] --- PASS: TestResize (0.85s) [2022-05-04T09:20:03.437Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:20:04.377Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2022-05-04T09:20:04.377Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:20:04.377Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-04T09:20:04.377Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-04T09:20:04.948Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s) [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:04.948Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:04.948Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:04.948Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-04T09:20:04.948Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:05.201Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-04T09:20:05.348Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-05-04T09:20:05.349Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:20:05.349Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:20:05.349Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:20:05.349Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:20:06.327Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-04T09:20:06.409Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-04T09:20:08.232Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-04T09:20:08.232Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:08.490Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-04T09:20:09.867Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:09.867Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-04T09:20:10.435Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-04T09:20:10.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-04T09:20:11.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-04T09:20:12.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-04T09:20:12.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:12.992Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-04T09:20:12.993Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-04T09:20:14.360Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-04T09:20:14.360Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-04T09:20:14.619Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-04T09:20:15.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-04T09:20:15.997Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-04T09:20:16.567Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-04T09:20:17.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-04T09:20:18.885Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-04T09:20:19.115Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-04T09:20:19.455Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-04T09:20:20.264Z] --- PASS: TestServiceWithDataPathPortInit (13.72s) [2022-05-04T09:20:20.265Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:20:20.392Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-04T09:20:20.652Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-04T09:20:21.209Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:164p6ifacl1scpj34512sxidj Created:2022-05-04 09:20:19.906061365 +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[5137fc3b4555561182f1b569bd19fbb49a8ffc3e5fb41e08ef95dd4c13edd403:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j3l6myhg3g8zwgbmywyv8o2t3 EndpointID:df86789d98f7ffe1f9ec7f75a3548973726cf7be93cbee581e8423ef0a836769 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3ade75eac7aa40af61f50e31c45b9ef82be72d6415eca2339886de7973985a5b 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:ad059d88582a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j3l6myhg3g8zwgbmywyv8o2t3 EndpointID:df86789d98f7ffe1f9ec7f75a3548973726cf7be93cbee581e8423ef0a836769 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-04T09:20:21.220Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-04T09:20:21.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-04T09:20:22.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-04T09:20:23.792Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-04T09:20:24.194Z] --- PASS: TestServicePlugin (29.98s) [2022-05-04T09:20:24.194Z] === RUN TestServiceUpdateLabel [2022-05-04T09:20:25.122Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-05-04T09:20:25.122Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:20:25.169Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-04T09:20:25.170Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-04T09:20:25.417Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.75s) [2022-05-04T09:20:25.417Z] PASS [2022-05-04T09:20:25.417Z] [2022-05-04T09:20:25.417Z] === Skipped [2022-05-04T09:20:25.417Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:20:25.417Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:20:25.417Z] [2022-05-04T09:20:25.417Z] DONE 38 tests, 1 skipped in 43.444s [2022-05-04T09:20:25.417Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:20:25.417Z] ++ 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-05-04T09:20:25.417Z] ++ set -e [2022-05-04T09:20:25.417Z] ++ '[' -n 0 ']' [2022-05-04T09:20:25.417Z] ++ set -x [2022-05-04T09:20:25.417Z] ++ 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-05-04T09:20:25.417Z] INFO: Testing against a local daemon [2022-05-04T09:20:25.417Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-04T09:20:25.417Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:20:25.417Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:20:25.417Z] === RUN TestDockerNetworkIpvlan [2022-05-04T09:20:25.417Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:20:25.417Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:20:25.417Z] PASS [2022-05-04T09:20:25.417Z] [2022-05-04T09:20:25.417Z] === Skipped [2022-05-04T09:20:25.417Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:20:25.417Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:20:25.417Z] [2022-05-04T09:20:25.417Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:20:25.417Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:20:25.417Z] [2022-05-04T09:20:25.417Z] DONE 2 tests, 2 skipped in 0.083s [2022-05-04T09:20:25.417Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:20:25.417Z] ++ 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-05-04T09:20:25.417Z] ++ set -e [2022-05-04T09:20:25.417Z] ++ '[' -n 0 ']' [2022-05-04T09:20:25.417Z] ++ set -x [2022-05-04T09:20:25.417Z] ++ 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-05-04T09:20:25.680Z] INFO: Testing against a local daemon [2022-05-04T09:20:25.680Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-04T09:20:26.319Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-04T09:20:26.319Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-04T09:20:26.549Z] check_test.go:307: [dd0c8ff49f8a4] daemon is not started [2022-05-04T09:20:26.549Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-04T09:20:26.549Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-04T09:20:26.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-04T09:20:27.105Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2022-05-04T09:20:27.105Z] === RUN TestDockerNetworkMacvlan [2022-05-04T09:20:27.695Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-04T09:20:28.640Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-04T09:20:29.101Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.05s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.74s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.83s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.94s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.93s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.06s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.04s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.67s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.92s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.87s) [2022-05-04T09:20:29.101Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.41s) [2022-05-04T09:20:29.101Z] === RUN TestCgroupNamespacesRun [2022-05-04T09:20:29.220Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-04T09:20:30.236Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-04T09:20:30.494Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-04T09:20:30.498Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-04T09:20:30.498Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-04T09:20:30.498Z] [2022-05-04T09:20:30.498Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-04T09:20:30.498Z] =========================== short test summary info ============================ [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-04T09:20:30.498Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-04T09:20:30.498Z] Not supported on most drivers [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-04T09:20:30.498Z] Output of docker top depends on host distro, and is not formalized. [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-04T09:20:30.498Z] Output of docker top depends on host distro, and is not formalized. [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-04T09:20:30.498Z] Can fail if eth0 has multiple IP addresses [2022-05-04T09:20:30.498Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-04T09:20:30.498Z] This doesn't seem to be taken into account by the engine [2022-05-04T09:20:30.498Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-04T09:20:30.498Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-04T09:20:30.498Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.92 seconds == [2022-05-04T09:20:30.759Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-04T09:20:31.064Z] --- PASS: TestCgroupNamespacesRun (2.03s) [2022-05-04T09:20:31.064Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-04T09:20:31.138Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-04T09:20:32.519Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-04T09:20:32.969Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.97s) [2022-05-04T09:20:32.969Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-04T09:20:34.874Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.90s) [2022-05-04T09:20:34.874Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-04T09:20:35.822Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan (9.46s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s) [2022-05-04T09:20:36.394Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-05-04T09:20:36.394Z] PASS [2022-05-04T09:20:36.655Z] [2022-05-04T09:20:36.655Z] DONE 8 tests in 11.022s [2022-05-04T09:20:36.655Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-04T09:20:36.655Z] ++ 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-05-04T09:20:36.655Z] ++ set -e [2022-05-04T09:20:36.655Z] ++ '[' -n 0 ']' [2022-05-04T09:20:36.655Z] ++ set -x [2022-05-04T09:20:36.655Z] ++ 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-05-04T09:20:36.655Z] testing: warning: no tests to run [2022-05-04T09:20:36.655Z] PASS [2022-05-04T09:20:36.655Z] [2022-05-04T09:20:36.655Z] DONE 0 tests in 0.027s [2022-05-04T09:20:36.655Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-04T09:20:36.655Z] ++ 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-05-04T09:20:36.655Z] ++ set -e [2022-05-04T09:20:36.655Z] ++ '[' -n 0 ']' [2022-05-04T09:20:36.655Z] ++ set -x [2022-05-04T09:20:36.655Z] ++ 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-05-04T09:20:36.655Z] INFO: Testing against a local daemon [2022-05-04T09:20:36.655Z] === RUN TestAuthZPluginAllowRequest [2022-05-04T09:20:37.406Z] --- PASS: TestCgroupNamespacesRunHostMode (2.04s) [2022-05-04T09:20:37.406Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-04T09:20:38.040Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-05-04T09:20:38.041Z] === RUN TestAuthZPluginTLS [2022-05-04T09:20:38.303Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-05-04T09:20:38.303Z] === RUN TestAuthZPluginDenyRequest [2022-05-04T09:20:38.877Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-04T09:20:38.877Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-04T09:20:39.314Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.13s) [2022-05-04T09:20:39.314Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-04T09:20:39.450Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-04T09:20:39.450Z] === RUN TestAuthZPluginDenyResponse [2022-05-04T09:20:39.976Z] --- PASS: TestServiceUpdateSecrets (14.57s) [2022-05-04T09:20:39.976Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:20:40.022Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-04T09:20:40.022Z] === RUN TestAuthZPluginAllowEventStream [2022-05-04T09:20:40.967Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s) [2022-05-04T09:20:40.967Z] === RUN TestAuthZPluginErrorResponse [2022-05-04T09:20:41.221Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.99s) [2022-05-04T09:20:41.221Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-04T09:20:41.540Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-05-04T09:20:41.541Z] === RUN TestAuthZPluginErrorRequest [2022-05-04T09:20:42.116Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-04T09:20:42.116Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-04T09:20:42.159Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2022-05-04T09:20:42.159Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-04T09:20:42.689Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-04T09:20:42.689Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-04T09:20:42.986Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:20:42.987Z] [2022-05-04T09:20:42.987Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:20:42.987Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:20:42.987Z] [2022-05-04T09:20:42.987Z] To set a process to complain mode, use the command line tool [2022-05-04T09:20:42.987Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:20:42.987Z] Post stage [Pipeline] junit [2022-05-04T09:20:43.000Z] Recording test results [2022-05-04T09:20:44.063Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-04T09:20:44.066Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-04T09:20:44.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-04T09:20:44.066Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.96s) [2022-05-04T09:20:44.066Z] === RUN TestNISDomainname [2022-05-04T09:20:44.075Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s) [2022-05-04T09:20:44.075Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-04T09:20:44.351Z] + echo Ensuring container killed. [2022-05-04T09:20:44.351Z] Ensuring container killed. [2022-05-04T09:20:44.351Z] + docker rm -vf docker-pr1 [2022-05-04T09:20:44.351Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-04T09:20:44.644Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:20:44.644Z] Chowning /workspace to jenkins user [2022-05-04T09:20:44.644Z] + id -u [2022-05-04T09:20:44.644Z] + id -g [2022-05-04T09:20:44.644Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:20:44.644Z] Unable to find image 'busybox:latest' locally [2022-05-04T09:20:44.644Z] latest: Pulling from library/busybox [2022-05-04T09:20:44.906Z] 50e8d59317eb: Pulling fs layer [2022-05-04T09:20:44.906Z] 50e8d59317eb: Download complete [2022-05-04T09:20:44.906Z] 50e8d59317eb: Pull complete [2022-05-04T09:20:44.906Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-04T09:20:44.906Z] Status: Downloaded newer image for busybox:latest [2022-05-04T09:20:45.444Z] --- PASS: TestNISDomainname (1.11s) [2022-05-04T09:20:45.444Z] === RUN TestHostnameDnsResolution [2022-05-04T09:20:45.461Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-05-04T09:20:45.461Z] === RUN TestAuthZPluginHeader [2022-05-04T09:20:46.012Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-04T09:20:46.032Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-04T09:20:46.032Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-04T09:20:46.032Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:20:46.032Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-04T09:20:46.032Z] === RUN TestAuthZPluginV2Disable [2022-05-04T09:20:46.032Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:20:46.032Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-04T09:20:46.032Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-04T09:20:46.032Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:20:46.032Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-04T09:20:46.032Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-04T09:20:46.032Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:20:46.032Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-04T09:20:46.032Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-04T09:20:46.271Z] --- PASS: TestHostnameDnsResolution (1.19s) [2022-05-04T09:20:46.271Z] === RUN TestUnprivilegedPortsAndPing [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:20:46.602Z] + bundleName=docker-py [2022-05-04T09:20:46.602Z] + echo Creating docker-py-bundles.tar.gz [2022-05-04T09:20:46.602Z] Creating docker-py-bundles.tar.gz [2022-05-04T09:20:46.602Z] + 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-05-04T09:20:46.616Z] Archiving artifacts [2022-05-04T09:20:47.207Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-04T09:20:47.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-04T09:20:47.207Z] --- PASS: TestUnprivilegedPortsAndPing (0.94s) [2022-05-04T09:20:47.207Z] === RUN TestPrivilegedHostDevices [2022-05-04T09:20:48.142Z] --- PASS: TestPrivilegedHostDevices (0.87s) [2022-05-04T09:20:48.142Z] === RUN TestStats [2022-05-04T09:20:48.541Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-04T09:20:48.900Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh binary [2022-05-04T09:20:49.160Z] [2022-05-04T09:20:49.420Z] Removing bundles/ [2022-05-04T09:20:49.420Z] [2022-05-04T09:20:49.420Z] ---> Making bundle: binary (in bundles/binary) [2022-05-04T09:20:49.420Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-04T09:20:49.420Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:20:49.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-04T09:20:49.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-04T09:20:51.152Z] --- PASS: TestStats (2.86s) [2022-05-04T09:20:51.152Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:20:51.152Z] === RUN TestStopContainerWithTimeout/0 [2022-05-04T09:20:51.152Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-04T09:20:51.152Z] === RUN TestStopContainerWithTimeout/1 [2022-05-04T09:20:51.152Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-04T09:20:51.152Z] === RUN TestStopContainerWithTimeout/3 [2022-05-04T09:20:51.152Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-04T09:20:51.152Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-04T09:20:51.152Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-04T09:20:51.152Z] === CONT TestStopContainerWithTimeout/0 [2022-05-04T09:20:51.152Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-04T09:20:51.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-04T09:20:51.411Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-04T09:20:52.349Z] === CONT TestStopContainerWithTimeout/3 [2022-05-04T09:20:53.294Z] === RUN TestBoolValue [2022-05-04T09:20:53.294Z] --- PASS: TestBoolValue (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestBoolValueOrDefault [2022-05-04T09:20:53.294Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestInt64ValueOrZero [2022-05-04T09:20:53.294Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestInt64ValueOrDefault [2022-05-04T09:20:53.294Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-04T09:20:53.294Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestJsonContentType [2022-05-04T09:20:53.294Z] --- PASS: TestJsonContentType (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestReadJSON [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/nil_body [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/empty_body [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/with_valid_request [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/with_whitespace [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/with_extra_content [2022-05-04T09:20:53.294Z] === RUN TestReadJSON/invalid_JSON [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-04T09:20:53.294Z] PASS [2022-05-04T09:20:53.294Z] coverage: 31.9% of statements [2022-05-04T09:20:53.294Z] ok github.com/docker/docker/api/server/httputils 0.067s coverage: 31.9% of statements [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-04T09:20:53.294Z] === RUN TestMaskSecretKeys [2022-05-04T09:20:53.294Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-04T09:20:53.294Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-04T09:20:53.294Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-04T09:20:53.294Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-04T09:20:53.294Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestVersionMiddlewareVersion [2022-05-04T09:20:53.294Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-04T09:20:53.294Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-04T09:20:53.294Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-04T09:20:53.294Z] PASS [2022-05-04T09:20:53.294Z] coverage: 37.7% of statements [2022-05-04T09:20:53.294Z] ok github.com/docker/docker/api/server/middleware 0.064s coverage: 37.7% of statements [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-04T09:20:53.294Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-04T09:20:53.294Z] === RUN TestStrSliceMarshalJSON [2022-05-04T09:20:53.294Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestStrSliceUnmarshalJSON [2022-05-04T09:20:53.295Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestStrSliceUnmarshalString [2022-05-04T09:20:53.295Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestStrSliceUnmarshalSlice [2022-05-04T09:20:53.295Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 90.0% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2022-05-04T09:20:53.295Z] === RUN TestToJSON [2022-05-04T09:20:53.295Z] --- PASS: TestToJSON (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestToParamWithVersion [2022-05-04T09:20:53.295Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestFromJSON [2022-05-04T09:20:53.295Z] --- PASS: TestFromJSON (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestEmpty [2022-05-04T09:20:53.295Z] --- PASS: TestEmpty (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestArgsMatchKVListEmptySources [2022-05-04T09:20:53.295Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestArgsMatchKVList [2022-05-04T09:20:53.295Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestArgsMatch [2022-05-04T09:20:53.295Z] --- PASS: TestArgsMatch (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestAdd [2022-05-04T09:20:53.295Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestDel [2022-05-04T09:20:53.295Z] --- PASS: TestDel (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestLen [2022-05-04T09:20:53.295Z] --- PASS: TestLen (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestExactMatch [2022-05-04T09:20:53.295Z] --- PASS: TestExactMatch (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestOnlyOneExactMatch [2022-05-04T09:20:53.295Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestContains [2022-05-04T09:20:53.295Z] --- PASS: TestContains (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestValidate [2022-05-04T09:20:53.295Z] --- PASS: TestValidate (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestWalkValues [2022-05-04T09:20:53.295Z] --- PASS: TestWalkValues (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestFuzzyMatch [2022-05-04T09:20:53.295Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestClone [2022-05-04T09:20:53.295Z] --- PASS: TestClone (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 92.2% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/api/types/filters 0.054s coverage: 92.2% of statements [2022-05-04T09:20:53.295Z] === RUN TestGetTimestamp [2022-05-04T09:20:53.295Z] --- PASS: TestGetTimestamp (0.20s) [2022-05-04T09:20:53.295Z] === RUN TestParseTimestamps [2022-05-04T09:20:53.295Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 100.0% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/api/types/time 0.240s coverage: 100.0% of statements [2022-05-04T09:20:53.295Z] === RUN TestAdjustForAPIVersion [2022-05-04T09:20:53.295Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 6.1% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 6.1% of statements [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-04T09:20:53.295Z] === RUN TestCompareVersion [2022-05-04T09:20:53.295Z] --- PASS: TestCompareVersion (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 77.3% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/api/types/versions 0.076s coverage: 77.3% of statements [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-04T09:20:53.295Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-04T09:20:53.295Z] === RUN TestIsGIT [2022-05-04T09:20:53.295Z] --- PASS: TestIsGIT (0.00s) [2022-05-04T09:20:53.295Z] PASS [2022-05-04T09:20:53.295Z] coverage: 100.0% of statements [2022-05-04T09:20:53.295Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.042s coverage: 100.0% of statements [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-04T09:20:53.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-04T09:20:53.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestCloneArgsSmartHttp [2022-05-04T09:20:53.295Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-05-04T09:20:53.295Z] === RUN TestCloneArgsDumbHttp [2022-05-04T09:20:53.295Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestCloneArgsGit [2022-05-04T09:20:53.295Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-04T09:20:53.295Z] === RUN TestCheckoutGit [2022-05-04T09:20:53.726Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-04T09:20:53.984Z] === CONT TestStopContainerWithTimeout/1 [2022-05-04T09:20:54.244Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-04T09:20:54.850Z] --- PASS: TestServiceUpdateConfigs (14.70s) [2022-05-04T09:20:54.850Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:20:54.859Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-04T09:20:54.859Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-04T09:20:54.859Z] === RUN TestProcessNoDockerignore [2022-05-04T09:20:54.859Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-04T09:20:54.859Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-04T09:20:54.859Z] === RUN TestDetectContentType [2022-05-04T09:20:54.859Z] --- PASS: TestDetectContentType (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestSelectAcceptableMIME [2022-05-04T09:20:54.859Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestInspectEmptyResponse [2022-05-04T09:20:54.859Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestInspectResponseBinary [2022-05-04T09:20:54.859Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestResponseUnsupportedContentType [2022-05-04T09:20:54.859Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestInspectResponseTextSimple [2022-05-04T09:20:54.859Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestInspectResponseEmptyContentType [2022-05-04T09:20:54.859Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestUnknownContentLength [2022-05-04T09:20:54.859Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestDownloadRemote [2022-05-04T09:20:54.859Z] --- PASS: TestDownloadRemote (0.12s) [2022-05-04T09:20:54.859Z] === RUN TestGetWithStatusError [2022-05-04T09:20:54.859Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestCloseRootDirectory [2022-05-04T09:20:54.859Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:20:54.859Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-04T09:20:54.859Z] === RUN TestHashFile [2022-05-04T09:20:54.859Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:20:55.338Z] --- SKIP: TestHashFile (0.00s) [2022-05-04T09:20:55.338Z] === RUN TestHashSubdir [2022-05-04T09:20:55.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:20:55.338Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-04T09:20:55.338Z] === RUN TestRemoveDirectory [2022-05-04T09:20:55.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:20:55.338Z] --- SKIP: TestRemoveDirectory (0.10s) [2022-05-04T09:20:55.338Z] PASS [2022-05-04T09:20:55.338Z] coverage: 9.3% of statements [2022-05-04T09:20:55.338Z] ok github.com/docker/docker/builder/remotecontext 0.403s coverage: 9.3% of statements [2022-05-04T09:20:55.338Z] === RUN TestEnable [2022-05-04T09:20:55.338Z] --- PASS: TestEnable (0.00s) [2022-05-04T09:20:55.338Z] === RUN TestDisable [2022-05-04T09:20:55.338Z] --- PASS: TestDisable (0.00s) [2022-05-04T09:20:55.338Z] === RUN TestEnabled [2022-05-04T09:20:55.338Z] --- PASS: TestEnabled (0.00s) [2022-05-04T09:20:55.338Z] PASS [2022-05-04T09:20:55.338Z] coverage: 100.0% of statements [2022-05-04T09:20:55.338Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-05-04T09:20:55.338Z] === RUN TestGetAllAllowed [2022-05-04T09:20:55.338Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-04T09:20:55.338Z] === RUN TestGetAllMeta [2022-05-04T09:20:55.807Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-04T09:20:55.807Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestIsUnreferencedBuiltin [2022-05-04T09:20:55.807Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestIsExistingDirectory [2022-05-04T09:20:55.807Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-04T09:20:55.807Z] === RUN TestGetFilenameForDownload [2022-05-04T09:20:55.807Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestEnv2Variables [2022-05-04T09:20:55.807Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-04T09:20:55.807Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestMaintainer [2022-05-04T09:20:55.807Z] --- PASS: TestMaintainer (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestLabel [2022-05-04T09:20:55.807Z] --- PASS: TestLabel (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestFromScratch [2022-05-04T09:20:55.807Z] --- PASS: TestFromScratch (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestFromWithArg [2022-05-04T09:20:55.807Z] --- PASS: TestFromWithArg (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-04T09:20:55.807Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestFromWithUndefinedArg [2022-05-04T09:20:55.807Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestFromMultiStageWithNamedStage [2022-05-04T09:20:55.807Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestOnbuild [2022-05-04T09:20:55.807Z] --- PASS: TestOnbuild (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestWorkdir [2022-05-04T09:20:55.807Z] --- PASS: TestWorkdir (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestCmd [2022-05-04T09:20:55.807Z] --- PASS: TestCmd (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestHealthcheckNone [2022-05-04T09:20:55.807Z] --- PASS: TestHealthcheckNone (0.01s) [2022-05-04T09:20:55.807Z] === RUN TestHealthcheckCmd [2022-05-04T09:20:55.807Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestEntrypoint [2022-05-04T09:20:55.807Z] --- PASS: TestEntrypoint (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestExpose [2022-05-04T09:20:55.807Z] --- PASS: TestExpose (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestUser [2022-05-04T09:20:55.807Z] --- PASS: TestUser (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestVolume [2022-05-04T09:20:55.807Z] --- PASS: TestVolume (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestStopSignal [2022-05-04T09:20:55.807Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:20:55.807Z] --- SKIP: TestStopSignal (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestArg [2022-05-04T09:20:55.807Z] --- PASS: TestArg (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestShell [2022-05-04T09:20:55.807Z] --- PASS: TestShell (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestPrependEnvOnCmd [2022-05-04T09:20:55.807Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestRunWithBuildArgs [2022-05-04T09:20:55.807Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestRunIgnoresHealthcheck [2022-05-04T09:20:55.807Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestDispatchUnsupportedOptions [2022-05-04T09:20:55.807Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-04T09:20:55.807Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-04T09:20:55.807Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-04T09:20:55.807Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestNormalizeWorkdir [2022-05-04T09:20:55.807Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestDispatch [2022-05-04T09:20:55.807Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-04T09:20:55.807Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-04T09:20:55.807Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-04T09:20:55.807Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-04T09:20:55.807Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-04T09:20:55.807Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-04T09:20:55.807Z] === RUN TestDispatch/COPY_url [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch (0.09s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-04T09:20:55.807Z] --- PASS: TestDispatch/COPY_url (0.01s) [2022-05-04T09:20:55.807Z] === RUN TestAddScratchImageAddsToMounts [2022-05-04T09:20:55.807Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-04T09:20:55.807Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-04T09:20:55.807Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-04T09:20:55.807Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestImageSourceGetAddsToMounts [2022-05-04T09:20:55.807Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestEmptyDockerfile [2022-05-04T09:20:55.807Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-04T09:20:55.807Z] === RUN TestSymlinkDockerfile [2022-05-04T09:20:55.807Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-04T09:20:55.807Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-04T09:20:55.807Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestNonExistingDockerfile [2022-05-04T09:20:55.807Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestCopyRunConfig [2022-05-04T09:20:55.807Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestDeepCopyRunConfig [2022-05-04T09:20:55.807Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestExportImage [2022-05-04T09:20:55.807Z] --- PASS: TestExportImage (0.00s) [2022-05-04T09:20:55.807Z] === RUN TestNormalizeDest [2022-05-04T09:20:55.807Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-04T09:20:55.807Z] PASS [2022-05-04T09:20:55.807Z] coverage: 46.7% of statements [2022-05-04T09:20:55.807Z] ok github.com/docker/docker/builder/dockerfile 0.277s coverage: 46.7% of statements [2022-05-04T09:20:56.151Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-05-04T09:20:56.151Z] --- PASS: TestStopContainerWithTimeout/0 (1.19s) [2022-05-04T09:20:56.151Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2022-05-04T09:20:56.151Z] --- PASS: TestStopContainerWithTimeout/3 (2.74s) [2022-05-04T09:20:56.151Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2022-05-04T09:20:56.151Z] === RUN TestDeleteDevicemapper [2022-05-04T09:20:56.151Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:20:56.151Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-04T09:20:56.151Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:20:56.454Z] 4612f6d0b889: Pull complete [2022-05-04T09:20:56.793Z] === RUN TestTCP4Proxy [2022-05-04T09:20:56.793Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-04T09:20:56.793Z] === RUN TestTCP4ProxyHalfClose [2022-05-04T09:20:56.793Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestTCP6Proxy [2022-05-04T09:20:56.793Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:20:56.793Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestTCPDualStackProxy [2022-05-04T09:20:56.793Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:20:56.793Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestUDP4Proxy [2022-05-04T09:20:56.793Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestUDP6Proxy [2022-05-04T09:20:56.793Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:20:56.793Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestUDPWriteError [2022-05-04T09:20:56.793Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestSCTP4Proxy [2022-05-04T09:20:56.793Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:20:56.793Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-04T09:20:56.793Z] === RUN TestSCTP6Proxy [2022-05-04T09:20:56.793Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:20:56.793Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-04T09:20:56.793Z] PASS [2022-05-04T09:20:56.793Z] coverage: 49.4% of statements [2022-05-04T09:20:56.793Z] ok github.com/docker/docker/cmd/docker-proxy 0.060s coverage: 49.4% of statements [2022-05-04T09:20:58.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-04T09:20:59.252Z] check_test.go:307: [d43f0a374df92] daemon is not started [2022-05-04T09:20:59.252Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-04T09:20:59.819Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.88s) [2022-05-04T09:20:59.819Z] === RUN TestUpdateMemory [2022-05-04T09:20:59.819Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:20:59.819Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-04T09:20:59.819Z] === RUN TestUpdateCPUQuota [2022-05-04T09:20:59.819Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-04T09:21:00.754Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-04T09:21:01.014Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-04T09:21:01.014Z] --- PASS: TestUpdateCPUQuota (1.43s) [2022-05-04T09:21:01.014Z] === RUN TestUpdatePidsLimit [2022-05-04T09:21:01.014Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-04T09:21:01.584Z] === RUN TestUpdatePidsLimit/no_change [2022-05-04T09:21:01.843Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-04T09:21:01.843Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-04T09:21:02.420Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-04T09:21:02.680Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-04T09:21:02.680Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-04T09:21:02.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-04T09:21:03.201Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-04T09:21:03.461Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-04T09:21:04.144Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-04T09:21:04.144Z] PASS [2022-05-04T09:21:04.144Z] [2022-05-04T09:21:04.144Z] === Skipped [2022-05-04T09:21:04.144Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-04T09:21:04.144Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:04.144Z] [2022-05-04T09:21:04.144Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-04T09:21:04.144Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:04.144Z] [2022-05-04T09:21:04.144Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-04T09:21:04.144Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:04.144Z] [2022-05-04T09:21:04.144Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-04T09:21:04.144Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:04.144Z] [2022-05-04T09:21:04.144Z] DONE 17 tests, 4 skipped in 26.100s [2022-05-04T09:21:04.144Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-04T09:21:04.144Z] ++ 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-05-04T09:21:04.144Z] ++ set -e [2022-05-04T09:21:04.144Z] ++ '[' -n 0 ']' [2022-05-04T09:21:04.144Z] ++ set -x [2022-05-04T09:21:04.145Z] ++ 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-05-04T09:21:04.145Z] INFO: Testing against a local daemon [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:21:04.145Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:21:04.145Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:21:04.145Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:21:04.145Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:21:04.145Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:21:04.145Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:21:04.145Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:21:04.145Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:21:04.145Z] === RUN TestPluginInstall [2022-05-04T09:21:04.145Z] === RUN TestPluginInstall/no_auth [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9dceb8393d21c7f2a4441fd6fcf62fd731680d8d5dc45d9bcef6d1a4a57d1862" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9dceb8393d21c7f2a4441fd6fcf62fd731680d8d5dc45d9bcef6d1a4a57d1862" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:04.145Z] === RUN TestPluginInstall/with_htpasswd [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9dceb8393d21c7f2a4441fd6fcf62fd731680d8d5dc45d9bcef6d1a4a57d1862" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:04.145Z] time="2022-05-04T09:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9dceb8393d21c7f2a4441fd6fcf62fd731680d8d5dc45d9bcef6d1a4a57d1862" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:04.406Z] === RUN TestPluginInstall/with_insecure [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit (3.74s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2022-05-04T09:21:04.842Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-05-04T09:21:04.842Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:21:05.352Z] time="2022-05-04T09:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:05.352Z] time="2022-05-04T09:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a433ddabc80ac89cf2e3471ca982a4ea3c03cfc6d58b76e9a9ac2e32ee178fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:05.352Z] time="2022-05-04T09:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:21:05.352Z] time="2022-05-04T09:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a433ddabc80ac89cf2e3471ca982a4ea3c03cfc6d58b76e9a9ac2e32ee178fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:21:05.352Z] plugin_test.go:195: [db05a2a0845be] daemon is not started [2022-05-04T09:21:05.352Z] --- PASS: TestPluginInstall (2.56s) [2022-05-04T09:21:05.352Z] --- PASS: TestPluginInstall/no_auth (0.99s) [2022-05-04T09:21:05.352Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-05-04T09:21:05.352Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-05-04T09:21:05.352Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:21:07.048Z] --- PASS: TestServiceUpdateNetwork (12.07s) [2022-05-04T09:21:07.048Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:21:07.270Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-04T09:21:07.610Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-04T09:21:07.842Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-04T09:21:08.132Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-04T09:21:08.537Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-04T09:21:08.782Z] --- PASS: TestPluginsWithRuntimes (3.22s) [2022-05-04T09:21:08.782Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-05-04T09:21:08.782Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-05-04T09:21:08.782Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:21:09.305Z] === RUN TestCheckpointCreateError [2022-05-04T09:21:09.305Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-04T09:21:09.305Z] === RUN TestCheckpointCreate [2022-05-04T09:21:09.305Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-04T09:21:09.305Z] === RUN TestCheckpointDeleteError [2022-05-04T09:21:09.305Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-04T09:21:09.305Z] === RUN TestCheckpointDelete [2022-05-04T09:21:09.305Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-04T09:21:09.305Z] === RUN TestCheckpointListError [2022-05-04T09:21:09.306Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCheckpointList [2022-05-04T09:21:09.306Z] --- PASS: TestCheckpointList (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCheckpointListContainerNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNewClientWithOpsFromEnv [2022-05-04T09:21:09.306Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:21:09.306Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestGetAPIPath [2022-05-04T09:21:09.306Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestParseHostURL [2022-05-04T09:21:09.306Z] --- PASS: TestParseHostURL (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-04T09:21:09.306Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPVersionOverride [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-04T09:21:09.306Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestClientRedirect [2022-05-04T09:21:09.306Z] === RUN TestClientRedirect/GET [2022-05-04T09:21:09.306Z] === RUN TestClientRedirect/POST [2022-05-04T09:21:09.306Z] === RUN TestClientRedirect/PUT [2022-05-04T09:21:09.306Z] === RUN TestClientRedirect/DELETE [2022-05-04T09:21:09.306Z] --- PASS: TestClientRedirect (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigCreateUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigCreateError [2022-05-04T09:21:09.306Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigCreate [2022-05-04T09:21:09.306Z] --- PASS: TestConfigCreate (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspectNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspectWithEmptyID [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspectUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspectError [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspectConfigNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigInspect [2022-05-04T09:21:09.306Z] --- PASS: TestConfigInspect (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigListUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigListError [2022-05-04T09:21:09.306Z] --- PASS: TestConfigListError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigList [2022-05-04T09:21:09.306Z] --- PASS: TestConfigList (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigRemoveUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigRemoveError [2022-05-04T09:21:09.306Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigRemove [2022-05-04T09:21:09.306Z] --- PASS: TestConfigRemove (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigUpdateUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigUpdateError [2022-05-04T09:21:09.306Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestConfigUpdate [2022-05-04T09:21:09.306Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCommitError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCommit [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCommit (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStatPathError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStatPathNotFoundError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStatPathNoHeaderError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStatPath [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyToContainerError [2022-05-04T09:21:09.306Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyToContainerNotFoundError [2022-05-04T09:21:09.306Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyToContainerEmptyResponse [2022-05-04T09:21:09.306Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyToContainer [2022-05-04T09:21:09.306Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyFromContainerError [2022-05-04T09:21:09.306Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyFromContainerNotFoundError [2022-05-04T09:21:09.306Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-04T09:21:09.306Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-04T09:21:09.306Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestCopyFromContainer [2022-05-04T09:21:09.306Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCreateError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCreateImageNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCreateWithName [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerCreateAutoRemove [2022-05-04T09:21:09.306Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerDiffError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerDiff [2022-05-04T09:21:09.306Z] --- PASS: TestContainerDiff (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecCreateError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecCreate [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecStartError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecStart [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecInspectError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecInspect [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExportError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExportError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExport [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExport (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerInspectError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerInspectContainerNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerInspectWithEmptyID [2022-05-04T09:21:09.306Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerInspect [2022-05-04T09:21:09.306Z] --- PASS: TestContainerInspect (0.01s) [2022-05-04T09:21:09.306Z] === RUN TestContainerInspectNode [2022-05-04T09:21:09.306Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerKillError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerKillError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerKill [2022-05-04T09:21:09.306Z] --- PASS: TestContainerKill (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerListError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerListError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerList [2022-05-04T09:21:09.306Z] --- PASS: TestContainerList (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerLogsNotFoundError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerLogsError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerLogs [2022-05-04T09:21:09.306Z] --- PASS: TestContainerLogs (0.21s) [2022-05-04T09:21:09.306Z] === RUN TestContainerPauseError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerPause [2022-05-04T09:21:09.306Z] --- PASS: TestContainerPause (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainersPruneError [2022-05-04T09:21:09.306Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainersPrune [2022-05-04T09:21:09.306Z] --- PASS: TestContainersPrune (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRemoveError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRemoveNotFoundError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRemove [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRemove (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRenameError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRename [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRename (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerResizeError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecResizeError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerResize [2022-05-04T09:21:09.306Z] --- PASS: TestContainerResize (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerExecResize [2022-05-04T09:21:09.306Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRestartError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerRestart [2022-05-04T09:21:09.306Z] --- PASS: TestContainerRestart (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStartError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStartError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStart [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStart (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStatsError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStats [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStats (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStopError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStopError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerStop [2022-05-04T09:21:09.306Z] --- PASS: TestContainerStop (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerTopError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerTopError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerTop [2022-05-04T09:21:09.306Z] --- PASS: TestContainerTop (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerUnpauseError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerUnpause [2022-05-04T09:21:09.306Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerUpdateError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerUpdate [2022-05-04T09:21:09.306Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerWaitError [2022-05-04T09:21:09.306Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestContainerWait [2022-05-04T09:21:09.306Z] --- PASS: TestContainerWait (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestDiskUsageError [2022-05-04T09:21:09.306Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestDiskUsage [2022-05-04T09:21:09.306Z] --- PASS: TestDiskUsage (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestDistributionInspectUnsupported [2022-05-04T09:21:09.306Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestDistributionInspectWithEmptyID [2022-05-04T09:21:09.306Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestEventsErrorInOptions [2022-05-04T09:21:09.306Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestEventsErrorFromServer [2022-05-04T09:21:09.306Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestEvents [2022-05-04T09:21:09.306Z] --- PASS: TestEvents (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestTLSCloseWriter [2022-05-04T09:21:09.306Z] === PAUSE TestTLSCloseWriter [2022-05-04T09:21:09.306Z] === RUN TestImageBuildError [2022-05-04T09:21:09.306Z] --- PASS: TestImageBuildError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageBuild [2022-05-04T09:21:09.306Z] --- PASS: TestImageBuild (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestGetDockerOS [2022-05-04T09:21:09.306Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageCreateError [2022-05-04T09:21:09.306Z] --- PASS: TestImageCreateError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageCreate [2022-05-04T09:21:09.306Z] --- PASS: TestImageCreate (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageHistoryError [2022-05-04T09:21:09.306Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageHistory [2022-05-04T09:21:09.306Z] --- PASS: TestImageHistory (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageImportError [2022-05-04T09:21:09.306Z] --- PASS: TestImageImportError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageImport [2022-05-04T09:21:09.306Z] --- PASS: TestImageImport (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageInspectError [2022-05-04T09:21:09.306Z] --- PASS: TestImageInspectError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageInspectImageNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageInspectWithEmptyID [2022-05-04T09:21:09.306Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageInspect [2022-05-04T09:21:09.306Z] --- PASS: TestImageInspect (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageListError [2022-05-04T09:21:09.306Z] --- PASS: TestImageListError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageList [2022-05-04T09:21:09.306Z] --- PASS: TestImageList (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageListApiBefore125 [2022-05-04T09:21:09.306Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageLoadError [2022-05-04T09:21:09.306Z] --- PASS: TestImageLoadError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageLoad [2022-05-04T09:21:09.306Z] --- PASS: TestImageLoad (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagesPruneError [2022-05-04T09:21:09.306Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagesPrune [2022-05-04T09:21:09.306Z] --- PASS: TestImagesPrune (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullReferenceParseError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullAnyError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePullWithoutErrors [2022-05-04T09:21:09.306Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushReferenceError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushAnyError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithoutErrors [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-04T09:21:09.306Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-04T09:21:09.306Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageRemoveError [2022-05-04T09:21:09.306Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageRemoveImageNotFound [2022-05-04T09:21:09.306Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageRemove [2022-05-04T09:21:09.306Z] --- PASS: TestImageRemove (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSaveError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSaveError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSave [2022-05-04T09:21:09.306Z] --- PASS: TestImageSave (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchAnyError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageSearchWithoutErrors [2022-05-04T09:21:09.306Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageTagError [2022-05-04T09:21:09.306Z] --- PASS: TestImageTagError (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageTagInvalidReference [2022-05-04T09:21:09.306Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-04T09:21:09.306Z] === RUN TestImageTagInvalidSourceImageName [2022-05-04T09:21:09.307Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestImageTagHexSource [2022-05-04T09:21:09.307Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestImageTag [2022-05-04T09:21:09.307Z] --- PASS: TestImageTag (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestInfoServerError [2022-05-04T09:21:09.307Z] --- PASS: TestInfoServerError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestInfoInvalidResponseJSONError [2022-05-04T09:21:09.307Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestInfo [2022-05-04T09:21:09.307Z] --- PASS: TestInfo (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkConnectError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkConnect [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkCreateError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkCreate [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkDisconnectError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkDisconnect [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/empty_ID [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/no_options [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/verbose [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/global_scope [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/unknown_network [2022-05-04T09:21:09.307Z] === RUN TestNetworkInspect/server_error [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect (0.03s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/unknown_network (0.03s) [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkListError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkList [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworksPruneError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworksPrune [2022-05-04T09:21:09.307Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNetworkRemove [2022-05-04T09:21:09.307Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeInspectNodeNotFound [2022-05-04T09:21:09.307Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeInspect [2022-05-04T09:21:09.307Z] --- PASS: TestNodeInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeListError [2022-05-04T09:21:09.307Z] --- PASS: TestNodeListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeList [2022-05-04T09:21:09.307Z] --- PASS: TestNodeList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeRemove [2022-05-04T09:21:09.307Z] --- PASS: TestNodeRemove (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeUpdateError [2022-05-04T09:21:09.307Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestNodeUpdate [2022-05-04T09:21:09.307Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestOptionWithHostFromEnv [2022-05-04T09:21:09.307Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestOptionWithTimeout [2022-05-04T09:21:09.307Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestOptionWithVersionFromEnv [2022-05-04T09:21:09.307Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPingFail [2022-05-04T09:21:09.307Z] --- PASS: TestPingFail (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPingWithError [2022-05-04T09:21:09.307Z] 2022/05/04 09:21:09 RoundTripper returned a response & error; ignoring response [2022-05-04T09:21:09.307Z] 2022/05/04 09:21:09 RoundTripper returned a response & error; ignoring response [2022-05-04T09:21:09.307Z] --- PASS: TestPingWithError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPingSuccess [2022-05-04T09:21:09.307Z] --- PASS: TestPingSuccess (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPingHeadFallback [2022-05-04T09:21:09.307Z] === RUN TestPingHeadFallback/OK [2022-05-04T09:21:09.307Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-04T09:21:09.307Z] === RUN TestPingHeadFallback/Not_Found [2022-05-04T09:21:09.307Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-04T09:21:09.307Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-04T09:21:09.307Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginDisableError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginDisable [2022-05-04T09:21:09.307Z] --- PASS: TestPluginDisable (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginEnableError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginEnable [2022-05-04T09:21:09.307Z] --- PASS: TestPluginEnable (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginInspect [2022-05-04T09:21:09.307Z] --- PASS: TestPluginInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginListError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginList [2022-05-04T09:21:09.307Z] --- PASS: TestPluginList (0.01s) [2022-05-04T09:21:09.307Z] === RUN TestPluginPushError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginPushError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginPush [2022-05-04T09:21:09.307Z] --- PASS: TestPluginPush (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginRemove [2022-05-04T09:21:09.307Z] --- PASS: TestPluginRemove (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginSetError [2022-05-04T09:21:09.307Z] --- PASS: TestPluginSetError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPluginSet [2022-05-04T09:21:09.307Z] --- PASS: TestPluginSet (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSetHostHeader [2022-05-04T09:21:09.307Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestPlainTextError [2022-05-04T09:21:09.307Z] --- PASS: TestPlainTextError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestInfiniteError [2022-05-04T09:21:09.307Z] --- PASS: TestInfiniteError (0.03s) [2022-05-04T09:21:09.307Z] === RUN TestCanceledContext [2022-05-04T09:21:09.307Z] 2022/05/04 09:21:09 RoundTripper returned a response & error; ignoring response [2022-05-04T09:21:09.307Z] --- PASS: TestCanceledContext (0.01s) [2022-05-04T09:21:09.307Z] === RUN TestDeadlineExceededContext [2022-05-04T09:21:09.307Z] 2022/05/04 09:21:09 RoundTripper returned a response & error; ignoring response [2022-05-04T09:21:09.307Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretCreateUnsupported [2022-05-04T09:21:09.307Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretCreateError [2022-05-04T09:21:09.307Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretCreate [2022-05-04T09:21:09.307Z] --- PASS: TestSecretCreate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretInspectUnsupported [2022-05-04T09:21:09.307Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretInspectSecretNotFound [2022-05-04T09:21:09.307Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretInspect [2022-05-04T09:21:09.307Z] --- PASS: TestSecretInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretListUnsupported [2022-05-04T09:21:09.307Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretListError [2022-05-04T09:21:09.307Z] --- PASS: TestSecretListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretList [2022-05-04T09:21:09.307Z] --- PASS: TestSecretList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretRemoveUnsupported [2022-05-04T09:21:09.307Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretRemove [2022-05-04T09:21:09.307Z] --- PASS: TestSecretRemove (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretUpdateUnsupported [2022-05-04T09:21:09.307Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretUpdateError [2022-05-04T09:21:09.307Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSecretUpdate [2022-05-04T09:21:09.307Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceCreateError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceCreate [2022-05-04T09:21:09.307Z] --- PASS: TestServiceCreate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-04T09:21:09.307Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceCreateDigestPinning [2022-05-04T09:21:09.307Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceInspectServiceNotFound [2022-05-04T09:21:09.307Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceInspect [2022-05-04T09:21:09.307Z] --- PASS: TestServiceInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceListError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceList [2022-05-04T09:21:09.307Z] --- PASS: TestServiceList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceLogsError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceLogs [2022-05-04T09:21:09.307Z] --- PASS: TestServiceLogs (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceRemoveNotFoundError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceRemove [2022-05-04T09:21:09.307Z] --- PASS: TestServiceRemove (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceUpdateError [2022-05-04T09:21:09.307Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestServiceUpdate [2022-05-04T09:21:09.307Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmGetUnlockKeyError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmGetUnlockKey [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmInitError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmInit [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmInit (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmInspect [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmJoinError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmJoin [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmLeaveError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmLeave [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmUnlockError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmUnlock [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmUpdateError [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestSwarmUpdate [2022-05-04T09:21:09.307Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestTaskInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestTaskInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestTaskInspect [2022-05-04T09:21:09.307Z] --- PASS: TestTaskInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestTaskListError [2022-05-04T09:21:09.307Z] --- PASS: TestTaskListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestTaskList [2022-05-04T09:21:09.307Z] --- PASS: TestTaskList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeCreateError [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeCreate [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeInspectError [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeInspectNotFound [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeInspectWithEmptyID [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeInspect [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeListError [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeListError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeList [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeList (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeRemoveError [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-04T09:21:09.307Z] === RUN TestVolumeRemove [2022-05-04T09:21:09.307Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-04T09:21:09.307Z] === CONT TestTLSCloseWriter [2022-05-04T09:21:09.307Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-04T09:21:09.307Z] PASS [2022-05-04T09:21:09.307Z] coverage: 75.1% of statements [2022-05-04T09:21:09.307Z] ok github.com/docker/docker/client 0.628s coverage: 75.1% of statements [2022-05-04T09:21:09.353Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-05-04T09:21:09.353Z] PASS [2022-05-04T09:21:09.353Z] [2022-05-04T09:21:09.353Z] DONE 24 tests in 6.486s [2022-05-04T09:21:09.353Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-04T09:21:09.353Z] ++ 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-05-04T09:21:09.353Z] ++ set -e [2022-05-04T09:21:09.353Z] ++ '[' -n 0 ']' [2022-05-04T09:21:09.353Z] ++ set -x [2022-05-04T09:21:09.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-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-05-04T09:21:09.353Z] INFO: Testing against a local daemon [2022-05-04T09:21:09.353Z] === RUN TestExternalGraphDriver [2022-05-04T09:21:09.353Z] === RUN TestExternalGraphDriver/json [2022-05-04T09:21:09.506Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-04T09:21:10.072Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-04T09:21:11.009Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-04T09:21:11.263Z] === RUN TestExternalGraphDriver/spec [2022-05-04T09:21:11.575Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-04T09:21:12.647Z] === RUN TestExternalGraphDriver/pull [2022-05-04T09:21:14.036Z] --- PASS: TestExternalGraphDriver (4.74s) [2022-05-04T09:21:14.036Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-05-04T09:21:14.036Z] --- PASS: TestExternalGraphDriver/spec (1.57s) [2022-05-04T09:21:14.036Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-05-04T09:21:14.036Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:21:14.036Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:14.036Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-04T09:21:14.036Z] PASS [2022-05-04T09:21:14.036Z] [2022-05-04T09:21:14.036Z] === Skipped [2022-05-04T09:21:14.036Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-04T09:21:14.036Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:21:14.036Z] [2022-05-04T09:21:14.036Z] DONE 5 tests, 1 skipped in 4.864s [2022-05-04T09:21:14.036Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-04T09:21:14.036Z] ++ 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-05-04T09:21:14.036Z] ++ set -e [2022-05-04T09:21:14.036Z] ++ '[' -n 0 ']' [2022-05-04T09:21:14.036Z] ++ set -x [2022-05-04T09:21:14.036Z] ++ 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-05-04T09:21:14.297Z] INFO: Testing against a local daemon [2022-05-04T09:21:14.297Z] === RUN TestContinueAfterPluginCrash [2022-05-04T09:21:14.297Z] === PAUSE TestContinueAfterPluginCrash [2022-05-04T09:21:14.297Z] === RUN TestReadPluginNoRead [2022-05-04T09:21:14.297Z] === PAUSE TestReadPluginNoRead [2022-05-04T09:21:14.297Z] === RUN TestDaemonStartWithLogOpt [2022-05-04T09:21:14.297Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-04T09:21:14.297Z] === CONT TestContinueAfterPluginCrash [2022-05-04T09:21:14.297Z] === CONT TestDaemonStartWithLogOpt [2022-05-04T09:21:14.865Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-04T09:21:15.074Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-04T09:21:15.803Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-04T09:21:15.803Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-04T09:21:17.606Z] --- PASS: TestDaemonStartWithLogOpt (3.04s) [2022-05-04T09:21:17.606Z] === CONT TestReadPluginNoRead [2022-05-04T09:21:17.712Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-04T09:21:17.712Z] --- PASS: TestUpdateRestartPolicy (12.72s) [2022-05-04T09:21:17.712Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:21:17.972Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-04T09:21:18.232Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2022-05-04T09:21:18.232Z] === RUN TestWaitNonBlocked [2022-05-04T09:21:18.232Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-04T09:21:18.232Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:21:18.232Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:21:18.232Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:21:18.232Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:21:18.232Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:21:18.232Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:21:18.799Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-04T09:21:19.368Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-04T09:21:19.522Z] === RUN TestReadPluginNoRead/default [2022-05-04T09:21:19.626Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-05-04T09:21:19.626Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.23s) [2022-05-04T09:21:19.626Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.39s) [2022-05-04T09:21:19.626Z] === RUN TestWaitBlocked [2022-05-04T09:21:19.626Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-04T09:21:19.626Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:21:19.626Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:21:19.626Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:21:19.626Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:21:19.626Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-04T09:21:19.626Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-04T09:21:20.194Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-04T09:21:20.194Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-04T09:21:20.194Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-04T09:21:20.464Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-04T09:21:21.130Z] --- PASS: TestWaitBlocked (0.03s) [2022-05-04T09:21:21.130Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.30s) [2022-05-04T09:21:21.130Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.35s) [2022-05-04T09:21:21.130Z] === CONT TestContainerStartOnDaemonRestart [2022-05-04T09:21:21.130Z] === CONT TestContainerKillOnDaemonStart [2022-05-04T09:21:21.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-04T09:21:21.130Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-04T09:21:21.130Z] check_test.go:307: [d300ebc37c4f9] daemon is not started [2022-05-04T09:21:21.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-04T09:21:21.130Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-04T09:21:21.130Z] check_test.go:307: [daf67f34e88e4] daemon is not started [2022-05-04T09:21:21.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-04T09:21:21.698Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-04T09:21:21.846Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-04T09:21:22.106Z] --- PASS: TestContinueAfterPluginCrash (7.89s) [2022-05-04T09:21:23.047Z] === CONT TestReadPluginNoRead [2022-05-04T09:21:23.047Z] read_test.go:92: [dbefb3be84fe1] daemon is not started [2022-05-04T09:21:23.047Z] --- PASS: TestReadPluginNoRead (5.65s) [2022-05-04T09:21:23.047Z] --- PASS: TestReadPluginNoRead/default (1.19s) [2022-05-04T09:21:23.047Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-05-04T09:21:23.047Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.12s) [2022-05-04T09:21:23.047Z] PASS [2022-05-04T09:21:23.047Z] [2022-05-04T09:21:23.047Z] DONE 6 tests in 8.794s [2022-05-04T09:21:23.047Z] 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-05-04T09:21:23.047Z] ++ 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-05-04T09:21:23.047Z] ++ set -e [2022-05-04T09:21:23.047Z] ++ '[' -n 0 ']' [2022-05-04T09:21:23.047Z] ++ set -x [2022-05-04T09:21:23.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-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-05-04T09:21:23.047Z] testing: warning: no tests to run [2022-05-04T09:21:23.047Z] PASS [2022-05-04T09:21:23.047Z] [2022-05-04T09:21:23.047Z] DONE 0 tests in 0.033s [2022-05-04T09:21:23.047Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-04T09:21:23.047Z] ++ 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-05-04T09:21:23.047Z] ++ set -e [2022-05-04T09:21:23.047Z] ++ '[' -n 0 ']' [2022-05-04T09:21:23.047Z] ++ set -x [2022-05-04T09:21:23.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-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-05-04T09:21:23.047Z] INFO: Testing against a local daemon [2022-05-04T09:21:23.047Z] === RUN TestPluginWithDevMounts [2022-05-04T09:21:23.047Z] === PAUSE TestPluginWithDevMounts [2022-05-04T09:21:23.047Z] === CONT TestPluginWithDevMounts [2022-05-04T09:21:23.164Z] --- PASS: TestServiceUpdatePidsLimit (16.28s) [2022-05-04T09:21:23.164Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-05-04T09:21:23.164Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-05-04T09:21:23.164Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-05-04T09:21:23.164Z] PASS [2022-05-04T09:21:23.164Z] [2022-05-04T09:21:23.164Z] === Skipped [2022-05-04T09:21:23.164Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-04T09:21:23.164Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:21:23.164Z] [2022-05-04T09:21:23.164Z] DONE 27 tests, 1 skipped in 163.765s [2022-05-04T09:21:23.164Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-04T09:21:23.164Z] INFO: Testing against a local daemon [2022-05-04T09:21:23.164Z] === RUN TestSessionCreate [2022-05-04T09:21:23.164Z] --- PASS: TestSessionCreate (0.04s) [2022-05-04T09:21:23.164Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:21:23.164Z] --- PASS: TestSessionCreateWithBadUpgrade (0.07s) [2022-05-04T09:21:23.164Z] PASS [2022-05-04T09:21:23.164Z] [2022-05-04T09:21:23.164Z] DONE 2 tests in 0.161s [2022-05-04T09:21:23.164Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-04T09:21:23.164Z] INFO: Testing against a local daemon [2022-05-04T09:21:23.164Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:21:23.164Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:21:23.164Z] === RUN TestDiskUsage [2022-05-04T09:21:23.164Z] === PAUSE TestDiskUsage [2022-05-04T09:21:23.164Z] === RUN TestEventsExecDie [2022-05-04T09:21:23.420Z] --- PASS: TestEventsExecDie (0.58s) [2022-05-04T09:21:23.420Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:21:23.420Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-04T09:21:23.420Z] === RUN TestEventsVolumeCreate [2022-05-04T09:21:23.420Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-04T09:21:23.420Z] === RUN TestInfoBinaryCommits [2022-05-04T09:21:23.677Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-05-04T09:21:23.677Z] === RUN TestInfoAPIVersioned [2022-05-04T09:21:23.677Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-04T09:21:23.677Z] === RUN TestInfoAPI [2022-05-04T09:21:23.677Z] --- PASS: TestInfoAPI (0.02s) [2022-05-04T09:21:23.677Z] === RUN TestInfoAPIWarnings [2022-05-04T09:21:24.234Z] --- PASS: TestContainerStartOnDaemonRestart (3.24s) [2022-05-04T09:21:24.234Z] === CONT TestIpcModeOlderClient [2022-05-04T09:21:24.435Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-05-04T09:21:24.435Z] PASS [2022-05-04T09:21:24.435Z] [2022-05-04T09:21:24.435Z] DONE 1 tests in 1.611s [2022-05-04T09:21:24.494Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-05-04T09:21:24.494Z] === CONT TestDaemonHostGatewayIP [2022-05-04T09:21:24.696Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-04T09:21:24.696Z] ++ 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-05-04T09:21:24.696Z] ++ set -e [2022-05-04T09:21:24.696Z] ++ '[' -n 0 ']' [2022-05-04T09:21:24.696Z] ++ set -x [2022-05-04T09:21:24.696Z] ++ 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-05-04T09:21:24.696Z] INFO: Testing against a local daemon [2022-05-04T09:21:24.696Z] === RUN TestSecretInspect [2022-05-04T09:21:24.753Z] check_test.go:307: [d217a20dff6e3] daemon is not started [2022-05-04T09:21:24.753Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-04T09:21:27.123Z] --- PASS: TestCheckoutGit (34.52s) [2022-05-04T09:21:27.123Z] === RUN TestValidGitTransport [2022-05-04T09:21:27.123Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-04T09:21:27.123Z] === RUN TestGitInvalidRef [2022-05-04T09:21:27.249Z] --- PASS: TestSecretInspect (2.14s) [2022-05-04T09:21:27.249Z] === RUN TestSecretList [2022-05-04T09:21:27.327Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-04T09:21:27.591Z] --- PASS: TestGitInvalidRef (0.31s) [2022-05-04T09:21:27.591Z] PASS [2022-05-04T09:21:27.591Z] coverage: 86.3% of statements [2022-05-04T09:21:27.591Z] ok github.com/docker/docker/builder/remotecontext/git 34.986s coverage: 86.3% of statements [2022-05-04T09:21:27.617Z] --- PASS: TestDaemonHostGatewayIP (3.24s) [2022-05-04T09:21:27.617Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-04T09:21:27.883Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-04T09:21:28.579Z] ? github.com/docker/docker/cli [no test files] [2022-05-04T09:21:28.579Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-04T09:21:28.579Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-04T09:21:28.579Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-04T09:21:29.221Z] --- PASS: TestSecretList (2.29s) [2022-05-04T09:21:29.221Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:21:29.268Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-04T09:21:29.527Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-04T09:21:29.527Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-04T09:21:30.465Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-04T09:21:30.465Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.91s) [2022-05-04T09:21:30.465Z] === CONT TestDaemonRestartIpcMode [2022-05-04T09:21:31.031Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-04T09:21:31.147Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-05-04T09:21:31.147Z] === RUN TestSecretsUpdate [2022-05-04T09:21:31.290Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-04T09:21:32.667Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-04T09:21:32.732Z] dccd9e4d14d3: Pull complete [2022-05-04T09:21:32.732Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-05-04T09:21:32.732Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:21:32.732Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-04T09:21:32.732Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-04T09:21:32.732Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-05-04T09:21:32.732Z] WARN: Skipping validation tests [2022-05-04T09:21:32.732Z] INFO: Running unit tests at 05/04/2022 09:21:24... [2022-05-04T09:21:32.732Z] INFO: make.ps1 starting at 05/04/2022 09:21:29 [2022-05-04T09:21:32.732Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:21:32.732Z] INFO: Running unit tests... [2022-05-04T09:21:33.059Z] --- PASS: TestSecretsUpdate (1.80s) [2022-05-04T09:21:33.059Z] === RUN TestTemplatedSecret [2022-05-04T09:21:34.573Z] --- PASS: TestDaemonRestartIpcMode (3.89s) [2022-05-04T09:21:34.573Z] --- PASS: TestContainerKillOnDaemonStart (13.48s) [2022-05-04T09:21:34.573Z] PASS [2022-05-04T09:21:34.573Z] [2022-05-04T09:21:34.573Z] === Skipped [2022-05-04T09:21:34.573Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-04T09:21:34.573Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:21:34.573Z] [2022-05-04T09:21:34.574Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:21:34.574Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:21:34.574Z] [2022-05-04T09:21:34.574Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:21:34.574Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:21:34.574Z] [2022-05-04T09:21:34.574Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-04T09:21:34.574Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-04T09:21:34.574Z] [2022-05-04T09:21:34.574Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-04T09:21:34.574Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-04T09:21:34.574Z] [2022-05-04T09:21:34.574Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-04T09:21:34.574Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:21:34.574Z] [2022-05-04T09:21:34.574Z] DONE 235 tests, 6 skipped in 164.501s [2022-05-04T09:21:34.574Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-04T09:21:34.574Z] ++ 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-05-04T09:21:34.574Z] ++ set -e [2022-05-04T09:21:34.574Z] ++ '[' -n 0 ']' [2022-05-04T09:21:34.574Z] ++ set -x [2022-05-04T09:21:34.574Z] ++ 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-05-04T09:21:34.833Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:21:35.406Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:21:35.406Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-04T09:21:35.406Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-04T09:21:35.406Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-04T09:21:35.406Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-04T09:21:35.406Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-04T09:21:35.406Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-04T09:21:35.406Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-04T09:21:35.406Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-04T09:21:35.606Z] --- PASS: TestTemplatedSecret (2.50s) [2022-05-04T09:21:35.606Z] === RUN TestSecretCreateResolve [2022-05-04T09:21:35.665Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-04T09:21:35.665Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-04T09:21:35.665Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-04T09:21:35.665Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.17s) [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.16s) [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation/valid_config (0.19s) [2022-05-04T09:21:35.926Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.13s) [2022-05-04T09:21:35.926Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:21:35.926Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-04T09:21:36.863Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-04T09:21:38.155Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-05-04T09:21:38.155Z] PASS [2022-05-04T09:21:38.155Z] [2022-05-04T09:21:38.155Z] DONE 6 tests in 13.190s [2022-05-04T09:21:38.155Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-04T09:21:38.155Z] ++ 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-05-04T09:21:38.155Z] ++ set -e [2022-05-04T09:21:38.155Z] ++ '[' -n 0 ']' [2022-05-04T09:21:38.155Z] ++ set -x [2022-05-04T09:21:38.155Z] ++ 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-05-04T09:21:38.155Z] INFO: Testing against a local daemon [2022-05-04T09:21:38.155Z] === RUN TestServiceCreateInit [2022-05-04T09:21:38.155Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:21:38.241Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-04T09:21:38.241Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-04T09:21:38.998Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-04T09:21:38.998Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-04T09:21:38.999Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-04T09:21:38.999Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-04T09:21:38.999Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-04T09:21:38.999Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-04T09:21:38.999Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-04T09:21:38.999Z] === RUN TestConfigureDaemonLogs [2022-05-04T09:21:38.999Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-04T09:21:39.181Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-04T09:21:39.181Z] daemon_test.go:156: [d09253cf2ec91] daemon is not started [2022-05-04T09:21:39.181Z] --- PASS: TestConfigDaemonSeccompProfiles (3.20s) [2022-05-04T09:21:39.181Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-04T09:21:39.181Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2022-05-04T09:21:39.181Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-05-04T09:21:39.181Z] === RUN TestDaemonProxy [2022-05-04T09:21:39.181Z] === RUN TestDaemonProxy/environment_variables [2022-05-04T09:21:39.467Z] === RUN TestCommonOptionsInstallFlags [2022-05-04T09:21:39.467Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-04T09:21:39.467Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-04T09:21:39.467Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-04T09:21:39.467Z] PASS [2022-05-04T09:21:39.467Z] coverage: 20.1% of statements [2022-05-04T09:21:39.467Z] ok github.com/docker/docker/cmd/dockerd 0.227s coverage: 20.1% of statements [2022-05-04T09:21:39.467Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-04T09:21:39.467Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-04T09:21:39.790Z] 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/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/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-04T09:21:41.033Z] === RUN TestContainerStopSignal [2022-05-04T09:21:41.033Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestContainerStopTimeout [2022-05-04T09:21:41.033Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-04T09:21:41.033Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-04T09:21:41.033Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-04T09:21:41.033Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestReplaceAndAppendEnvVars [2022-05-04T09:21:41.033Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-04T09:21:41.033Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestNewMemoryStore [2022-05-04T09:21:41.033Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestAddContainers [2022-05-04T09:21:41.033Z] --- PASS: TestAddContainers (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestGetContainer [2022-05-04T09:21:41.033Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestDeleteContainer [2022-05-04T09:21:41.033Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestListContainers [2022-05-04T09:21:41.033Z] --- PASS: TestListContainers (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestFirstContainer [2022-05-04T09:21:41.033Z] --- PASS: TestFirstContainer (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestApplyAllContainer [2022-05-04T09:21:41.033Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestIsValidHealthString [2022-05-04T09:21:41.033Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestStateRunStop [2022-05-04T09:21:41.033Z] --- PASS: TestStateRunStop (0.00s) [2022-05-04T09:21:41.033Z] === RUN TestStateTimeoutWait [2022-05-04T09:21:41.088Z] === RUN TestDaemonProxy/command-line_options [2022-05-04T09:21:41.463Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:21:41.513Z] state_test.go:141: Stop callback fired [2022-05-04T09:21:41.513Z] state_test.go:165: Stop callback fired [2022-05-04T09:21:41.513Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-04T09:21:41.513Z] === RUN TestIsValidStateString [2022-05-04T09:21:41.513Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-04T09:21:41.513Z] === RUN TestViewSaveDelete [2022-05-04T09:21:41.513Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-04T09:21:41.513Z] === RUN TestViewAll [2022-05-04T09:21:41.513Z] --- PASS: TestViewAll (0.03s) [2022-05-04T09:21:41.513Z] === RUN TestViewGet [2022-05-04T09:21:41.513Z] --- PASS: TestViewGet (0.01s) [2022-05-04T09:21:41.513Z] === RUN TestNames [2022-05-04T09:21:41.513Z] --- PASS: TestNames (0.00s) [2022-05-04T09:21:41.513Z] === RUN TestViewWithHealthCheck [2022-05-04T09:21:41.513Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-04T09:21:41.513Z] PASS [2022-05-04T09:21:41.513Z] coverage: 41.7% of statements [2022-05-04T09:21:41.513Z] ok github.com/docker/docker/container 0.268s coverage: 41.7% of statements [2022-05-04T09:21:41.513Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-04T09:21:41.513Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-04T09:21:41.513Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-04T09:21:41.513Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-04T09:21:41.655Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-04T09:21:41.726Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-04T09:21:41.726Z] === RUN TestInfoDebug [2022-05-04T09:21:41.726Z] --- PASS: TestInfoDebug (0.52s) [2022-05-04T09:21:41.726Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:21:41.726Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-04T09:21:41.726Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:21:41.726Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-04T09:21:41.726Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:21:41.726Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-05-04T09:21:41.726Z] === RUN TestPingCacheHeaders [2022-05-04T09:21:41.726Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-04T09:21:41.726Z] === RUN TestPingGet [2022-05-04T09:21:41.726Z] --- PASS: TestPingGet (0.01s) [2022-05-04T09:21:41.726Z] === RUN TestPingHead [2022-05-04T09:21:41.726Z] --- PASS: TestPingHead (0.02s) [2022-05-04T09:21:41.726Z] === RUN TestPingSwarmHeader [2022-05-04T09:21:41.981Z] === RUN TestPrepare [2022-05-04T09:21:41.981Z] --- PASS: TestPrepare (0.00s) [2022-05-04T09:21:41.981Z] === RUN TestStart [2022-05-04T09:21:41.981Z] --- PASS: TestStart (0.00s) [2022-05-04T09:21:41.981Z] === RUN TestWaitCancel [2022-05-04T09:21:41.981Z] --- PASS: TestWaitCancel (0.00s) [2022-05-04T09:21:41.981Z] === RUN TestWaitDisabled [2022-05-04T09:21:41.981Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-04T09:21:41.981Z] === RUN TestWaitEnabled [2022-05-04T09:21:41.981Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-04T09:21:41.981Z] === RUN TestRemove [2022-05-04T09:21:41.981Z] --- PASS: TestRemove (0.00s) [2022-05-04T09:21:41.981Z] PASS [2022-05-04T09:21:41.981Z] coverage: 65.3% of statements [2022-05-04T09:21:41.981Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2022-05-04T09:21:42.222Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-04T09:21:42.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-04T09:21:42.287Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-04T09:21:42.480Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-04T09:21:42.739Z] === RUN TestDaemonProxy/configuration_file [2022-05-04T09:21:42.849Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-04T09:21:43.778Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-04T09:21:43.778Z] --- PASS: TestPingSwarmHeader (2.05s) [2022-05-04T09:21:43.778Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-04T09:21:43.778Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-04T09:21:43.778Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-04T09:21:43.778Z] === RUN TestVersion [2022-05-04T09:21:43.778Z] --- PASS: TestVersion (0.02s) [2022-05-04T09:21:43.778Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:21:43.778Z] === CONT TestDiskUsage [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/container_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/image_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/volume_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-04T09:21:44.342Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-04T09:21:44.599Z] === RUN TestDiskUsage/after_container.Run [2022-05-04T09:21:44.641Z] === RUN TestDaemonProxy/conflicting_options [2022-05-04T09:21:44.900Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-04T09:21:45.159Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-04T09:21:45.164Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy (6.33s) [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-05-04T09:21:45.418Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-04T09:21:45.418Z] PASS [2022-05-04T09:21:45.418Z] [2022-05-04T09:21:45.418Z] DONE 17 tests in 10.859s [2022-05-04T09:21:45.418Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-04T09:21:45.418Z] ++ 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-05-04T09:21:45.418Z] ++ set -e [2022-05-04T09:21:45.418Z] ++ '[' -n 0 ']' [2022-05-04T09:21:45.418Z] ++ set -x [2022-05-04T09:21:45.419Z] ++ 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-05-04T09:21:45.419Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-04T09:21:45.421Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage (1.55s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run (0.56s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-04T09:21:45.421Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:21:45.421Z] PASS [2022-05-04T09:21:45.421Z] [2022-05-04T09:21:45.421Z] DONE 54 tests in 22.632s [2022-05-04T09:21:45.421Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-04T09:21:45.421Z] INFO: Testing against a local daemon [2022-05-04T09:21:45.421Z] === RUN TestVolumesCreateAndList [2022-05-04T09:21:45.421Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-04T09:21:45.421Z] === RUN TestVolumesRemove [2022-05-04T09:21:45.666Z] --- PASS: TestServiceCreateInit (7.26s) [2022-05-04T09:21:45.666Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s) [2022-05-04T09:21:45.666Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s) [2022-05-04T09:21:45.666Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:21:45.677Z] INFO: Testing against a local daemon [2022-05-04T09:21:45.677Z] === RUN TestCommitInheritsEnv [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesRemove (0.07s) [2022-05-04T09:21:45.677Z] === RUN TestVolumesInspect [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:21:45.677Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:21:45.677Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:21:45.677Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:21:45.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:21:45.677Z] PASS [2022-05-04T09:21:45.677Z] [2022-05-04T09:21:45.678Z] DONE 9 tests in 0.135s [2022-05-04T09:21:45.678Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:21:45.770Z] === RUN TestNewListSecretsFilters [2022-05-04T09:21:45.770Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestNewListConfigsFilters [2022-05-04T09:21:45.770Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-04T09:21:45.770Z] PASS [2022-05-04T09:21:45.770Z] coverage: 0.5% of statements [2022-05-04T09:21:45.770Z] ok github.com/docker/docker/daemon/cluster 0.714s coverage: 0.5% of statements [2022-05-04T09:21:45.770Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-04T09:21:45.770Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-04T09:21:45.770Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-04T09:21:45.770Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-04T09:21:45.770Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-04T09:21:45.770Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-04T09:21:45.770Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-04T09:21:45.770Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-04T09:21:46.239Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-04T09:21:46.239Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-04T09:21:46.239Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-04T09:21:46.239Z] PASS [2022-05-04T09:21:46.239Z] coverage: 35.9% of statements [2022-05-04T09:21:46.239Z] ok github.com/docker/docker/daemon/cluster/convert 0.756s coverage: 35.9% of statements [2022-05-04T09:21:46.243Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-04T09:21:46.243Z] Removing test suite binaries [2022-05-04T09:21:46.243Z] exiting test-integration [2022-05-04T09:21:46.243Z] ++ exit 0 [2022-05-04T09:21:46.243Z] [2022-05-04T09:21:46.245Z] --- PASS: TestCommitInheritsEnv (0.40s) [2022-05-04T09:21:46.245Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:21:46.245Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-04T09:21:46.245Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:21:46.245Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-04T09:21:46.245Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-04T09:21:46.245Z] === RUN TestImportWithCustomPlatform// [2022-05-04T09:21:46.245Z] === RUN TestImportWithCustomPlatform/linux [2022-05-04T09:21:46.505Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-04T09:21:46.505Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-04T09:21:46.765Z] === RUN TestImportWithCustomPlatform/macos [2022-05-04T09:21:46.765Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-04T09:21:46.765Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform (0.67s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/#00 (0.14s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/linux (0.17s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.13s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.17s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-04T09:21:46.765Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-04T09:21:46.765Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:21:47.025Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-05-04T09:21:47.025Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:21:47.025Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-04T09:21:47.025Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:21:47.595Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2022-05-04T09:21:47.595Z] === RUN TestRemoveImageGarbageCollector Post stage [Pipeline] junit [2022-05-04T09:21:47.626Z] Recording test results [2022-05-04T09:21:48.163Z] time="2022-05-04T09:21:47Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-04T09:21:48.735Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-04T09:21:49.051Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-04T09:21:49.191Z] === RUN TestBuilderGC [2022-05-04T09:21:49.191Z] --- PASS: TestBuilderGC (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationNotFound [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonBrokenConfiguration [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestFindConfigurationConflicts [2022-05-04T09:21:49.191Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-04T09:21:49.191Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-04T09:21:49.191Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-04T09:21:49.191Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-04T09:21:49.191Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_label [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_dns [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_hosts [2022-05-04T09:21:49.191Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-04T09:21:49.191Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestReloadSetConfigFileNotExist [2022-05-04T09:21:49.191Z] === RUN TestWaitNodeAttachment [2022-05-04T09:21:49.191Z] time="2022-05-04T09:21:48Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-04T09:21:49.191Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-05-04T09:21:49.191Z] === RUN TestReloadDefaultConfigNotExist [2022-05-04T09:21:49.191Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:21:49.191Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-05-04T09:21:49.191Z] === RUN TestReloadBadDefaultConfig [2022-05-04T09:21:49.191Z] time="2022-05-04T09:21:48Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1613208874" [2022-05-04T09:21:49.191Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestReloadWithConflictingLabels [2022-05-04T09:21:49.191Z] time="2022-05-04T09:21:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-698753145" [2022-05-04T09:21:49.191Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestReloadWithDuplicateLabels [2022-05-04T09:21:49.191Z] time="2022-05-04T09:21:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2506727902" [2022-05-04T09:21:49.191Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestMaskURLCredentials [2022-05-04T09:21:49.191Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-04T09:21:49.191Z] === RUN TestDaemonConfigurationMerge [2022-05-04T09:21:49.191Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-04T09:21:49.191Z] PASS [2022-05-04T09:21:49.191Z] coverage: 79.8% of statements [2022-05-04T09:21:49.191Z] ok github.com/docker/docker/daemon/config 0.345s coverage: 79.8% of statements [2022-05-04T09:21:49.427Z] + echo Ensuring container killed. [2022-05-04T09:21:49.427Z] Ensuring container killed. [2022-05-04T09:21:49.427Z] + docker rm -vf docker-pr1 [2022-05-04T09:21:49.427Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-04T09:21:49.659Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-04T09:21:49.659Z] === RUN TestIsolationConversion [2022-05-04T09:21:49.659Z] === RUN TestIsolationConversion/default [2022-05-04T09:21:49.659Z] === RUN TestIsolationConversion/process [2022-05-04T09:21:49.659Z] === RUN TestIsolationConversion/hyperv [2022-05-04T09:21:49.659Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestContainerLabels [2022-05-04T09:21:49.659Z] --- PASS: TestContainerLabels (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestCredentialSpecConversion [2022-05-04T09:21:49.659Z] === RUN TestCredentialSpecConversion/none [2022-05-04T09:21:49.659Z] === RUN TestCredentialSpecConversion/config [2022-05-04T09:21:49.659Z] === RUN TestCredentialSpecConversion/file [2022-05-04T09:21:49.659Z] === RUN TestCredentialSpecConversion/registry [2022-05-04T09:21:49.659Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-04T09:21:49.659Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountBind [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountVolume [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountTarget [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountTmpfs [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountInvalidType [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestControllerValidateMountNamedPipe [2022-05-04T09:21:49.659Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-04T09:21:49.659Z] PASS [2022-05-04T09:21:49.659Z] coverage: 11.0% of statements [2022-05-04T09:21:49.659Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.620s coverage: 11.0% of statements [2022-05-04T09:21:49.659Z] === RUN TestEventsLog [2022-05-04T09:21:49.659Z] --- PASS: TestEventsLog (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestEventsLogTimeout [2022-05-04T09:21:49.659Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-04T09:21:49.659Z] === RUN TestLogEvents [2022-05-04T09:21:49.659Z] --- PASS: TestLogEvents (0.05s) [2022-05-04T09:21:49.674Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-04T09:21:49.748Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:21:49.749Z] Chowning /workspace to jenkins user [2022-05-04T09:21:49.749Z] + id -u [2022-05-04T09:21:49.749Z] + id -g [2022-05-04T09:21:49.749Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:21:49.749Z] Unable to find image 'busybox:latest' locally [2022-05-04T09:21:49.749Z] latest: Pulling from library/busybox [2022-05-04T09:21:49.933Z] --- PASS: TestRemoveImageGarbageCollector (2.45s) [2022-05-04T09:21:49.933Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:21:49.933Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-05-04T09:21:49.933Z] === RUN TestTagInvalidReference [2022-05-04T09:21:49.933Z] --- PASS: TestTagInvalidReference (0.02s) [2022-05-04T09:21:49.933Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:21:49.933Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-05-04T09:21:49.933Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:21:50.017Z] 50e8d59317eb: Pulling fs layer [2022-05-04T09:21:50.017Z] 50e8d59317eb: Download complete [2022-05-04T09:21:50.017Z] 50e8d59317eb: Pull complete [2022-05-04T09:21:50.017Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-04T09:21:50.017Z] Status: Downloaded newer image for busybox:latest [2022-05-04T09:21:50.126Z] === RUN TestLoadBufferedEvents [2022-05-04T09:21:50.126Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-05-04T09:21:50.126Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-04T09:21:50.126Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-04T09:21:50.126Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-04T09:21:50.126Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-04T09:21:50.126Z] PASS [2022-05-04T09:21:50.126Z] coverage: 50.0% of statements [2022-05-04T09:21:50.126Z] ok github.com/docker/docker/daemon/events 0.348s coverage: 50.0% of statements [2022-05-04T09:21:50.192Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-04T09:21:50.192Z] === RUN TestTagOfficialNames [2022-05-04T09:21:50.192Z] --- PASS: TestTagOfficialNames (0.07s) [2022-05-04T09:21:50.192Z] === RUN TestTagMatchesDigest [2022-05-04T09:21:50.192Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-05-04T09:21:50.192Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-04T09:21:50.451Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-04T09:21:50.451Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-04T09:21:50.451Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-04T09:21:50.451Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-04T09:21:50.451Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-04T09:21:50.451Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-04T09:21:50.451Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-04T09:21:50.451Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-04T09:21:50.451Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-04T09:21:51.111Z] === RUN TestIsEmptyDir [2022-05-04T09:21:51.111Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-04T09:21:51.111Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-04T09:21:51.111Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-04T09:21:51.111Z] PASS [2022-05-04T09:21:51.111Z] coverage: 2.3% of statements [2022-05-04T09:21:51.111Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:21:51.579Z] === RUN TestLinkNaming [2022-05-04T09:21:51.579Z] --- PASS: TestLinkNaming (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLinkNew [2022-05-04T09:21:51.579Z] --- PASS: TestLinkNew (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLinkEnv [2022-05-04T09:21:51.579Z] --- PASS: TestLinkEnv (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLinkMultipleEnv [2022-05-04T09:21:51.579Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLinkPortRangeEnv [2022-05-04T09:21:51.579Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-04T09:21:51.579Z] PASS [2022-05-04T09:21:51.579Z] coverage: 93.0% of statements [2022-05-04T09:21:51.579Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2022-05-04T09:21:51.579Z] === RUN TestVerifyNetworkingConfig [2022-05-04T09:21:51.579Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestGetContainer [2022-05-04T09:21:51.579Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestValidContainerNames [2022-05-04T09:21:51.579Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestContainerInitDNS [2022-05-04T09:21:51.579Z] daemon_test.go:145: root required [2022-05-04T09:21:51.579Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestMerge [2022-05-04T09:21:51.579Z] --- PASS: TestMerge (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestValidateContainerIsolation [2022-05-04T09:21:51.579Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestFindNetworkErrorType [2022-05-04T09:21:51.579Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestEnsureServicesExist [2022-05-04T09:21:51.579Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestEnsureServicesExistErrors [2022-05-04T09:21:51.579Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-04T09:21:51.579Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-04T09:21:51.579Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-04T09:21:51.579Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-04T09:21:51.579Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:21:51.579Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-04T09:21:51.579Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestContainerDelete [2022-05-04T09:21:51.579Z] --- PASS: TestContainerDelete (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestContainerDoubleDelete [2022-05-04T09:21:51.579Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLogContainerEventCopyLabels [2022-05-04T09:21:51.579Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestLogContainerEventWithAttributes [2022-05-04T09:21:51.579Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestNoneHealthcheck [2022-05-04T09:21:51.579Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-04T09:21:51.579Z] === RUN TestHealthStates [2022-05-04T09:21:51.713Z] + bundleName=amd64-cgroup2 [2022-05-04T09:21:51.713Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-04T09:21:51.713Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-04T09:21:51.714Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-04T09:21:51.714Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-05-04T09:21:51.828Z] check_test.go:307: [d78058b0ba441] daemon is not started [2022-05-04T09:21:51.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [Pipeline] archiveArtifacts [2022-05-04T09:21:51.978Z] Archiving artifacts [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] time="2022-05-04T09:21:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:21:52.046Z] --- PASS: TestHealthStates (0.22s) [2022-05-04T09:21:52.046Z] === RUN TestGetInspectData [2022-05-04T09:21:52.046Z] --- PASS: TestGetInspectData (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestFillLicense [2022-05-04T09:21:52.046Z] --- PASS: TestFillLicense (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestListInvalidFilter [2022-05-04T09:21:52.046Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestNameFilter [2022-05-04T09:21:52.046Z] --- PASS: TestNameFilter (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-04T09:21:52.046Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-04T09:21:52.046Z] === 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-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-04T09:21:52.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-04T09:21:52.046Z] --- 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-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-04T09:21:52.046Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-04T09:21:52.046Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:21:52.046Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-04T09:21:52.047Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadLabels [2022-05-04T09:21:52.047Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-04T09:21:52.047Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadMirrors [2022-05-04T09:21:52.047Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-04T09:21:52.047Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-04T09:21:52.047Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-04T09:21:52.047Z] reload_test.go:342: root required [2022-05-04T09:21:52.047Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-04T09:21:52.047Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-04T09:21:52.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-04T09:21:52.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-05-04T09:21:52.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-04T09:21:52.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-05-04T09:21:52.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-04T09:21:52.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-04T09:21:52.047Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-04T09:21:52.047Z] === RUN TestParseVolumesFrom [2022-05-04T09:21:52.047Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-04T09:21:52.047Z] PASS [2022-05-04T09:21:52.047Z] coverage: 8.6% of statements [2022-05-04T09:21:52.047Z] ok github.com/docker/docker/daemon 0.512s coverage: 8.6% of statements [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-04T09:21:52.047Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-04T09:21:52.136Z] ? github.com/docker/docker/api [no test files] [2022-05-04T09:21:52.514Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-04T09:21:52.514Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-04T09:21:53.632Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T09:21:53.980Z] + make clean [2022-05-04T09:21:53.980Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T09:21:53.980Z] docker-dev-cache [2022-05-04T09:21:53.980Z] docker-mod-cache [Pipeline] deleteDir [2022-05-04T09:21:54.728Z] === RUN TestNewStreamConfig [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/defaults [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-04T09:21:54.729Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-04T09:21:54.729Z] === RUN TestAdapterReadLogs [2022-05-04T09:21:54.729Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCopier [2022-05-04T09:21:54.729Z] --- PASS: TestCopier (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCopierLongLines [2022-05-04T09:21:54.729Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCopierSlow [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/#00 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/something:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-04T09:21:54.729Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-04T09:21:54.729Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-05-04T09:21:54.729Z] === RUN TestCreateSuccess [2022-05-04T09:21:54.729Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCreateStreamSkipped [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-04T09:21:54.729Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCreateLogGroupSuccess [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-04T09:21:54.729Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCreateError [2022-05-04T09:21:54.729Z] --- PASS: TestCreateError (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCreateAlreadyExists [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-04T09:21:54.729Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestLogClosed [2022-05-04T09:21:54.729Z] --- PASS: TestLogClosed (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestLogBlocking [2022-05-04T09:21:54.729Z] --- PASS: TestLogBlocking (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-04T09:21:54.729Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestLogNonBlockingBufferFull [2022-05-04T09:21:54.729Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestPublishBatchSuccess [2022-05-04T09:21:54.729Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestPublishBatchError [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=error msg=error [2022-05-04T09:21:54.729Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:21:54.729Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-04T09:21:54.729Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-04T09:21:54.729Z] time="2022-05-04T09:21:54Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-04T09:21:54.729Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchSimple [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchTicker [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchMultilinePattern [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-05-04T09:21:54.729Z] === RUN TestCollectBatchClose [2022-05-04T09:21:54.729Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-04T09:21:54.729Z] === RUN TestEffectiveLen [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/0/Hello [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/2/🙃 [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/3/���� [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/4/He��o [2022-05-04T09:21:54.730Z] === RUN TestEffectiveLen/5/ [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-04T09:21:54.730Z] PASS [2022-05-04T09:21:54.730Z] coverage: 53.6% of statements [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/0/ [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/1/Hello [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: Hello [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:21:54.730Z] ok github.com/docker/docker/daemon/logger/fluentd 0.102s coverage: 53.6% of statements [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/2/Hello [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: He [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: llo [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/3/Hello [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: Hello [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/4/🙃 [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/5/🙃 [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/6/a� [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: a [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: � [2022-05-04T09:21:54.730Z] === RUN TestFindValidSplit/7/a� [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1076: a� [2022-05-04T09:21:54.730Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-04T09:21:54.730Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestProcessEventEmoji [2022-05-04T09:21:54.730Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchLineSplit [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchMaxEvents [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-04T09:21:54.730Z] --- PASS: TestCopierSlow (0.20s) [2022-05-04T09:21:54.730Z] === RUN TestCopierWithSized [2022-05-04T09:21:54.730Z] === RUN TestCopierWithSized/as_is [2022-05-04T09:21:54.730Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-04T09:21:54.730Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-04T09:21:54.730Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-04T09:21:54.730Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-04T09:21:54.730Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestCopierWithPartial [2022-05-04T09:21:54.730Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestRingLogger [2022-05-04T09:21:54.730Z] --- PASS: TestRingLogger (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestRingCap [2022-05-04T09:21:54.730Z] --- PASS: TestRingCap (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestRingClose [2022-05-04T09:21:54.730Z] --- PASS: TestRingClose (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestRingDrain [2022-05-04T09:21:54.730Z] --- PASS: TestRingDrain (0.00s) [2022-05-04T09:21:54.730Z] PASS [2022-05-04T09:21:54.730Z] coverage: 43.2% of statements [2022-05-04T09:21:54.730Z] ok github.com/docker/docker/daemon/logger 0.290s coverage: 43.2% of statements [2022-05-04T09:21:54.730Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-04T09:21:54.730Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-04T09:21:54.730Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-04T09:21:54.730Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-04T09:21:55.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-04T09:21:55.115Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-04T09:21:55.198Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-04T09:21:55.198Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-04T09:21:55.198Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestSearchRegistryForImagesErrors [2022-05-04T09:21:55.199Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestSearchRegistryForImages [2022-05-04T09:21:55.199Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestOnlyPlatformWithFallback [2022-05-04T09:21:55.199Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestImageDelete [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-04T09:21:55.199Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-04T09:21:55.199Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestCreateTagSuccess [2022-05-04T09:21:55.199Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-04T09:21:55.199Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-04T09:21:55.199Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-04T09:21:55.199Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-04T09:21:55.199Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-04T09:21:55.199Z] === RUN TestImageDelete/no_lease [2022-05-04T09:21:55.199Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-04T09:21:55.199Z] PASS [2022-05-04T09:21:55.199Z] coverage: 80.2% of statements [2022-05-04T09:21:55.199Z] === RUN TestImageDelete/lease_exists [2022-05-04T09:21:55.199Z] ok github.com/docker/docker/daemon/logger/awslogs 0.449s coverage: 80.2% of statements [2022-05-04T09:21:55.199Z] --- PASS: TestImageDelete (0.05s) [2022-05-04T09:21:55.199Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-04T09:21:55.199Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-04T09:21:55.199Z] === RUN TestContentStoreForPull [2022-05-04T09:21:55.199Z] --- PASS: TestContentStoreForPull (0.25s) [2022-05-04T09:21:55.199Z] PASS [2022-05-04T09:21:55.199Z] coverage: 6.6% of statements [2022-05-04T09:21:55.199Z] ok github.com/docker/docker/daemon/images 0.474s coverage: 6.6% of statements [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-04T09:21:55.199Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2022-05-04T09:21:56.349Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-04T09:21:56.349Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-04T09:21:56.349Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-04T09:21:56.349Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-05-04T09:21:56.349Z] === RUN TestFastTimeMarshalJSON [2022-05-04T09:21:56.349Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-04T09:21:56.349Z] PASS [2022-05-04T09:21:56.349Z] coverage: 87.2% of statements [2022-05-04T09:21:56.349Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.238s coverage: 87.2% of statements [Pipeline] // stage [Pipeline] } [2022-05-04T09:21:56.818Z] === RUN TestJSONFileLogger [2022-05-04T09:21:56.818Z] --- PASS: TestJSONFileLogger (0.01s) [2022-05-04T09:21:56.818Z] === RUN TestJSONFileLoggerWithTags [2022-05-04T09:21:56.818Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-05-04T09:21:56.818Z] === RUN TestJSONFileLoggerWithOpts [2022-05-04T09:21:56.818Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-04T09:21:56.818Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-04T09:21:56.818Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-04T09:21:56.818Z] === RUN TestEncodeDecode [2022-05-04T09:21:56.818Z] === PAUSE TestEncodeDecode [2022-05-04T09:21:56.818Z] === RUN TestUnexpectedEOF [2022-05-04T09:21:56.818Z] === RUN TestWriteLog [2022-05-04T09:21:56.818Z] === PAUSE TestWriteLog [2022-05-04T09:21:56.818Z] === RUN TestReadLog [2022-05-04T09:21:56.818Z] === PAUSE TestReadLog [2022-05-04T09:21:56.818Z] === RUN TestDecode [2022-05-04T09:21:56.818Z] --- PASS: TestDecode (0.03s) [2022-05-04T09:21:56.818Z] === CONT TestWriteLog [2022-05-04T09:21:56.818Z] === CONT TestReadLog [2022-05-04T09:21:56.818Z] === RUN TestReadLog/tail_exact [2022-05-04T09:21:56.818Z] --- PASS: TestWriteLog (0.01s) [2022-05-04T09:21:56.818Z] time="2022-05-04T09:21:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:21:56.818Z] time="2022-05-04T09:21:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:21:56.818Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-05-04T09:21:56.818Z] === CONT TestEncodeDecode [2022-05-04T09:21:56.818Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-04T09:21:56.818Z] PASS [2022-05-04T09:21:56.818Z] coverage: 69.9% of statements [2022-05-04T09:21:56.818Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.299s coverage: 69.9% of statements [2022-05-04T09:21:57.286Z] === RUN TestReadLog/tail_less_than_available [2022-05-04T09:21:57.286Z] === RUN TestReadLog/tail_more_than_available [2022-05-04T09:21:57.286Z] --- PASS: TestReadLog (0.27s) [2022-05-04T09:21:57.286Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-05-04T09:21:57.286Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-04T09:21:57.286Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-05-04T09:21:57.286Z] PASS [2022-05-04T09:21:57.286Z] coverage: 78.7% of statements [2022-05-04T09:21:57.286Z] ok github.com/docker/docker/daemon/logger/local 0.360s coverage: 78.7% of statements [2022-05-04T09:21:57.286Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-04T09:21:57.754Z] === RUN TestOpenFileDelete [2022-05-04T09:21:57.754Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestOpenFileRename [2022-05-04T09:21:58.230Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestHandleDecoderErr [2022-05-04T09:21:58.230Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestParseLogTagDefaultTag [2022-05-04T09:21:58.230Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestParseLogTag [2022-05-04T09:21:58.230Z] --- PASS: TestParseLogTag (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestParseLogTagEmptyTag [2022-05-04T09:21:58.230Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestTailFiles [2022-05-04T09:21:58.230Z] --- PASS: TestTailFiles (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestFollowLogsConsumerGone [2022-05-04T09:21:58.230Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestFollowLogsProducerGone [2022-05-04T09:21:58.230Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-04T09:21:58.230Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-04T09:21:58.230Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-04T09:21:58.230Z] === RUN TestCheckCapacityAndRotate [2022-05-04T09:21:58.230Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-04T09:21:58.230Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-04T09:21:58.230Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-05-04T09:21:58.230Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-05-04T09:21:58.230Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-05-04T09:21:58.230Z] PASS [2022-05-04T09:21:58.230Z] coverage: 53.5% of statements [2022-05-04T09:21:58.230Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.163s coverage: 53.5% of statements [2022-05-04T09:21:58.230Z] === RUN TestLog [2022-05-04T09:21:58.230Z] --- PASS: TestLog (0.03s) [2022-05-04T09:21:58.230Z] PASS [2022-05-04T09:21:58.230Z] coverage: 31.5% of statements [2022-05-04T09:21:58.230Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.089s coverage: 31.5% of statements [2022-05-04T09:21:58.403Z] docker_cli_daemon_plugins_test.go:106: [d5a91e8bef8e0] daemon is not started [2022-05-04T09:21:59.216Z] === RUN TestNewParse [2022-05-04T09:21:59.217Z] --- PASS: TestNewParse (0.00s) [2022-05-04T09:21:59.217Z] PASS [2022-05-04T09:21:59.217Z] coverage: 8.3% of statements [2022-05-04T09:21:59.217Z] ok github.com/docker/docker/daemon/logger/templates 0.048s coverage: 8.3% of statements [2022-05-04T09:21:59.217Z] === RUN TestValidateLogOpt [2022-05-04T09:21:59.217Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestNewMissedConfig [2022-05-04T09:21:59.217Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestNewMissedUrl [2022-05-04T09:21:59.217Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestNewMissedToken [2022-05-04T09:21:59.217Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestNewWithProxy [2022-05-04T09:21:59.217Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestDefault [2022-05-04T09:21:59.217Z] --- PASS: TestDefault (0.01s) [2022-05-04T09:21:59.217Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-04T09:21:59.217Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestJsonFormat [2022-05-04T09:21:59.217Z] --- PASS: TestJsonFormat (0.02s) [2022-05-04T09:21:59.217Z] === RUN TestRawFormat [2022-05-04T09:21:59.217Z] --- PASS: TestRawFormat (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestRawFormatWithLabels [2022-05-04T09:21:59.217Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestRawFormatWithoutTag [2022-05-04T09:21:59.217Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestBatching [2022-05-04T09:21:59.217Z] === RUN TestParseLogFormat [2022-05-04T09:21:59.217Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestValidateLogOptEmpty [2022-05-04T09:21:59.217Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestParseAddressDefaultPort [2022-05-04T09:21:59.217Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestValidateSyslogFacility [2022-05-04T09:21:59.217Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-04T09:21:59.217Z] === RUN TestValidateLogOptSyslogFormat [2022-05-04T09:21:59.343Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-04T09:21:59.344Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-04T09:21:59.684Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-04T09:21:59.684Z] === RUN TestValidateLogOpt [2022-05-04T09:21:59.684Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:21:59.684Z] PASS [2022-05-04T09:21:59.684Z] coverage: 43.6% of statements [2022-05-04T09:21:59.684Z] ok github.com/docker/docker/daemon/logger/syslog 0.074s coverage: 43.6% of statements [2022-05-04T09:21:59.684Z] --- PASS: TestBatching (0.30s) [2022-05-04T09:21:59.684Z] === RUN TestFrequency [2022-05-04T09:21:59.684Z] --- PASS: TestFrequency (0.16s) [2022-05-04T09:21:59.684Z] === RUN TestOneMessagePerRequest [2022-05-04T09:21:59.684Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-04T09:21:59.684Z] === RUN TestVerify [2022-05-04T09:21:59.684Z] --- PASS: TestVerify (0.00s) [2022-05-04T09:21:59.684Z] === RUN TestSkipVerify [2022-05-04T09:22:00.153Z] time="2022-05-04T09:21:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.153Z] time="2022-05-04T09:21:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.153Z] time="2022-05-04T09:21:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.576Z] --- PASS: TestCreateServiceMultipleTimes (15.30s) [2022-05-04T09:22:00.576Z] === RUN TestCreateServiceConflict [2022-05-04T09:22:00.621Z] --- PASS: TestSkipVerify (0.79s) [2022-05-04T09:22:00.621Z] === RUN TestBufferMaximum [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.229608\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.229608\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] --- PASS: TestBufferMaximum (0.01s) [2022-05-04T09:22:00.621Z] === RUN TestServerAlwaysDown [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.233853\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.233853\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.233853\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.234870\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] time="2022-05-04T09:22:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656120.234870\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:00.621Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-04T09:22:00.621Z] === RUN TestCannotSendAfterClose [2022-05-04T09:22:00.621Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-04T09:22:00.621Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-04T09:22:01.250Z] check_test.go:307: [d3eafe6110769] daemon is not started [2022-05-04T09:22:01.250Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-04T09:22:01.608Z] === RUN TestV1IDService [2022-05-04T09:22:01.608Z] --- PASS: TestV1IDService (0.06s) [2022-05-04T09:22:01.608Z] === RUN TestV2MetadataService [2022-05-04T09:22:01.608Z] time="2022-05-04T09:22:01Z" 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-05-04T09:22:01.608Z] time="2022-05-04T09:22:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"84212fc0e7c3\"}'" [2022-05-04T09:22:01.608Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-05-04T09:22:01.608Z] PASS [2022-05-04T09:22:01.608Z] coverage: 82.5% of statements [2022-05-04T09:22:01.608Z] ok github.com/docker/docker/daemon/logger/splunk 2.373s coverage: 82.5% of statements [2022-05-04T09:22:01.608Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-04T09:22:01.608Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-04T09:22:01.608Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-04T09:22:01.608Z] === RUN TestSuccessfulDownload [2022-05-04T09:22:01.608Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:22:01.608Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-04T09:22:01.608Z] === RUN TestCancelledDownload [2022-05-04T09:22:01.608Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-04T09:22:01.608Z] === RUN TestMaxDownloadAttempts [2022-05-04T09:22:01.608Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:22:01.608Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:22:01.608Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:22:01.608Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:22:01.608Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:22:01.608Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:22:01.608Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:22:01.608Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:22:01.608Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:22:01.608Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:22:01.608Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:22:01.608Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:22:02.075Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-04T09:22:02.075Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-04T09:22:02.075Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-04T09:22:02.075Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-04T09:22:02.075Z] === RUN TestContinueOnError_NeverContinue [2022-05-04T09:22:02.075Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-04T09:22:02.075Z] === RUN TestManifestStore [2022-05-04T09:22:02.075Z] === RUN TestManifestStore/no_remote_or_local [2022-05-04T09:22:02.075Z] time="2022-05-04T09:22:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:22:02.075Z] time="2022-05-04T09:22:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:22:02.075Z] time="2022-05-04T09:22:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:22:02.075Z] time="2022-05-04T09:22:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:22:02.075Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-04T09:22:02.075Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.54s) [2022-05-04T09:22:02.075Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.54s) [2022-05-04T09:22:02.075Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.54s) [2022-05-04T09:22:02.075Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.54s) [2022-05-04T09:22:02.075Z] === RUN TestTransfer [2022-05-04T09:22:02.496Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-05-04T09:22:02.496Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:22:02.543Z] --- PASS: TestV2MetadataService (0.92s) [2022-05-04T09:22:02.543Z] PASS [2022-05-04T09:22:02.543Z] coverage: 48.2% of statements [2022-05-04T09:22:02.543Z] ok github.com/docker/docker/distribution/metadata 1.061s coverage: 48.2% of statements [2022-05-04T09:22:02.543Z] --- PASS: TestTransfer (0.11s) [2022-05-04T09:22:02.543Z] === RUN TestConcurrencyLimit [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2886309813\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/no_local_cache [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/with_local_cache [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/unknown_media_type [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="reference for unknown type: " [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="reference for unknown type: " [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="reference for unknown type: " [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="reference for unknown type: " [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="reference for unknown type: " [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-04T09:22:02.543Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-04T09:22:02.543Z] time="2022-05-04T09:22:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore (0.34s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-04T09:22:02.543Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-04T09:22:02.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-04T09:22:02.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestFixManifestLayers [2022-05-04T09:22:02.544Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-04T09:22:02.544Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:22:02.544Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestFixManifestLayersBadParent [2022-05-04T09:22:02.544Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestValidateManifest [2022-05-04T09:22:02.544Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:22:02.544Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestFormatPlatform [2022-05-04T09:22:02.544Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-04T09:22:02.544Z] === RUN TestPullSchema2Config [2022-05-04T09:22:02.544Z] === RUN TestPullSchema2Config/success_first_time [2022-05-04T09:22:02.544Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:22:02.544Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:02.544Z] === RUN TestPullSchema2Config/500_status [2022-05-04T09:22:02.544Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:22:02.544Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:02.544Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-05-04T09:22:02.544Z] === RUN TestInactiveJobs [2022-05-04T09:22:02.628Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-04T09:22:02.887Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-04T09:22:03.011Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:03.011Z] === RUN TestPullSchema2Config/EOF [2022-05-04T09:22:03.011Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:22:03.011Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:03.011Z] 2022/05/04 09:22:02 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-04T09:22:03.011Z] goroutine 12 [running]: [2022-05-04T09:22:03.011Z] net/http.(*conn).serve.func1() [2022-05-04T09:22:03.011Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:22:03.011Z] panic({0xf48f00, 0x112b310}) [2022-05-04T09:22:03.011Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:22:03.011Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0005481a0?, {0x1132ab8?, 0xc0005620e0?}) [2022-05-04T09:22:03.011Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-04T09:22:03.011Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1132ab8, 0xc0005620e0}, 0xc00057c400) [2022-05-04T09:22:03.011Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-04T09:22:03.011Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1132ab8?, 0xc0005620e0?}, 0xc00005ac00?) [2022-05-04T09:22:03.011Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:22:03.011Z] net/http.serverHandler.ServeHTTP({0xc000546bd0?}, {0x1132ab8, 0xc0005620e0}, 0xc00057c400) [2022-05-04T09:22:03.011Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:22:03.011Z] net/http.(*conn).serve(0xc00017d680, {0x1133330, 0xc000332240}) [2022-05-04T09:22:03.011Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:22:03.011Z] created by net/http.(*Server).Serve [2022-05-04T09:22:03.011Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:22:03.011Z] === RUN TestNotFound [2022-05-04T09:22:03.011Z] --- PASS: TestNotFound (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestConflict [2022-05-04T09:22:03.011Z] --- PASS: TestConflict (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestForbidden [2022-05-04T09:22:03.011Z] --- PASS: TestForbidden (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestInvalidParameter [2022-05-04T09:22:03.011Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestNotImplemented [2022-05-04T09:22:03.011Z] --- PASS: TestNotImplemented (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestNotModified [2022-05-04T09:22:03.011Z] --- PASS: TestNotModified (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestUnauthorized [2022-05-04T09:22:03.011Z] --- PASS: TestUnauthorized (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestUnknown [2022-05-04T09:22:03.011Z] --- PASS: TestUnknown (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestCancelled [2022-05-04T09:22:03.011Z] --- PASS: TestCancelled (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestDeadline [2022-05-04T09:22:03.011Z] --- PASS: TestDeadline (0.00s) [2022-05-04T09:22:03.011Z] === RUN TestDataLoss [2022-05-04T09:22:03.012Z] --- PASS: TestDataLoss (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestUnavailable [2022-05-04T09:22:03.012Z] --- PASS: TestUnavailable (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestSystem [2022-05-04T09:22:03.012Z] --- PASS: TestSystem (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Not_Found [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Bad_Request [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Conflict [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Unauthorized [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Forbidden [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Not_Modified [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-04T09:22:03.012Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-04T09:22:03.012Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-04T09:22:03.012Z] PASS [2022-05-04T09:22:03.012Z] coverage: 77.0% of statements [2022-05-04T09:22:03.012Z] ok github.com/docker/docker/errdefs 0.047s coverage: 77.0% of statements [2022-05-04T09:22:03.012Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:03.012Z] === RUN TestPullSchema2Config/unauthorized [2022-05-04T09:22:03.012Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:22:03.012Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:22:03.012Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-04T09:22:03.012Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-04T09:22:03.012Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-04T09:22:03.012Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-04T09:22:03.012Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestGetRepositoryMountCandidates [2022-05-04T09:22:03.012Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestLayerAlreadyExists [2022-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] 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-05-04T09:22:03.012Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestWhenEmptyAuthConfig [2022-05-04T09:22:03.012Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-04T09:22:03.012Z] === RUN TestWatchRelease [2022-05-04T09:22:03.012Z] --- PASS: TestWatchRelease (0.04s) [2022-05-04T09:22:03.012Z] === RUN TestWatchFinishedTransfer [2022-05-04T09:22:03.012Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-04T09:22:03.012Z] === RUN TestDuplicateTransfer [2022-05-04T09:22:03.012Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-04T09:22:03.012Z] === RUN TestSuccessfulUpload [2022-05-04T09:22:03.480Z] time="2022-05-04T09:22:03Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-04T09:22:03.480Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-05-04T09:22:03.480Z] === RUN TestCancelledUpload [2022-05-04T09:22:03.480Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-04T09:22:03.480Z] PASS [2022-05-04T09:22:03.480Z] coverage: 77.3% of statements [2022-05-04T09:22:03.480Z] ok github.com/docker/docker/distribution/xfer 1.938s coverage: 77.3% of statements [2022-05-04T09:22:03.947Z] === RUN TestCompare [2022-05-04T09:22:03.947Z] --- PASS: TestCompare (0.00s) [2022-05-04T09:22:03.947Z] PASS [2022-05-04T09:22:03.947Z] coverage: 19.2% of statements [2022-05-04T09:22:03.947Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2022-05-04T09:22:04.417Z] --- PASS: TestWhenEmptyAuthConfig (1.26s) [2022-05-04T09:22:04.417Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-04T09:22:04.417Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-04T09:22:04.417Z] === RUN TestTokenPassThru [2022-05-04T09:22:04.417Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-04T09:22:04.417Z] === RUN TestTokenPassThruDifferentHost [2022-05-04T09:22:04.417Z] === RUN TestFSGetInvalidData [2022-05-04T09:22:04.417Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-04T09:22:04.417Z] PASS [2022-05-04T09:22:04.417Z] coverage: 26.6% of statements [2022-05-04T09:22:04.417Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestFSInvalidSet [2022-05-04T09:22:04.417Z] ok github.com/docker/docker/distribution 2.261s coverage: 26.6% of statements [2022-05-04T09:22:04.417Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-04T09:22:04.417Z] === RUN TestFSInvalidRoot [2022-05-04T09:22:04.417Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-04T09:22:04.417Z] === RUN TestFSMetadataGetSet [2022-05-04T09:22:04.417Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-05-04T09:22:04.417Z] === RUN TestFSInvalidWalker [2022-05-04T09:22:04.417Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestFSGetSet [2022-05-04T09:22:04.417Z] --- PASS: TestFSGetSet (0.04s) [2022-05-04T09:22:04.417Z] === RUN TestFSGetUnsetKey [2022-05-04T09:22:04.417Z] --- PASS: TestFSGetUnsetKey (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestFSGetEmptyData [2022-05-04T09:22:04.417Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-04T09:22:04.417Z] === RUN TestFSDelete [2022-05-04T09:22:04.417Z] --- PASS: TestFSDelete (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestFSWalker [2022-05-04T09:22:04.417Z] --- PASS: TestFSWalker (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestFSWalkerStopOnError [2022-05-04T09:22:04.417Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-04T09:22:04.417Z] === RUN TestNewFromJSON [2022-05-04T09:22:04.417Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-04T09:22:04.417Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-04T09:22:04.417Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-04T09:22:04.417Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-04T09:22:04.417Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-04T09:22:04.417Z] === RUN TestMarshalKeyOrder [2022-05-04T09:22:04.417Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-04T09:22:04.417Z] === RUN TestHistoryEqual [2022-05-04T09:22:04.790Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-04T09:22:04.885Z] --- PASS: TestHistoryEqual (0.19s) [2022-05-04T09:22:04.885Z] === RUN TestImage [2022-05-04T09:22:04.885Z] --- PASS: TestImage (0.00s) [2022-05-04T09:22:04.885Z] === RUN TestImageOSNotEmpty [2022-05-04T09:22:04.885Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-04T09:22:04.885Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-04T09:22:04.885Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-04T09:22:04.885Z] === RUN TestCreate [2022-05-04T09:22:04.885Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:22:04.885Z] === RUN TestRestore [2022-05-04T09:22:04.885Z] time="2022-05-04T09:22:04Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-04T09:22:04.885Z] --- PASS: TestRestore (0.04s) [2022-05-04T09:22:04.885Z] === RUN TestAddDelete [2022-05-04T09:22:04.885Z] --- PASS: TestAddDelete (0.03s) [2022-05-04T09:22:04.885Z] === RUN TestSearchAfterDelete [2022-05-04T09:22:04.885Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-04T09:22:04.885Z] === RUN TestParentReset [2022-05-04T09:22:04.885Z] --- PASS: TestParentReset (0.04s) [2022-05-04T09:22:04.885Z] === RUN TestGetAndSetLastUpdated [2022-05-04T09:22:04.885Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-04T09:22:04.885Z] === RUN TestStoreLen [2022-05-04T09:22:04.885Z] --- PASS: TestStoreLen (0.05s) [2022-05-04T09:22:04.885Z] PASS [2022-05-04T09:22:04.885Z] coverage: 86.9% of statements [2022-05-04T09:22:04.885Z] ok github.com/docker/docker/image 0.682s coverage: 86.9% of statements [2022-05-04T09:22:05.353Z] === RUN TestValidateManifest [2022-05-04T09:22:05.353Z] === RUN TestValidateManifest/nil [2022-05-04T09:22:05.353Z] === RUN TestValidateManifest/non-nil [2022-05-04T09:22:05.353Z] --- PASS: TestValidateManifest (0.00s) [2022-05-04T09:22:05.353Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-04T09:22:05.353Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-04T09:22:05.353Z] PASS [2022-05-04T09:22:05.353Z] coverage: 0.7% of statements [2022-05-04T09:22:05.353Z] ok github.com/docker/docker/image/tarexport 0.075s coverage: 0.7% of statements [2022-05-04T09:22:05.353Z] === RUN TestMakeV1ConfigFromConfig [2022-05-04T09:22:05.353Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-04T09:22:05.353Z] PASS [2022-05-04T09:22:05.353Z] coverage: 25.0% of statements [2022-05-04T09:22:05.353Z] ok github.com/docker/docker/image/v1 0.078s coverage: 25.0% of statements [2022-05-04T09:22:05.353Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-04T09:22:05.797Z] --- PASS: TestCreateServiceMaxReplicas (2.69s) [2022-05-04T09:22:05.797Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:22:06.916Z] === RUN TestSerialization [2022-05-04T09:22:06.917Z] --- PASS: TestSerialization (0.02s) [2022-05-04T09:22:06.917Z] PASS [2022-05-04T09:22:06.917Z] coverage: 100.0% of statements [2022-05-04T09:22:06.917Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-05-04T09:22:07.904Z] === RUN TestEmptyLayer [2022-05-04T09:22:07.904Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestCommitFailure [2022-05-04T09:22:07.904Z] --- PASS: TestCommitFailure (0.01s) [2022-05-04T09:22:07.904Z] === RUN TestStartTransactionFailure [2022-05-04T09:22:07.904Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestGetOrphan [2022-05-04T09:22:07.904Z] --- PASS: TestGetOrphan (0.01s) [2022-05-04T09:22:07.904Z] === RUN TestMountAndRegister [2022-05-04T09:22:07.904Z] layer_test.go:258: Layer size: 14 [2022-05-04T09:22:07.904Z] --- PASS: TestMountAndRegister (0.05s) [2022-05-04T09:22:07.904Z] === RUN TestLayerRelease [2022-05-04T09:22:07.904Z] layer_test.go:291: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestStoreRestore [2022-05-04T09:22:07.904Z] layer_test.go:340: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestTarStreamStability [2022-05-04T09:22:07.904Z] layer_test.go:455: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestRegisterExistingLayer [2022-05-04T09:22:07.904Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-05-04T09:22:07.904Z] === RUN TestTarStreamVerification [2022-05-04T09:22:07.904Z] layer_test.go:684: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestLayerMigration [2022-05-04T09:22:07.904Z] migration_test.go:45: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestLayerMigrationNoTarsplit [2022-05-04T09:22:07.904Z] migration_test.go:181: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestMountInit [2022-05-04T09:22:07.904Z] mount_test.go:17: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestMountInit (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestMountSize [2022-05-04T09:22:07.904Z] mount_test.go:76: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestMountSize (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestMountChanges [2022-05-04T09:22:07.904Z] mount_test.go:125: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestMountChanges (0.00s) [2022-05-04T09:22:07.904Z] === RUN TestMountApply [2022-05-04T09:22:07.904Z] mount_test.go:212: Failing on Windows [2022-05-04T09:22:07.904Z] --- SKIP: TestMountApply (0.00s) [2022-05-04T09:22:07.904Z] PASS [2022-05-04T09:22:07.904Z] coverage: 30.6% of statements [2022-05-04T09:22:07.904Z] ok github.com/docker/docker/layer 0.495s coverage: 30.6% of statements [2022-05-04T09:22:07.904Z] === RUN TestEnvironmentParsing [2022-05-04T09:22:07.904Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-04T09:22:07.904Z] PASS [2022-05-04T09:22:07.904Z] coverage: 1.2% of statements [2022-05-04T09:22:07.904Z] ok github.com/docker/docker/libcontainerd/local 0.112s coverage: 1.2% of statements [2022-05-04T09:22:08.077Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-04T09:22:08.373Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-04T09:22:08.373Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-04T09:22:08.373Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-04T09:22:08.373Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-04T09:22:08.373Z] === RUN TestSequenceGetAvailableBit [2022-05-04T09:22:08.373Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSequenceEqual [2022-05-04T09:22:08.373Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSequenceCopy [2022-05-04T09:22:08.373Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestGetFirstAvailable [2022-05-04T09:22:08.373Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestFindSequence [2022-05-04T09:22:08.373Z] --- PASS: TestFindSequence (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestCheckIfAvailable [2022-05-04T09:22:08.373Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestMergeSequences [2022-05-04T09:22:08.373Z] --- PASS: TestMergeSequences (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestPushReservation [2022-05-04T09:22:08.373Z] --- PASS: TestPushReservation (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSerializeDeserialize [2022-05-04T09:22:08.373Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSet [2022-05-04T09:22:08.373Z] --- PASS: TestSet (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSetUnset [2022-05-04T09:22:08.373Z] --- PASS: TestSetUnset (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestOffsetSetUnset [2022-05-04T09:22:08.373Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSetInRange [2022-05-04T09:22:08.373Z] --- PASS: TestSetInRange (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestSetAnyInRange [2022-05-04T09:22:08.373Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestMethods [2022-05-04T09:22:08.373Z] --- PASS: TestMethods (0.00s) [2022-05-04T09:22:08.373Z] === RUN TestRandomAllocateDeallocate [2022-05-04T09:22:09.980Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-04T09:22:11.322Z] === RUN TestInvalidConfig [2022-05-04T09:22:11.322Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestConfig [2022-05-04T09:22:11.322Z] --- PASS: TestConfig (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestOptionsLabels [2022-05-04T09:22:11.322Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestValidName [2022-05-04T09:22:11.322Z] --- PASS: TestValidName (0.00s) [2022-05-04T09:22:11.322Z] PASS [2022-05-04T09:22:11.322Z] coverage: 19.7% of statements [2022-05-04T09:22:11.322Z] ok github.com/docker/docker/libnetwork/config 0.082s coverage: 19.7% of statements [2022-05-04T09:22:11.322Z] === RUN TestKey [2022-05-04T09:22:11.322Z] --- PASS: TestKey (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestParseKey [2022-05-04T09:22:11.322Z] --- PASS: TestParseKey (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestInvalidDataStore [2022-05-04T09:22:11.322Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestKVObjectFlatKey [2022-05-04T09:22:11.322Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestAtomicKVObjectFlatKey [2022-05-04T09:22:11.322Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-04T09:22:11.322Z] PASS [2022-05-04T09:22:11.322Z] coverage: 21.9% of statements [2022-05-04T09:22:11.322Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2022-05-04T09:22:11.322Z] === RUN TestErrorInterfaces [2022-05-04T09:22:11.322Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-04T09:22:11.322Z] === RUN TestNetworkMarshalling [2022-05-04T09:22:11.361Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-04T09:22:11.621Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-04T09:22:11.791Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-05-04T09:22:11.791Z] === RUN TestEndpointMarshalling [2022-05-04T09:22:11.791Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestAuxAddresses [2022-05-04T09:22:11.791Z] time="2022-05-04T09:22:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:22:11.791Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-04T09:22:11.791Z] === RUN TestSRVServiceQuery [2022-05-04T09:22:11.791Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-04T09:22:11.791Z] === RUN TestServiceVIPReuse [2022-05-04T09:22:11.791Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-04T09:22:11.791Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-05-04T09:22:11.791Z] === RUN TestDNSIPQuery [2022-05-04T09:22:11.791Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestDNSProxyServFail [2022-05-04T09:22:11.791Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestSandboxAddEmpty [2022-05-04T09:22:11.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestSandboxAddMultiPrio [2022-05-04T09:22:11.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.791Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:22:11.791Z] === RUN TestSandboxAddSamePrio [2022-05-04T09:22:11.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.792Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-04T09:22:11.792Z] === RUN TestCleanupServiceDiscovery [2022-05-04T09:22:11.792Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.792Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:22:11.792Z] === RUN TestDNSOptions [2022-05-04T09:22:11.792Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:22:11.792Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-04T09:22:11.792Z] === RUN TestMultipleControllersWithSameStore [2022-05-04T09:22:11.792Z] time="2022-05-04T09:22:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:22:11.792Z] time="2022-05-04T09:22:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:22:11.792Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-04T09:22:11.792Z] PASS [2022-05-04T09:22:11.792Z] coverage: 8.5% of statements [2022-05-04T09:22:11.792Z] ok github.com/docker/docker/libnetwork 0.391s coverage: 8.5% of statements [2022-05-04T09:22:12.192Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-04T09:22:12.192Z] docker_cli_daemon_test.go:2838: Checking IpcMode private set from config [2022-05-04T09:22:12.260Z] === RUN TestIPDataMarshalling [2022-05-04T09:22:12.260Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-04T09:22:12.260Z] === RUN TestValidateAndIsV6 [2022-05-04T09:22:12.260Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-04T09:22:12.260Z] PASS [2022-05-04T09:22:12.260Z] coverage: 68.9% of statements [2022-05-04T09:22:12.260Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-05-04T09:22:12.729Z] === RUN TestDriver [2022-05-04T09:22:12.729Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:22:12.729Z] PASS [2022-05-04T09:22:12.729Z] coverage: 34.8% of statements [2022-05-04T09:22:12.729Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-05-04T09:22:12.763Z] docker_cli_daemon_test.go:2838: Checking IpcMode shareable set from config [2022-05-04T09:22:13.197Z] === RUN TestDriver [2022-05-04T09:22:13.197Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:22:13.197Z] PASS [2022-05-04T09:22:13.197Z] coverage: 34.8% of statements [2022-05-04T09:22:13.197Z] ok github.com/docker/docker/libnetwork/drivers/null 0.051s coverage: 34.8% of statements [2022-05-04T09:22:13.197Z] === RUN TestMiddlewares [2022-05-04T09:22:13.197Z] --- PASS: TestMiddlewares (0.00s) [2022-05-04T09:22:13.197Z] PASS [2022-05-04T09:22:13.197Z] coverage: 7.9% of statements [2022-05-04T09:22:13.197Z] ok github.com/docker/docker/api/server 0.067s coverage: 7.9% of statements [2022-05-04T09:22:13.333Z] docker_cli_daemon_test.go:2838: Checking IpcMode host set from config [2022-05-04T09:22:13.665Z] === RUN TestNetworkAllocateFree [2022-05-04T09:22:13.665Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-04T09:22:13.665Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-04T09:22:13.665Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-04T09:22:13.665Z] PASS [2022-05-04T09:22:13.665Z] coverage: 63.6% of statements [2022-05-04T09:22:13.665Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.054s coverage: 63.6% of statements [2022-05-04T09:22:13.901Z] docker_cli_daemon_test.go:2838: Checking IpcMode container:123 set from config [2022-05-04T09:22:13.901Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-04T09:22:14.133Z] === RUN TestGetEmptyCapabilities [2022-05-04T09:22:14.133Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-04T09:22:14.133Z] === RUN TestGetExtraCapabilities [2022-05-04T09:22:14.133Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-05-04T09:22:14.133Z] === RUN TestGetInvalidCapabilities [2022-05-04T09:22:14.133Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-04T09:22:14.133Z] === RUN TestRemoteDriver [2022-05-04T09:22:14.133Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:22:14.133Z] === RUN TestDriverError [2022-05-04T09:22:14.133Z] --- PASS: TestDriverError (0.01s) [2022-05-04T09:22:14.133Z] === RUN TestMissingValues [2022-05-04T09:22:14.133Z] --- PASS: TestMissingValues (0.00s) [2022-05-04T09:22:14.133Z] === RUN TestRollback [2022-05-04T09:22:14.133Z] --- PASS: TestRollback (0.01s) [2022-05-04T09:22:14.133Z] PASS [2022-05-04T09:22:14.133Z] coverage: 57.4% of statements [2022-05-04T09:22:14.133Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2022-05-04T09:22:14.133Z] --- PASS: TestRandomAllocateDeallocate (5.76s) [2022-05-04T09:22:14.133Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:22:14.470Z] docker_cli_daemon_test.go:2838: Checking IpcMode nosuchmode set from config [2022-05-04T09:22:14.470Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-04T09:22:14.602Z] === RUN TestNAT [2022-05-04T09:22:14.602Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:22:14.602Z] --- SKIP: TestNAT (0.00s) [2022-05-04T09:22:14.602Z] === RUN TestTransparent [2022-05-04T09:22:14.602Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:22:14.602Z] --- SKIP: TestTransparent (0.00s) [2022-05-04T09:22:14.602Z] PASS [2022-05-04T09:22:14.602Z] coverage: 0.0% of statements [2022-05-04T09:22:14.602Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-05-04T09:22:15.039Z] docker_cli_daemon_test.go:2838: Checking IpcMode private set from cli [2022-05-04T09:22:15.070Z] === RUN TestBuildDefault [2022-05-04T09:22:15.070Z] --- PASS: TestBuildDefault (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestBuildHostnameDomainname [2022-05-04T09:22:15.070Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestBuildHostname [2022-05-04T09:22:15.070Z] --- PASS: TestBuildHostname (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestBuildHostnameFQDN [2022-05-04T09:22:15.070Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestBuildNoIP [2022-05-04T09:22:15.070Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestUpdate [2022-05-04T09:22:15.070Z] --- PASS: TestUpdate (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-04T09:22:15.070Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-04T09:22:15.070Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestAddEmpty [2022-05-04T09:22:15.070Z] --- PASS: TestAddEmpty (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestAdd [2022-05-04T09:22:15.070Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestDeleteEmpty [2022-05-04T09:22:15.070Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestDeleteNewline [2022-05-04T09:22:15.070Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestDelete [2022-05-04T09:22:15.070Z] --- PASS: TestDelete (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestConcurrentWrites [2022-05-04T09:22:15.070Z] === RUN TestNew [2022-05-04T09:22:15.070Z] --- PASS: TestNew (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestAddDriver [2022-05-04T09:22:15.070Z] --- PASS: TestAddDriver (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestAddDuplicateDriver [2022-05-04T09:22:15.070Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-04T09:22:15.070Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestDriver [2022-05-04T09:22:15.070Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestIPAM [2022-05-04T09:22:15.070Z] --- PASS: TestIPAM (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestWalkIPAMs [2022-05-04T09:22:15.070Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-04T09:22:15.070Z] === RUN TestWalkDrivers [2022-05-04T09:22:15.070Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-04T09:22:15.070Z] PASS [2022-05-04T09:22:15.070Z] coverage: 82.4% of statements [2022-05-04T09:22:15.070Z] ok github.com/docker/docker/libnetwork/drvregistry 0.085s coverage: 82.4% of statements [2022-05-04T09:22:15.298Z] docker_cli_daemon_test.go:2838: Checking IpcMode shareable set from cli [2022-05-04T09:22:15.538Z] --- PASS: TestConcurrentWrites (0.26s) [2022-05-04T09:22:15.538Z] PASS [2022-05-04T09:22:15.538Z] coverage: 81.2% of statements [2022-05-04T09:22:15.538Z] ok github.com/docker/docker/libnetwork/etchosts 0.324s coverage: 81.2% of statements [2022-05-04T09:22:15.538Z] --- PASS: TestAllocateRandomDeallocate (1.16s) [2022-05-04T09:22:15.538Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-04T09:22:15.538Z] === RUN TestNew [2022-05-04T09:22:15.538Z] --- PASS: TestNew (0.00s) [2022-05-04T09:22:15.538Z] === RUN TestAllocate [2022-05-04T09:22:15.538Z] --- PASS: TestAllocate (0.00s) [2022-05-04T09:22:15.538Z] === RUN TestUninitialized [2022-05-04T09:22:15.538Z] --- PASS: TestUninitialized (0.00s) [2022-05-04T09:22:15.538Z] === RUN TestAllocateInRange [2022-05-04T09:22:15.538Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-04T09:22:15.538Z] === RUN TestAllocateSerial [2022-05-04T09:22:15.538Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-04T09:22:15.538Z] PASS [2022-05-04T09:22:15.538Z] coverage: 87.5% of statements [2022-05-04T09:22:15.538Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-05-04T09:22:15.865Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-04T09:22:15.865Z] docker_cli_daemon_test.go:2838: Checking IpcMode host set from cli [2022-05-04T09:22:16.006Z] === RUN TestCaller [2022-05-04T09:22:16.006Z] --- PASS: TestCaller (0.00s) [2022-05-04T09:22:16.006Z] PASS [2022-05-04T09:22:16.006Z] coverage: 100.0% of statements [2022-05-04T09:22:16.006Z] ok github.com/docker/docker/libnetwork/internal/caller 0.049s coverage: 100.0% of statements [2022-05-04T09:22:16.433Z] docker_cli_daemon_test.go:2838: Checking IpcMode container:123 set from cli [2022-05-04T09:22:16.474Z] === RUN TestSetSerialInsertDelete [2022-05-04T09:22:16.474Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-04T09:22:16.942Z] === RUN TestSetParallelInsertDelete [2022-05-04T09:22:16.942Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.64s) [2022-05-04T09:22:16.942Z] === RUN TestRetrieveFromStore [2022-05-04T09:22:17.000Z] docker_cli_daemon_test.go:2838: Checking IpcMode nosuchmode set from cli [2022-05-04T09:22:17.410Z] --- PASS: TestRetrieveFromStore (0.50s) [2022-05-04T09:22:17.410Z] === RUN TestIsCorrupted [2022-05-04T09:22:17.410Z] --- PASS: TestIsCorrupted (0.01s) [2022-05-04T09:22:17.410Z] === RUN TestSetRollover [2022-05-04T09:22:17.410Z] === RUN TestInt2IP2IntConversion [2022-05-04T09:22:17.568Z] check_test.go:307: [db953566c23c1] daemon is not started [2022-05-04T09:22:17.568Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-04T09:22:18.396Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-05-04T09:22:18.396Z] === RUN TestGetAddressVersion [2022-05-04T09:22:18.396Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-04T09:22:18.396Z] === RUN TestKeyString [2022-05-04T09:22:18.396Z] --- PASS: TestKeyString (0.00s) [2022-05-04T09:22:18.396Z] === RUN TestPoolDataMarshal [2022-05-04T09:22:18.396Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-04T09:22:18.396Z] === RUN TestSubnetsMarshal [2022-05-04T09:22:18.396Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-05-04T09:22:18.396Z] === RUN TestAddSubnets [2022-05-04T09:22:18.396Z] === RUN TestPoolRequest [2022-05-04T09:22:18.396Z] --- PASS: TestPoolRequest (0.00s) [2022-05-04T09:22:18.396Z] === RUN TestOtherRequests [2022-05-04T09:22:18.396Z] --- PASS: TestOtherRequests (0.00s) [2022-05-04T09:22:18.396Z] PASS [2022-05-04T09:22:18.396Z] coverage: 57.1% of statements [2022-05-04T09:22:18.396Z] ok github.com/docker/docker/libnetwork/ipams/null 0.042s coverage: 57.1% of statements [2022-05-04T09:22:18.396Z] --- PASS: TestAddSubnets (0.06s) [2022-05-04T09:22:18.396Z] === RUN TestDoublePoolRelease [2022-05-04T09:22:18.396Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-05-04T09:22:18.396Z] === RUN TestAddReleasePoolID [2022-05-04T09:22:18.396Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-05-04T09:22:18.396Z] === RUN TestPredefinedPool [2022-05-04T09:22:18.396Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-04T09:22:18.396Z] === RUN TestRemoveSubnet [2022-05-04T09:22:18.504Z] check_test.go:307: [d6ecd135cf5e1] daemon is not started [2022-05-04T09:22:18.504Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-05-04T09:22:18.864Z] --- PASS: TestRemoveSubnet (0.23s) [2022-05-04T09:22:18.864Z] === RUN TestGetSameAddress [2022-05-04T09:22:18.864Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-04T09:22:18.864Z] === RUN TestPoolAllocationReuse [2022-05-04T09:22:18.864Z] --- PASS: TestSetRollover (1.49s) [2022-05-04T09:22:18.864Z] === RUN TestSetRolloverSerial [2022-05-04T09:22:19.071Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-04T09:22:19.331Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-04T09:22:19.332Z] === RUN TestGetCapabilities [2022-05-04T09:22:19.332Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-04T09:22:19.332Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-04T09:22:19.332Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-04T09:22:19.332Z] === RUN TestGetDefaultAddressSpaces [2022-05-04T09:22:19.332Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-04T09:22:19.332Z] === RUN TestRemoteDriver [2022-05-04T09:22:19.332Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:22:19.332Z] PASS [2022-05-04T09:22:19.332Z] coverage: 47.4% of statements [2022-05-04T09:22:19.332Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2022-05-04T09:22:19.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-04T09:22:19.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-04T09:22:20.317Z] --- PASS: TestPoolAllocationReuse (1.48s) [2022-05-04T09:22:20.317Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-04T09:22:20.317Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-05-04T09:22:20.317Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-04T09:22:20.317Z] --- PASS: TestSetRolloverSerial (1.36s) [2022-05-04T09:22:20.317Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-04T09:22:20.317Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-04T09:22:20.317Z] PASS [2022-05-04T09:22:20.317Z] coverage: 84.4% of statements [2022-05-04T09:22:20.317Z] === RUN TestWindowsIPAM [2022-05-04T09:22:20.317Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-04T09:22:20.317Z] PASS [2022-05-04T09:22:20.317Z] coverage: 71.4% of statements [2022-05-04T09:22:20.317Z] ok github.com/docker/docker/libnetwork/bitseq 11.977s coverage: 84.4% of statements [2022-05-04T09:22:20.317Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.051s coverage: 71.4% of statements [2022-05-04T09:22:20.702Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.11s) [2022-05-04T09:22:20.702Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:22:20.702Z] --- PASS: TestCreateServiceSecretFileMode (2.36s) [2022-05-04T09:22:20.702Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:22:20.833Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-04T09:22:21.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-04T09:22:21.301Z] === RUN TestDefaultNetwork [2022-05-04T09:22:21.769Z] --- PASS: TestDefaultNetwork (0.30s) [2022-05-04T09:22:21.769Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-04T09:22:21.769Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.74s) [2022-05-04T09:22:21.769Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-04T09:22:21.769Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-05-04T09:22:21.769Z] === RUN TestInitAddressPools [2022-05-04T09:22:21.769Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-04T09:22:21.769Z] PASS [2022-05-04T09:22:21.769Z] coverage: 74.0% of statements [2022-05-04T09:22:21.769Z] ok github.com/docker/docker/libnetwork/ipamutils 0.665s coverage: 74.0% of statements [2022-05-04T09:22:22.469Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-04T09:22:22.754Z] === RUN TestKeyValue [2022-05-04T09:22:22.754Z] --- PASS: TestKeyValue (0.00s) [2022-05-04T09:22:22.754Z] PASS [2022-05-04T09:22:22.754Z] coverage: 60.0% of statements [2022-05-04T09:22:22.754Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-05-04T09:22:23.246Z] --- PASS: TestCreateServiceConfigFileMode (2.39s) [2022-05-04T09:22:23.246Z] === RUN TestCreateServiceSysctls [2022-05-04T09:22:23.740Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.81s) [2022-05-04T09:22:23.740Z] === RUN TestGetAddress [2022-05-04T09:22:23.883Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-04T09:22:23.883Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-04T09:22:24.462Z] check_test.go:307: [d40c82d61eadc] daemon is not started [2022-05-04T09:22:24.462Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-04T09:22:25.302Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-04T09:22:25.770Z] === RUN TestNetworkDBSimple [2022-05-04T09:22:26.237Z] === RUN TestGenerate [2022-05-04T09:22:26.237Z] --- PASS: TestGenerate (0.00s) [2022-05-04T09:22:26.237Z] === RUN TestGeneratePtr [2022-05-04T09:22:26.237Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-04T09:22:26.237Z] === RUN TestGenerateMissingField [2022-05-04T09:22:26.237Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-04T09:22:26.237Z] === RUN TestFieldCannotBeSet [2022-05-04T09:22:26.237Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-04T09:22:26.237Z] === RUN TestTypeMismatchError [2022-05-04T09:22:26.237Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-04T09:22:26.237Z] PASS [2022-05-04T09:22:26.237Z] coverage: 100.0% of statements [2022-05-04T09:22:26.237Z] ok github.com/docker/docker/libnetwork/options 0.037s coverage: 100.0% of statements [2022-05-04T09:22:26.545Z] --- PASS: TestCreateServiceSysctls (2.96s) [2022-05-04T09:22:26.545Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:22:26.705Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-04T09:22:26.705Z] PASS [2022-05-04T09:22:26.705Z] coverage: 100.0% of statements [2022-05-04T09:22:26.705Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.089s coverage: 100.0% of statements [2022-05-04T09:22:26.705Z] 2022/05/04 09:22:26 Closing DB instances... [2022-05-04T09:22:27.173Z] testing: warning: no tests to run [2022-05-04T09:22:27.173Z] PASS [2022-05-04T09:22:27.173Z] coverage: 0.0% of statements [2022-05-04T09:22:27.173Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:22:27.641Z] === RUN TestRequestNewPort [2022-05-04T09:22:27.641Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestRequestSpecificPort [2022-05-04T09:22:27.641Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestReleasePort [2022-05-04T09:22:27.641Z] --- PASS: TestReleasePort (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestReuseReleasedPort [2022-05-04T09:22:27.641Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestReleaseUnreadledPort [2022-05-04T09:22:27.641Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestUnknowProtocol [2022-05-04T09:22:27.641Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestAllocateAllPorts [2022-05-04T09:22:27.641Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestPortAllocation [2022-05-04T09:22:27.641Z] --- PASS: TestPortAllocation (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestPortAllocationWithCustomRange [2022-05-04T09:22:27.641Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestNoDuplicateBPR [2022-05-04T09:22:27.641Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-04T09:22:27.641Z] === RUN TestChangePortRange [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-04T09:22:27.641Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-04T09:22:27.641Z] --- PASS: TestChangePortRange (0.00s) [2022-05-04T09:22:27.641Z] PASS [2022-05-04T09:22:27.641Z] coverage: 88.6% of statements [2022-05-04T09:22:27.641Z] ok github.com/docker/docker/libnetwork/portallocator 0.041s coverage: 88.6% of statements [2022-05-04T09:22:27.748Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-04T09:22:28.108Z] testing: warning: no tests to run [2022-05-04T09:22:28.108Z] PASS [2022-05-04T09:22:28.108Z] coverage: 0.0% of statements [2022-05-04T09:22:28.108Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:22:28.108Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-05-04T09:22:28.108Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-04T09:22:28.456Z] --- PASS: TestCreateServiceCapabilities (2.37s) [2022-05-04T09:22:28.456Z] === RUN TestInspect [2022-05-04T09:22:28.576Z] === RUN TestHashData [2022-05-04T09:22:28.576Z] --- PASS: TestHashData (0.00s) [2022-05-04T09:22:28.576Z] PASS [2022-05-04T09:22:28.576Z] coverage: 2.8% of statements [2022-05-04T09:22:28.576Z] ok github.com/docker/docker/libnetwork/resolvconf 0.040s coverage: 2.8% of statements [2022-05-04T09:22:28.576Z] === RUN TestErrorConstructors [2022-05-04T09:22:28.576Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-04T09:22:28.576Z] === RUN TestCompareIPMask [2022-05-04T09:22:28.576Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-04T09:22:28.576Z] === RUN TestUtilGetHostPartIP [2022-05-04T09:22:28.576Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-04T09:22:28.576Z] === RUN TestUtilGetBroadcastIP [2022-05-04T09:22:28.576Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-04T09:22:28.576Z] === RUN TestParseCIDR [2022-05-04T09:22:28.576Z] --- PASS: TestParseCIDR (0.00s) [2022-05-04T09:22:28.576Z] PASS [2022-05-04T09:22:28.576Z] coverage: 37.3% of statements [2022-05-04T09:22:28.576Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-05-04T09:22:29.123Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-04T09:22:29.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-04T09:22:29.562Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-04T09:22:29.562Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-04T09:22:29.562Z] PASS [2022-05-04T09:22:29.562Z] coverage: 55.0% of statements [2022-05-04T09:22:29.562Z] ok github.com/docker/docker/oci 0.044s coverage: 55.0% of statements [2022-05-04T09:22:29.562Z] 2022/05/04 09:22:29 Closing DB instances... [2022-05-04T09:22:30.029Z] === RUN TestAddressPoolOpt [2022-05-04T09:22:30.029Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/a [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/something [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/_=a [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/env1=value1 [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/_env1=value1 [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/PATH [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/=a [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/PATH= [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/PATH=something [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/asd!qwe [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/1asd [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/123 [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/some_space [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/__some_space_before [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/some_space_after__ [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/= [2022-05-04T09:22:30.029Z] === RUN TestValidateEnv/PaTh [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-04T09:22:30.029Z] === RUN TestParseHost [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/something_with_spaces [2022-05-04T09:22:30.029Z] === RUN TestParseHost/:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/unknown:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://invalid:port [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://:5555/ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-04T09:22:30.029Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://:port [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://:5555/p [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/npipe:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/#00 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://: [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/unix:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/unix://path/to/socket [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://host: [2022-05-04T09:22:30.029Z] === RUN TestParseHost/fd://something [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://[::1]: [2022-05-04T09:22:30.029Z] === RUN TestParseHost/__ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/fd:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/_ [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp:// [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-04T09:22:30.029Z] === RUN TestParseHost/tcp://:5555 [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseDockerDaemonHost/: [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-04T09:22:30.029Z] === RUN TestParseTCP [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/localhost:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/localhost: [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/localhost:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp:// [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/::1 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[::1]: [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[::1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/0.0.0.1 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/0.0.0.1: [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/: [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/localhost [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp://:5555 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/#00 [2022-05-04T09:22:30.029Z] === RUN TestParseTCP/tcp://: [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-04T09:22:30.029Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-04T09:22:30.029Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-04T09:22:30.030Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestValidateExtraHosts [2022-05-04T09:22:30.030Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestValidateIPAddress [2022-05-04T09:22:30.030Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestMapOpts [2022-05-04T09:22:30.030Z] --- PASS: TestMapOpts (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestListOptsWithoutValidator [2022-05-04T09:22:30.030Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestListOptsWithValidator [2022-05-04T09:22:30.030Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestValidateDNSSearch [2022-05-04T09:22:30.030Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_general_format [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_one_more [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-04T09:22:30.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:22:30.030Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestNamedListOpts [2022-05-04T09:22:30.030Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestNamedMapOpts [2022-05-04T09:22:30.030Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-04T09:22:30.030Z] === RUN TestParseLink [2022-05-04T09:22:30.030Z] --- PASS: TestParseLink (0.00s) [2022-05-04T09:22:30.497Z] === RUN TestUlimitOpt [2022-05-04T09:22:30.497Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-04T09:22:30.497Z] PASS [2022-05-04T09:22:30.497Z] coverage: 65.5% of statements [2022-05-04T09:22:30.497Z] ok github.com/docker/docker/opts 0.116s coverage: 65.5% of statements [2022-05-04T09:22:30.497Z] === RUN TestParseVersion [2022-05-04T09:22:30.497Z] --- PASS: TestParseVersion (0.00s) [2022-05-04T09:22:30.497Z] PASS [2022-05-04T09:22:30.497Z] coverage: 52.9% of statements [2022-05-04T09:22:30.497Z] ok github.com/docker/docker/pkg/aaparser 0.051s coverage: 52.9% of statements [2022-05-04T09:22:30.964Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-05-04T09:22:30.964Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-04T09:22:31.755Z] --- PASS: TestInspect (2.65s) [2022-05-04T09:22:31.755Z] === RUN TestCreateJob [2022-05-04T09:22:31.950Z] === RUN TestPeerCertificateMarshalJSON [2022-05-04T09:22:31.950Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-04T09:22:31.950Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-04T09:22:31.950Z] --- PASS: TestPeerCertificateMarshalJSON (0.30s) [2022-05-04T09:22:31.950Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-04T09:22:31.950Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-04T09:22:31.950Z] === RUN TestMiddleware [2022-05-04T09:22:31.950Z] --- PASS: TestMiddleware (0.00s) [2022-05-04T09:22:31.950Z] === RUN TestNewResponseModifier [2022-05-04T09:22:31.950Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-04T09:22:31.950Z] PASS [2022-05-04T09:22:31.950Z] coverage: 26.8% of statements [2022-05-04T09:22:31.950Z] ok github.com/docker/docker/pkg/authorization 0.345s coverage: 26.8% of statements [2022-05-04T09:22:32.419Z] === RUN TestIsArchivePathDir [2022-05-04T09:22:32.419Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-05-04T09:22:32.419Z] === RUN TestIsArchivePathInvalidFile [2022-05-04T09:22:32.419Z] 2022/05/04 09:22:32 Closing DB instances... [2022-05-04T09:22:32.419Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-05-04T09:22:32.419Z] === RUN TestIsArchivePathTar [2022-05-04T09:22:32.886Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-05-04T09:22:32.886Z] === RUN TestDecompressStreamGzip [2022-05-04T09:22:32.886Z] === RUN TestUnbuffered [2022-05-04T09:22:32.886Z] --- PASS: TestUnbuffered (0.00s) [2022-05-04T09:22:32.886Z] === RUN TestRaceUnbuffered [2022-05-04T09:22:32.886Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-04T09:22:32.886Z] PASS [2022-05-04T09:22:32.886Z] coverage: 100.0% of statements [2022-05-04T09:22:32.886Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-05-04T09:22:32.886Z] --- PASS: TestDecompressStreamGzip (0.23s) [2022-05-04T09:22:32.886Z] === RUN TestDecompressStreamBzip2 [2022-05-04T09:22:32.886Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-05-04T09:22:32.886Z] === RUN TestDecompressStreamXz [2022-05-04T09:22:32.886Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:22:32.886Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-04T09:22:32.886Z] === RUN TestDecompressStreamZstd [2022-05-04T09:22:32.886Z] archive_test.go:140: zstd not installed [2022-05-04T09:22:32.886Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-04T09:22:32.886Z] === RUN TestCompressStreamXzUnsupported [2022-05-04T09:22:33.313Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-04T09:22:33.354Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-04T09:22:33.354Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestCompressStreamInvalid [2022-05-04T09:22:33.354Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionInvalid [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionUncompressed [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionBzip2 [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionGzip [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionXz [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionXz (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestExtensionZstd [2022-05-04T09:22:33.354Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestCmdStreamLargeStderr [2022-05-04T09:22:33.354Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-04T09:22:33.354Z] === RUN TestCmdStreamBad [2022-05-04T09:22:33.354Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:22:33.354Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestCmdStreamGood [2022-05-04T09:22:33.354Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-04T09:22:33.354Z] === RUN TestUntarPathWithInvalidDest [2022-05-04T09:22:33.354Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-05-04T09:22:33.354Z] === RUN TestUntarPathWithInvalidSrc [2022-05-04T09:22:33.354Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-04T09:22:33.354Z] === RUN TestUntarPath [2022-05-04T09:22:33.354Z] --- PASS: TestUntarPath (0.17s) [2022-05-04T09:22:33.354Z] === RUN TestUntarPathWithDestinationFile [2022-05-04T09:22:33.354Z] === RUN TestMatch [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[foo]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[foo_bar]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[]#01 [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[qux]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-04T09:22:33.354Z] === RUN TestMatch/[[foo_baz]] [2022-05-04T09:22:33.354Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-04T09:22:33.354Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-04T09:22:33.354Z] PASS [2022-05-04T09:22:33.354Z] coverage: 87.5% of statements [2022-05-04T09:22:33.354Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-05-04T09:22:33.354Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-04T09:22:33.354Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-04T09:22:33.821Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.17s) [2022-05-04T09:22:33.821Z] === RUN TestCopyWithTarInvalidSrc [2022-05-04T09:22:33.821Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-04T09:22:33.821Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-04T09:22:33.821Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-04T09:22:33.821Z] === RUN TestCopyWithTarSrcFile [2022-05-04T09:22:33.821Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-04T09:22:33.821Z] === RUN TestCopyWithTarSrcFolder [2022-05-04T09:22:33.821Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-04T09:22:33.821Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-04T09:22:33.821Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-04T09:22:33.821Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-04T09:22:33.821Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-04T09:22:33.821Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-04T09:22:33.821Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-04T09:22:33.821Z] === RUN TestCopyFileWithTarSrcFile [2022-05-04T09:22:33.821Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-04T09:22:33.821Z] === RUN TestTarFiles [2022-05-04T09:22:33.821Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.87s) [2022-05-04T09:22:33.821Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-04T09:22:34.248Z] check_test.go:307: [d891aa0081bd6] daemon is not started [2022-05-04T09:22:34.248Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-04T09:22:34.301Z] --- PASS: TestCreateJob (2.92s) [2022-05-04T09:22:34.301Z] === RUN TestReplicatedJob [2022-05-04T09:22:34.506Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-04T09:22:34.806Z] === RUN TestChrootTarUntar [2022-05-04T09:22:34.806Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-04T09:22:34.806Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s) [2022-05-04T09:22:34.806Z] === RUN TestChrootUntarEmptyArchive [2022-05-04T09:22:34.806Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootTarUntarWithSymlink [2022-05-04T09:22:34.806Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootCopyWithTar [2022-05-04T09:22:34.806Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootCopyFileWithTar [2022-05-04T09:22:34.806Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootUntarPath [2022-05-04T09:22:34.806Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-04T09:22:34.806Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-04T09:22:34.806Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:22:34.806Z] === RUN TestChrootApplyDotDotFile [2022-05-04T09:22:34.806Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:22:34.806Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:22:34.806Z] PASS [2022-05-04T09:22:34.806Z] coverage: 12.0% of statements [2022-05-04T09:22:34.806Z] ok github.com/docker/docker/pkg/chrootarchive 0.093s coverage: 12.0% of statements [2022-05-04T09:22:35.792Z] === RUN TestEnsureRemoveAllNotExist [2022-05-04T09:22:35.792Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-04T09:22:35.792Z] === RUN TestEnsureRemoveAllWithDir [2022-05-04T09:22:35.792Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-04T09:22:35.792Z] === RUN TestEnsureRemoveAllWithFile [2022-05-04T09:22:35.792Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-04T09:22:35.792Z] PASS [2022-05-04T09:22:35.792Z] coverage: 0.0% of statements [2022-05-04T09:22:35.792Z] ok github.com/docker/docker/pkg/containerfs 0.043s coverage: 0.0% of statements [2022-05-04T09:22:35.880Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-04T09:22:36.260Z] === RUN TestSizeEmpty [2022-05-04T09:22:36.260Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestSizeEmptyFile [2022-05-04T09:22:36.260Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestSizeNonemptyFile [2022-05-04T09:22:36.260Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-04T09:22:36.260Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-04T09:22:36.260Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-04T09:22:36.260Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-04T09:22:36.260Z] === RUN TestMoveToSubdir [2022-05-04T09:22:36.260Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-04T09:22:36.260Z] === RUN TestSizeNonExistingDirectory [2022-05-04T09:22:36.260Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-04T09:22:36.260Z] PASS [2022-05-04T09:22:36.260Z] coverage: 80.0% of statements [2022-05-04T09:22:36.260Z] ok github.com/docker/docker/pkg/directory 0.049s coverage: 80.0% of statements [2022-05-04T09:22:36.729Z] 2022/05/04 09:22:36 Closing DB instances... [2022-05-04T09:22:37.196Z] === RUN TestPollerAddRemove [2022-05-04T09:22:37.196Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-04T09:22:37.196Z] === RUN TestPollerEvent [2022-05-04T09:22:37.196Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:22:37.196Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-04T09:22:37.196Z] === RUN TestPollerClose [2022-05-04T09:22:37.196Z] --- PASS: TestPollerClose (0.00s) [2022-05-04T09:22:37.196Z] PASS [2022-05-04T09:22:37.196Z] coverage: 45.7% of statements [2022-05-04T09:22:37.196Z] ok github.com/docker/docker/pkg/filenotify 0.040s coverage: 45.7% of statements [2022-05-04T09:22:38.182Z] === RUN TestCopyFileWithInvalidSrc [2022-05-04T09:22:38.182Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:22:38.182Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-04T09:22:38.182Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-04T09:22:38.182Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCopyFile [2022-05-04T09:22:38.182Z] --- PASS: TestCopyFile (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-04T09:22:38.182Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:22:38.182Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-04T09:22:38.182Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-04T09:22:38.182Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:22:38.182Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestWildcardMatches [2022-05-04T09:22:38.182Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestPatternMatches [2022-05-04T09:22:38.182Z] --- PASS: TestPatternMatches (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-04T09:22:38.182Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestPatternMatchesFolderExclusions [2022-05-04T09:22:38.182Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-04T09:22:38.182Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-04T09:22:38.182Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-04T09:22:38.182Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-04T09:22:38.182Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestSingleExclamationError [2022-05-04T09:22:38.182Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestMatchesWithNoPatterns [2022-05-04T09:22:38.182Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestMatchesWithMalformedPatterns [2022-05-04T09:22:38.182Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestMatches [2022-05-04T09:22:38.182Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-04T09:22:38.182Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-04T09:22:38.182Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-04T09:22:38.182Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-04T09:22:38.182Z] --- PASS: TestMatches (0.01s) [2022-05-04T09:22:38.182Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-04T09:22:38.182Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-04T09:22:38.182Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-04T09:22:38.182Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatterns [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatternsExceptionFlag [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCleanPatternsErrorSingleException [2022-05-04T09:22:38.182Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCreateIfNotExistsDir [2022-05-04T09:22:38.182Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCreateIfNotExistsFile [2022-05-04T09:22:38.182Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestMatch [2022-05-04T09:22:38.182Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:22:38.182Z] === RUN TestCompile [2022-05-04T09:22:38.182Z] === RUN TestCompile/slash [2022-05-04T09:22:38.182Z] === RUN TestCompile/backslash [2022-05-04T09:22:38.182Z] --- PASS: TestCompile (0.00s) [2022-05-04T09:22:38.182Z] --- PASS: TestCompile/slash (0.00s) [2022-05-04T09:22:38.182Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-04T09:22:38.182Z] PASS [2022-05-04T09:22:38.182Z] coverage: 84.7% of statements [2022-05-04T09:22:38.182Z] ok github.com/docker/docker/pkg/fileutils 0.078s coverage: 84.7% of statements [2022-05-04T09:22:39.164Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-04T09:22:39.167Z] --- PASS: TestNetworkDBCRUDTableEntry (4.87s) [2022-05-04T09:22:39.167Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-04T09:22:39.167Z] === RUN TestGet [2022-05-04T09:22:39.167Z] --- PASS: TestGet (0.00s) [2022-05-04T09:22:39.167Z] === RUN TestGetShortcutString [2022-05-04T09:22:39.167Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-04T09:22:39.167Z] PASS [2022-05-04T09:22:39.167Z] coverage: 42.9% of statements [2022-05-04T09:22:39.167Z] ok github.com/docker/docker/pkg/homedir 0.057s coverage: 42.9% of statements [2022-05-04T09:22:39.167Z] --- PASS: TestTarFiles (5.58s) [2022-05-04T09:22:39.167Z] === RUN TestDetectCompressionZstd [2022-05-04T09:22:39.167Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-04T09:22:39.167Z] === RUN TestTarUntar [2022-05-04T09:22:39.167Z] --- PASS: TestTarUntar (0.04s) [2022-05-04T09:22:39.167Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-04T09:22:39.167Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-04T09:22:39.167Z] === RUN TestTarWithOptions [2022-05-04T09:22:39.427Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-04T09:22:39.588Z] --- PASS: TestReplicatedJob (5.09s) [2022-05-04T09:22:39.588Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:22:39.635Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-04T09:22:39.635Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-04T09:22:39.635Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-04T09:22:39.635Z] === RUN TestUntarUstarGnuConflict [2022-05-04T09:22:39.635Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-04T09:22:39.635Z] === RUN TestUntarInvalidFilenames [2022-05-04T09:22:39.635Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1863210929\\dest" [2022-05-04T09:22:39.635Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-04T09:22:39.635Z] === RUN TestUntarHardlinkToSymlink [2022-05-04T09:22:39.635Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-04T09:22:39.635Z] === RUN TestUntarInvalidHardlink [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3886347081\\victim\\hello" -> "../victim/hello" [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink990579720\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1685517329\\victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3739572948\\victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3647012322\\victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3669994107\\victim" -> "../victim" [2022-05-04T09:22:39.635Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-04T09:22:39.635Z] === RUN TestUntarInvalidSymlink [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1167561082\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1960599005\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2213113425\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3451894007\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2166472977\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink772368979\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:39.635Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink500379563\\dest\\dir\\loophole" -> "../../victim" [2022-05-04T09:22:39.635Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-04T09:22:39.635Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-04T09:22:39.635Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-04T09:22:39.635Z] === RUN TestXGlobalNoParent [2022-05-04T09:22:39.635Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-04T09:22:39.635Z] === RUN TestReplaceFileTarWrapper [2022-05-04T09:22:40.103Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-04T09:22:40.103Z] === RUN TestPrefixHeaderReadable [2022-05-04T09:22:40.103Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-04T09:22:40.103Z] === RUN TestDisablePigz [2022-05-04T09:22:40.103Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-04T09:22:40.103Z] === RUN TestCreateIDMapOrder [2022-05-04T09:22:40.103Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-04T09:22:40.103Z] PASS [2022-05-04T09:22:40.103Z] coverage: 7.2% of statements [2022-05-04T09:22:40.103Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-05-04T09:22:40.103Z] --- PASS: TestDisablePigz (0.22s) [2022-05-04T09:22:40.103Z] === RUN TestPigz [2022-05-04T09:22:40.571Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-04T09:22:40.571Z] --- PASS: TestPigz (0.25s) [2022-05-04T09:22:40.571Z] === RUN TestNosysFileInfo [2022-05-04T09:22:40.571Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:22:40.571Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:22:40.571Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestCanonicalTarNameForPath [2022-05-04T09:22:40.571Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestCanonicalTarName [2022-05-04T09:22:40.571Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChmodTarEntry [2022-05-04T09:22:40.571Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestHardLinkOrder [2022-05-04T09:22:40.571Z] --- PASS: TestHardLinkOrder (0.16s) [2022-05-04T09:22:40.571Z] === RUN TestChangeString [2022-05-04T09:22:40.571Z] --- PASS: TestChangeString (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesWithNoChanges [2022-05-04T09:22:40.571Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-05-04T09:22:40.571Z] === RUN TestChangesWithChanges [2022-05-04T09:22:40.571Z] --- PASS: TestChangesWithChanges (0.03s) [2022-05-04T09:22:40.571Z] === RUN TestChangesWithChangesGH13590 [2022-05-04T09:22:40.571Z] changes_test.go:196: needs more investigation [2022-05-04T09:22:40.571Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesDirsEmpty [2022-05-04T09:22:40.571Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:22:40.571Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesDirsMutated [2022-05-04T09:22:40.571Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:22:40.571Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestApplyLayer [2022-05-04T09:22:40.571Z] changes_test.go:433: needs further investigation [2022-05-04T09:22:40.571Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesSizeWithHardlinks [2022-05-04T09:22:40.571Z] changes_test.go:469: needs further investigation [2022-05-04T09:22:40.571Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesSizeWithNoChanges [2022-05-04T09:22:40.571Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-04T09:22:40.571Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestChangesSize [2022-05-04T09:22:40.571Z] --- PASS: TestChangesSize (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestApplyLayerInvalidFilenames [2022-05-04T09:22:40.571Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames274022699\\dest" [2022-05-04T09:22:40.571Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-05-04T09:22:40.571Z] === RUN TestApplyLayerInvalidHardlink [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink508529047\\victim\\hello" -> "../victim/hello" [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink19091097\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink608519827\\victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink353533760\\victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink329389778\\victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2674506559\\victim" -> "../victim" [2022-05-04T09:22:40.571Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-05-04T09:22:40.571Z] === RUN TestApplyLayerInvalidSymlink [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2884590010\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2988466971\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2608478088\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink627970627\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1750183002\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:40.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2729746803\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:22:40.571Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-05-04T09:22:40.571Z] === RUN TestApplyLayerWhiteouts [2022-05-04T09:22:40.571Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-05-04T09:22:40.571Z] === RUN TestGenerateEmptyFile [2022-05-04T09:22:40.571Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-04T09:22:40.571Z] === RUN TestGenerateWithContent [2022-05-04T09:22:40.571Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-04T09:22:40.571Z] PASS [2022-05-04T09:22:40.571Z] coverage: 61.9% of statements [2022-05-04T09:22:40.571Z] ok github.com/docker/docker/pkg/archive 8.483s coverage: 61.9% of statements [2022-05-04T09:22:40.926Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-04T09:22:40.926Z] Copying nested executables into bundles/binary-daemon [2022-05-04T09:22:41.039Z] 2022/05/04 09:22:40 Closing DB instances... [2022-05-04T09:22:41.039Z] === RUN TestFixedBufferCap [2022-05-04T09:22:41.039Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestFixedBufferLen [2022-05-04T09:22:41.039Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestFixedBufferString [2022-05-04T09:22:41.039Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestFixedBufferWrite [2022-05-04T09:22:41.039Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestFixedBufferRead [2022-05-04T09:22:41.039Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestBytesPipeRead [2022-05-04T09:22:41.039Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestBytesPipeWrite [2022-05-04T09:22:41.039Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-04T09:22:41.039Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-04T09:22:41.506Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-05-04T09:22:41.506Z] === RUN TestAtomicWriteToFile [2022-05-04T09:22:41.506Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-04T09:22:41.506Z] === RUN TestAtomicWriteSetCommit [2022-05-04T09:22:41.506Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-04T09:22:41.506Z] === RUN TestAtomicWriteSetCancel [2022-05-04T09:22:41.506Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-04T09:22:41.506Z] === RUN TestReadCloserWrapperClose [2022-05-04T09:22:41.506Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestReaderErrWrapperReadOnError [2022-05-04T09:22:41.506Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestReaderErrWrapperRead [2022-05-04T09:22:41.506Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestCancelReadCloser [2022-05-04T09:22:41.506Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-04T09:22:41.506Z] === RUN TestWriteCloserWrapperClose [2022-05-04T09:22:41.506Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestNopWriteCloser [2022-05-04T09:22:41.506Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestNopWriter [2022-05-04T09:22:41.506Z] --- PASS: TestNopWriter (0.00s) [2022-05-04T09:22:41.506Z] === RUN TestWriteCounter [2022-05-04T09:22:41.506Z] --- PASS: TestWriteCounter (0.00s) [2022-05-04T09:22:41.506Z] PASS [2022-05-04T09:22:41.506Z] coverage: 69.2% of statements [2022-05-04T09:22:41.506Z] ok github.com/docker/docker/pkg/ioutils 0.603s coverage: 69.2% of statements [2022-05-04T09:22:42.131Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2022-05-04T09:22:42.131Z] === RUN TestServiceListWithStatuses [2022-05-04T09:22:42.131Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:22:42.131Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:22:42.131Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:22:42.309Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-04T09:22:42.309Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:22:42.490Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2022-05-04T09:22:42.490Z] === RUN TestNetworkDBNodeLeave [2022-05-04T09:22:42.490Z] === RUN TestError [2022-05-04T09:22:42.490Z] --- PASS: TestError (0.00s) [2022-05-04T09:22:42.490Z] === RUN TestProgressString [2022-05-04T09:22:42.490Z] === RUN TestProgressString/no_progress [2022-05-04T09:22:42.490Z] === RUN TestProgressString/progress_1 [2022-05-04T09:22:42.490Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-04T09:22:42.490Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-04T09:22:42.490Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-04T09:22:42.490Z] === RUN TestProgressString/with_units [2022-05-04T09:22:42.490Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-04T09:22:42.490Z] === RUN TestProgressString/hide_counts [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-04T09:22:42.490Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-04T09:22:42.490Z] === RUN TestJSONMessageDisplay [2022-05-04T09:22:42.569Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-04T09:22:42.569Z] [2022-05-04T09:22:42.716Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-04T09:22:42.957Z] --- PASS: TestJSONMessageDisplay (0.17s) [2022-05-04T09:22:42.957Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-04T09:22:42.957Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-04T09:22:42.957Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-04T09:22:42.957Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-04T09:22:42.957Z] === RUN TestDisplayJSONMessagesStream [2022-05-04T09:22:42.957Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-04T09:22:42.957Z] PASS [2022-05-04T09:22:42.957Z] coverage: 91.7% of statements [2022-05-04T09:22:42.957Z] ok github.com/docker/docker/pkg/jsonmessage 0.209s coverage: 91.7% of statements [2022-05-04T09:22:43.425Z] === RUN TestStandardLongPath [2022-05-04T09:22:43.425Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-04T09:22:43.425Z] === RUN TestUNCLongPath [2022-05-04T09:22:43.425Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-04T09:22:43.425Z] PASS [2022-05-04T09:22:43.425Z] coverage: 100.0% of statements [2022-05-04T09:22:43.425Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2022-05-04T09:22:43.893Z] === RUN TestNameFormat [2022-05-04T09:22:43.893Z] --- PASS: TestNameFormat (0.00s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-04T09:22:44.291Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/make.sh cross [2022-05-04T09:22:44.369Z] === RUN TestNameRetries [2022-05-04T09:22:44.369Z] --- PASS: TestNameRetries (0.00s) [2022-05-04T09:22:44.369Z] PASS [2022-05-04T09:22:44.369Z] coverage: 85.7% of statements [2022-05-04T09:22:44.369Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-05-04T09:22:44.552Z] [2022-05-04T09:22:44.552Z] Removing bundles/ [2022-05-04T09:22:44.812Z] [2022-05-04T09:22:44.812Z] ---> Making bundle: cross (in bundles/cross) [2022-05-04T09:22:44.812Z] Cross building: bundles/cross/linux/amd64 [2022-05-04T09:22:44.812Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-04T09:22:44.812Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-04T09:22:44.837Z] === RUN TestParseKeyValueOpt [2022-05-04T09:22:44.837Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-04T09:22:44.837Z] === RUN TestParseUintList [2022-05-04T09:22:44.837Z] --- PASS: TestParseUintList (0.00s) [2022-05-04T09:22:44.837Z] === RUN TestParseUintListMaximumLimits [2022-05-04T09:22:44.837Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-04T09:22:44.837Z] PASS [2022-05-04T09:22:44.837Z] coverage: 97.0% of statements [2022-05-04T09:22:44.837Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2022-05-04T09:22:45.255Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-04T09:22:45.305Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-05-04T09:22:45.305Z] === RUN TestNetworkDBWatch [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-04T09:22:45.772Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:22:45.772Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:22:45.772Z] PASS [2022-05-04T09:22:45.772Z] coverage: 36.4% of statements [2022-05-04T09:22:45.772Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.039s coverage: 36.4% of statements [2022-05-04T09:22:46.335Z] --- PASS: TestDockerNetworkConnectAlias (3.99s) [2022-05-04T09:22:46.336Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:22:46.758Z] === RUN TestNewAndRemove [2022-05-04T09:22:46.758Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-04T09:22:46.758Z] === RUN TestRemoveInvalidPath [2022-05-04T09:22:46.758Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-04T09:22:46.758Z] PASS [2022-05-04T09:22:46.758Z] coverage: 82.6% of statements [2022-05-04T09:22:46.758Z] ok github.com/docker/docker/pkg/pidfile 0.041s coverage: 82.6% of statements [2022-05-04T09:22:47.225Z] 2022/05/04 09:22:46 Closing DB instances... [2022-05-04T09:22:47.792Z] check_test.go:307: [d9ad54a1b030f] daemon is not started [2022-05-04T09:22:47.792Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-04T09:22:48.211Z] --- PASS: TestGetAddress (24.35s) [2022-05-04T09:22:48.211Z] === RUN TestRequestSyntaxCheck [2022-05-04T09:22:48.211Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-05-04T09:22:48.211Z] === RUN TestRequest [2022-05-04T09:22:48.211Z] === RUN TestFailedConnection [2022-05-04T09:22:48.211Z] --- PASS: TestNetworkDBWatch (3.22s) [2022-05-04T09:22:48.211Z] === RUN TestNetworkDBBulkSync [2022-05-04T09:22:48.359Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-04T09:22:48.927Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-04T09:22:49.496Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-04T09:22:49.666Z] --- PASS: TestDockerNetworkReConnect (3.34s) [2022-05-04T09:22:49.666Z] === RUN TestServicePlugin [2022-05-04T09:22:49.666Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:22:49.666Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-04T09:22:49.666Z] === RUN TestServiceUpdateLabel [2022-05-04T09:22:49.772Z] 2022/05/04 09:22:49 Closing DB instances... [2022-05-04T09:22:50.240Z] --- PASS: TestFailedConnection (2.10s) [2022-05-04T09:22:50.240Z] === RUN TestFailOnce [2022-05-04T09:22:50.707Z] 2022/05/04 09:22:50 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-05-04T09:22:50.707Z] goroutine 13 [running]: [2022-05-04T09:22:50.707Z] net/http.(*conn).serve.func1() [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:22:50.707Z] panic({0x723700, 0x86d0e0}) [2022-05-04T09:22:50.707Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:22:50.707Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001afa70?) [2022-05-04T09:22:50.707Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-04T09:22:50.707Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x8728f8?, 0xc0001a40e0?}, 0x67da86?) [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:22:50.707Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x8728f8, 0xc0001a40e0}, 0xc00019e300) [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-04T09:22:50.707Z] net/http.serverHandler.ServeHTTP({0x870f18?}, {0x8728f8, 0xc0001a40e0}, 0xc00019e300) [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:22:50.707Z] net/http.(*conn).serve(0xc000066dc0, {0x872df8, 0xc00014b440}) [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:22:50.707Z] created by net/http.(*Server).Serve [2022-05-04T09:22:50.707Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:22:50.707Z] time="2022-05-04T09:22:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-05-04T09:22:50.872Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-04T09:22:51.176Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-05-04T09:22:51.176Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-04T09:22:51.439Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-04T09:22:51.439Z] check_test.go:307: [d900bb0bfa7b6] daemon is not started [2022-05-04T09:22:51.439Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-04T09:22:51.643Z] --- PASS: TestFailOnce (1.21s) [2022-05-04T09:22:51.643Z] === RUN TestEchoInputOutput [2022-05-04T09:22:51.643Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-04T09:22:51.643Z] === RUN TestBackoff [2022-05-04T09:22:51.643Z] --- PASS: TestBackoff (0.00s) [2022-05-04T09:22:51.643Z] === RUN TestAbortRetry [2022-05-04T09:22:51.643Z] --- PASS: TestAbortRetry (0.00s) [2022-05-04T09:22:51.643Z] === RUN TestClientScheme [2022-05-04T09:22:51.643Z] --- PASS: TestClientScheme (0.00s) [2022-05-04T09:22:51.643Z] === RUN TestNewClientWithTimeout [2022-05-04T09:22:52.006Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-04T09:22:52.006Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-04T09:22:52.111Z] time="2022-05-04T09:22:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-04T09:22:52.211Z] --- PASS: TestServiceUpdateLabel (2.25s) [2022-05-04T09:22:52.212Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:22:53.683Z] time="2022-05-04T09:22:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-04T09:22:53.912Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-04T09:22:54.151Z] 2022/05/04 09:22:53 Closing DB instances... [2022-05-04T09:22:54.151Z] time="2022-05-04T09:22:53Z" level=error msg="node: 4eb5607860c2 is unknown to memberlist" [2022-05-04T09:22:55.716Z] --- PASS: TestRequest (7.61s) [2022-05-04T09:22:55.716Z] === RUN TestOverlappingRequests [2022-05-04T09:22:56.184Z] time="2022-05-04T09:22:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-04T09:22:56.184Z] --- PASS: TestOverlappingRequests (0.41s) [2022-05-04T09:22:56.184Z] === RUN TestRelease [2022-05-04T09:22:56.449Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-04T09:22:56.449Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-04T09:22:56.652Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.31s) [2022-05-04T09:22:56.652Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-04T09:22:57.638Z] 2022/05/04 09:22:57 Closing DB instances... [2022-05-04T09:22:57.638Z] --- PASS: TestRelease (1.66s) [2022-05-04T09:22:57.638Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:22:58.985Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-04T09:22:59.206Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-04T09:22:59.206Z] === RUN TestNetworkDBGarbageCollection [2022-05-04T09:23:00.362Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-04T09:23:00.620Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-04T09:23:00.771Z] time="2022-05-04T09:23:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-04T09:23:01.997Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-04T09:23:02.331Z] --- PASS: TestAllocateRandomDeallocate (4.48s) [2022-05-04T09:23:02.332Z] === RUN TestRetrieveFromStore [2022-05-04T09:23:03.895Z] --- PASS: TestRetrieveFromStore (1.53s) [2022-05-04T09:23:03.895Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-04T09:23:03.895Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-05-04T09:23:03.895Z] === RUN TestParallelPredefinedRequest1 [2022-05-04T09:23:03.895Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-04T09:23:03.895Z] === RUN TestParallelPredefinedRequest2 [2022-05-04T09:23:03.895Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-04T09:23:03.895Z] === RUN TestParallelPredefinedRequest3 [2022-05-04T09:23:03.895Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-04T09:23:03.895Z] === RUN TestParallelPredefinedRequest4 [2022-05-04T09:23:03.895Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-04T09:23:03.895Z] === RUN TestParallelPredefinedRequest5 [2022-05-04T09:23:03.895Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-04T09:23:03.895Z] === RUN TestDebug [2022-05-04T09:23:03.895Z] --- PASS: TestDebug (0.00s) [2022-05-04T09:23:03.895Z] === RUN TestRequestPoolParallel [2022-05-04T09:23:03.895Z] --- PASS: TestRequestPoolParallel (0.23s) [2022-05-04T09:23:03.895Z] === RUN TestFullAllocateRelease [2022-05-04T09:23:03.902Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-04T09:23:04.362Z] --- PASS: TestFullAllocateRelease (0.41s) [2022-05-04T09:23:04.362Z] === RUN TestOddAllocateRelease [2022-05-04T09:23:04.829Z] --- PASS: TestOddAllocateRelease (0.21s) [2022-05-04T09:23:04.829Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-04T09:23:04.829Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-05-04T09:23:04.829Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-04T09:23:04.829Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-05-04T09:23:04.830Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-04T09:23:04.830Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest1 [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest4 [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest1 [2022-05-04T09:23:04.830Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest4 [2022-05-04T09:23:04.830Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:23:04.830Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest3 [2022-05-04T09:23:04.830Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:23:04.830Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest2 [2022-05-04T09:23:04.830Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:23:04.830Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:23:04.830Z] === CONT TestParallelPredefinedRequest5 [2022-05-04T09:23:04.830Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:23:04.830Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:23:04.830Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:23:04.830Z] PASS [2022-05-04T09:23:04.830Z] coverage: 85.3% of statements [2022-05-04T09:23:04.830Z] ok github.com/docker/docker/libnetwork/ipam 47.230s coverage: 85.3% of statements [2022-05-04T09:23:07.129Z] --- PASS: TestServiceUpdateSecrets (13.99s) [2022-05-04T09:23:07.129Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:23:07.193Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-04T09:23:07.193Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-04T09:23:07.781Z] === RUN TestParseEmptyInterface [2022-05-04T09:23:07.781Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestParseNonInterfaceType [2022-05-04T09:23:07.781Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestParseWithOneFunction [2022-05-04T09:23:07.781Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestParseWithMultipleFuncs [2022-05-04T09:23:07.781Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestParseWithUnnamedReturn [2022-05-04T09:23:07.781Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestEmbeddedInterface [2022-05-04T09:23:07.781Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestParsedImports [2022-05-04T09:23:07.781Z] --- PASS: TestParsedImports (0.00s) [2022-05-04T09:23:07.781Z] === RUN TestAliasedImports [2022-05-04T09:23:07.781Z] --- PASS: TestAliasedImports (0.00s) [2022-05-04T09:23:07.781Z] PASS [2022-05-04T09:23:07.781Z] coverage: 56.8% of statements [2022-05-04T09:23:07.781Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2022-05-04T09:23:08.765Z] === RUN TestHTTPTransport [2022-05-04T09:23:08.765Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-04T09:23:08.765Z] PASS [2022-05-04T09:23:08.765Z] coverage: 85.7% of statements [2022-05-04T09:23:08.765Z] ok github.com/docker/docker/pkg/plugins/transport 0.048s coverage: 85.7% of statements [2022-05-04T09:23:09.233Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-05-04T09:23:09.233Z] === RUN TestClientStream [2022-05-04T09:23:09.234Z] --- PASS: TestClientStream (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestClientSendFile [2022-05-04T09:23:09.234Z] --- PASS: TestClientSendFile (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestClientWithRequestTimeout [2022-05-04T09:23:09.234Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-04T09:23:09.234Z] === RUN TestFileSpecPlugin [2022-05-04T09:23:09.234Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-04T09:23:09.234Z] === RUN TestFileJSONSpecPlugin [2022-05-04T09:23:09.234Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-04T09:23:09.234Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-04T09:23:09.234Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestPluginAddHandler [2022-05-04T09:23:09.234Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestPluginWaitBadPlugin [2022-05-04T09:23:09.234Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestGet [2022-05-04T09:23:09.234Z] time="2022-05-04T09:23:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-04T09:23:09.234Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:23:09.234Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-04T09:23:09.234Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-04T09:23:09.234Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:23:09.234Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-04T09:23:09.234Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-04T09:23:09.234Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-04T09:23:09.234Z] === RUN TestBufferPoolPutAndGet [2022-05-04T09:23:09.234Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-04T09:23:09.234Z] PASS [2022-05-04T09:23:09.234Z] coverage: 88.2% of statements [2022-05-04T09:23:09.234Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-05-04T09:23:09.732Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-04T09:23:10.219Z] === RUN TestOutputOnPrematureClose [2022-05-04T09:23:10.219Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-04T09:23:10.219Z] === RUN TestCompleteSilently [2022-05-04T09:23:10.219Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-04T09:23:10.219Z] PASS [2022-05-04T09:23:10.219Z] coverage: 75.9% of statements [2022-05-04T09:23:10.219Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2022-05-04T09:23:10.219Z] time="2022-05-04T09:23:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-04T09:23:10.672Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-04T09:23:10.686Z] === RUN TestSendToOneSub [2022-05-04T09:23:10.686Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-04T09:23:10.686Z] === RUN TestSendToMultipleSubs [2022-05-04T09:23:10.686Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-04T09:23:10.686Z] === RUN TestEvictOneSub [2022-05-04T09:23:10.686Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-04T09:23:10.686Z] === RUN TestClosePublisher [2022-05-04T09:23:10.686Z] --- PASS: TestClosePublisher (0.00s) [2022-05-04T09:23:10.686Z] === RUN TestPubSubRace [2022-05-04T09:23:11.670Z] --- PASS: TestPubSubRace (1.06s) [2022-05-04T09:23:11.670Z] PASS [2022-05-04T09:23:11.670Z] coverage: 75.0% of statements [2022-05-04T09:23:11.670Z] ok github.com/docker/docker/pkg/pubsub 1.099s coverage: 75.0% of statements [2022-05-04T09:23:12.050Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-04T09:23:12.137Z] time="2022-05-04T09:23:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-04T09:23:12.137Z] === RUN TestRegister [2022-05-04T09:23:12.137Z] --- PASS: TestRegister (0.00s) [2022-05-04T09:23:12.137Z] === RUN TestCommand [2022-05-04T09:23:12.137Z] --- PASS: TestCommand (0.03s) [2022-05-04T09:23:12.137Z] === RUN TestNaiveSelf [2022-05-04T09:23:12.137Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-04T09:23:12.137Z] PASS [2022-05-04T09:23:12.137Z] coverage: 82.4% of statements [2022-05-04T09:23:12.137Z] ok github.com/docker/docker/pkg/reexec 0.098s coverage: 82.4% of statements [2022-05-04T09:23:13.121Z] === RUN TestDump [2022-05-04T09:23:13.121Z] goroutine 21 [running]: [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.dump(0xa22d57?) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-04T09:23:13.121Z] testing.tRunner(0xc000085a00, 0xbea498) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:23:13.121Z] created by testing.(*T).Run [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:23:13.121Z] [2022-05-04T09:23:13.121Z] goroutine 1 [chan receive]: [2022-05-04T09:23:13.121Z] testing.(*T).Run(0xc000085860, {0xbd913c?, 0x9fc1f3?}, 0xbea498) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:23:13.121Z] testing.runTests.func1(0xc0000c2840?) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:23:13.121Z] testing.tRunner(0xc000085860, 0xc0000cdca0) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:23:13.121Z] testing.runTests(0xc0000a0460?, {0xd6e400, 0x3, 0x3}, {0x1f4df1f0598?, 0x40?, 0xd734a0?}) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:23:13.121Z] testing.(*M).Run(0xc0000a0460) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:23:13.121Z] main.main() [2022-05-04T09:23:13.121Z] _testmain.go:99 +0x255 [2022-05-04T09:23:13.121Z] --- PASS: TestDump (0.00s) [2022-05-04T09:23:13.121Z] === RUN TestDumpToFile [2022-05-04T09:23:13.121Z] --- PASS: TestDumpToFile (0.20s) [2022-05-04T09:23:13.121Z] === RUN TestDumpToFileWithEmptyInput [2022-05-04T09:23:13.121Z] goroutine 23 [running]: [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.dump(0xa9ed13?) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xa9ece0?}) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-04T09:23:13.121Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085a00?) [2022-05-04T09:23:13.121Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-04T09:23:13.121Z] testing.tRunner(0xc0001541a0, 0xbea488) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:23:13.121Z] created by testing.(*T).Run [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:23:13.121Z] [2022-05-04T09:23:13.121Z] goroutine 1 [chan receive]: [2022-05-04T09:23:13.121Z] testing.(*T).Run(0xc000085860, {0xbe0713?, 0x9fc1f3?}, 0xbea488) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:23:13.121Z] testing.runTests.func1(0xc0000c2840?) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:23:13.121Z] testing.tRunner(0xc000085860, 0xc0000cdca0) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:23:13.121Z] testing.runTests(0xc0000a0460?, {0xd6e400, 0x3, 0x3}, {0x1f4df1f0598?, 0x40?, 0xd734a0?}) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:23:13.121Z] testing.(*M).Run(0xc0000a0460) [2022-05-04T09:23:13.121Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:23:13.121Z] main.main() [2022-05-04T09:23:13.121Z] _testmain.go:99 +0x255 [2022-05-04T09:23:13.121Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-04T09:23:13.121Z] PASS [2022-05-04T09:23:13.121Z] coverage: 90.9% of statements [2022-05-04T09:23:13.121Z] ok github.com/docker/docker/pkg/stack 0.240s coverage: 90.9% of statements [2022-05-04T09:23:13.589Z] === RUN TestNewStdWriter [2022-05-04T09:23:13.589Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-04T09:23:13.589Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestWriteWithNilBytes [2022-05-04T09:23:13.589Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestWrite [2022-05-04T09:23:13.589Z] --- PASS: TestWrite (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestWriteWithWriterError [2022-05-04T09:23:13.589Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-04T09:23:13.589Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyWriteAndRead [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-04T09:23:13.589Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-04T09:23:13.589Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-04T09:23:13.589Z] PASS [2022-05-04T09:23:13.589Z] coverage: 100.0% of statements [2022-05-04T09:23:13.589Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-05-04T09:23:14.682Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-04T09:23:14.682Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-04T09:23:14.682Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestFormatStatus [2022-05-04T09:23:14.682Z] --- PASS: TestFormatStatus (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestFormatError [2022-05-04T09:23:14.682Z] --- PASS: TestFormatError (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestFormatJSONError [2022-05-04T09:23:14.682Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-04T09:23:14.682Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-04T09:23:14.682Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestNewJSONProgressOutput [2022-05-04T09:23:14.682Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestAuxFormatterEmit [2022-05-04T09:23:14.682Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestStreamWriterStdout [2022-05-04T09:23:14.682Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-04T09:23:14.682Z] === RUN TestStreamWriterStderr [2022-05-04T09:23:14.682Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-04T09:23:14.682Z] PASS [2022-05-04T09:23:14.682Z] coverage: 66.2% of statements [2022-05-04T09:23:14.682Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2022-05-04T09:23:15.149Z] === RUN TestGenerateRandomID [2022-05-04T09:23:15.149Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestShortenId [2022-05-04T09:23:15.149Z] --- PASS: TestShortenId (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestShortenSha256Id [2022-05-04T09:23:15.149Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestShortenIdEmpty [2022-05-04T09:23:15.149Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestShortenIdInvalid [2022-05-04T09:23:15.149Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestIsShortIDNonHex [2022-05-04T09:23:15.149Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-04T09:23:15.149Z] === RUN TestIsShortIDNotCorrectSize [2022-05-04T09:23:15.149Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-04T09:23:15.149Z] PASS [2022-05-04T09:23:15.149Z] coverage: 70.6% of statements [2022-05-04T09:23:15.149Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-05-04T09:23:15.415Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-04T09:23:15.617Z] === RUN TestIsCpusetListAvailable [2022-05-04T09:23:15.617Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-04T09:23:15.617Z] PASS [2022-05-04T09:23:15.617Z] coverage: 39.4% of statements [2022-05-04T09:23:15.617Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-05-04T09:23:16.085Z] time="2022-05-04T09:23:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-04T09:23:17.109Z] === RUN TestChtimes [2022-05-04T09:23:17.109Z] --- PASS: TestChtimes (0.00s) [2022-05-04T09:23:17.109Z] === RUN TestChtimesWindows [2022-05-04T09:23:17.109Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-04T09:23:17.109Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-04T09:23:17.109Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-04T09:23:17.109Z] PASS [2022-05-04T09:23:17.109Z] coverage: 13.0% of statements [2022-05-04T09:23:17.109Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 13.0% of statements [2022-05-04T09:23:17.383Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-04T09:23:17.577Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-04T09:23:17.577Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-04T09:23:17.577Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-04T09:23:17.577Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-04T09:23:18.044Z] === RUN TestTailFile [2022-05-04T09:23:18.044Z] --- PASS: TestTailFile (0.00s) [2022-05-04T09:23:18.044Z] === RUN TestTailFileManyLines [2022-05-04T09:23:18.044Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-04T09:23:18.044Z] === RUN TestTailEmptyFile [2022-05-04T09:23:18.044Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-04T09:23:18.044Z] === RUN TestTailNegativeN [2022-05-04T09:23:18.044Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader [2022-05-04T09:23:18.044Z] === CONT TestNewTailReader [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-04T09:23:18.044Z] === CONT TestNewTailReader/no_delimiter [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:23:18.044Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:23:18.044Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.045Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.045Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.045Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.046Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.046Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.317Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:23:18.550Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.550Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.550Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.551Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:23:18.551Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.552Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.552Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:23:18.553Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:23:18.554Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:23:18.554Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.02s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:18.555Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:18.556Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:23:19.023Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:23:19.023Z] PASS [2022-05-04T09:23:19.023Z] coverage: 88.6% of statements [2022-05-04T09:23:19.023Z] ok github.com/docker/docker/pkg/tailfile 0.178s coverage: 88.6% of statements [2022-05-04T09:23:19.023Z] === RUN TestTarSumRemoveNonExistent [2022-05-04T09:23:19.023Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-04T09:23:19.023Z] === RUN TestTarSumRemove [2022-05-04T09:23:19.023Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-04T09:23:19.023Z] === RUN TestSortFileInfoSums [2022-05-04T09:23:19.023Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-04T09:23:19.023Z] === RUN TestNewTarSumForLabelInvalid [2022-05-04T09:23:19.024Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestNewTarSumForLabel [2022-05-04T09:23:19.024Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestEmptyTar [2022-05-04T09:23:19.024Z] --- PASS: TestEmptyTar (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestTarSumsReadSize [2022-05-04T09:23:19.024Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestTarSums [2022-05-04T09:23:19.024Z] --- PASS: TestTarSums (0.07s) [2022-05-04T09:23:19.024Z] === RUN TestIteration [2022-05-04T09:23:19.024Z] --- PASS: TestIteration (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestVersionLabelForChecksum [2022-05-04T09:23:19.024Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestVersion [2022-05-04T09:23:19.024Z] --- PASS: TestVersion (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestGetVersion [2022-05-04T09:23:19.024Z] --- PASS: TestGetVersion (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestGetVersions [2022-05-04T09:23:19.024Z] --- PASS: TestGetVersions (0.00s) [2022-05-04T09:23:19.024Z] PASS [2022-05-04T09:23:19.024Z] coverage: 89.3% of statements [2022-05-04T09:23:19.024Z] ok github.com/docker/docker/pkg/tarsum 0.142s coverage: 89.3% of statements [2022-05-04T09:23:19.024Z] === RUN TestTruncIndex [2022-05-04T09:23:19.024Z] --- PASS: TestTruncIndex (0.10s) [2022-05-04T09:23:19.024Z] PASS [2022-05-04T09:23:19.024Z] coverage: 91.5% of statements [2022-05-04T09:23:19.024Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2022-05-04T09:23:19.024Z] === RUN TestVersionInfo [2022-05-04T09:23:19.024Z] --- PASS: TestVersionInfo (0.00s) [2022-05-04T09:23:19.024Z] === RUN TestAppendVersions [2022-05-04T09:23:19.024Z] --- PASS: TestAppendVersions (0.00s) [2022-05-04T09:23:19.024Z] PASS [2022-05-04T09:23:19.024Z] coverage: 88.9% of statements [2022-05-04T09:23:19.024Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-05-04T09:23:19.693Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-04T09:23:20.588Z] === RUN TestNewSettable [2022-05-04T09:23:20.589Z] --- PASS: TestNewSettable (0.00s) [2022-05-04T09:23:20.589Z] === RUN TestIsSettable [2022-05-04T09:23:20.589Z] --- PASS: TestIsSettable (0.00s) [2022-05-04T09:23:20.589Z] === RUN TestUpdateSettingsEnv [2022-05-04T09:23:20.589Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-04T09:23:20.589Z] PASS [2022-05-04T09:23:20.589Z] coverage: 20.0% of statements [2022-05-04T09:23:20.589Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.0% of statements [2022-05-04T09:23:20.589Z] === RUN TestValidatePrivileges [2022-05-04T09:23:20.589Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-04T09:23:20.589Z] === RUN TestFilterByCapNeg [2022-05-04T09:23:20.589Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-04T09:23:20.589Z] === RUN TestFilterByCapPos [2022-05-04T09:23:20.589Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-04T09:23:20.589Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-04T09:23:20.589Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-04T09:23:20.589Z] PASS [2022-05-04T09:23:20.589Z] coverage: 12.2% of statements [2022-05-04T09:23:20.589Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.2% of statements [2022-05-04T09:23:21.056Z] === RUN TestLoad [2022-05-04T09:23:21.056Z] --- PASS: TestLoad (0.00s) [2022-05-04T09:23:21.056Z] === RUN TestSave [2022-05-04T09:23:21.056Z] --- PASS: TestSave (0.02s) [2022-05-04T09:23:21.056Z] === RUN TestAddDeleteGet [2022-05-04T09:23:21.524Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-04T09:23:21.524Z] === RUN TestInvalidTags [2022-05-04T09:23:21.524Z] --- PASS: TestInvalidTags (0.01s) [2022-05-04T09:23:21.524Z] PASS [2022-05-04T09:23:21.524Z] coverage: 83.7% of statements [2022-05-04T09:23:21.524Z] ok github.com/docker/docker/reference 0.116s coverage: 83.7% of statements [2022-05-04T09:23:22.048Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2022-05-04T09:23:22.048Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:23:22.510Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-04T09:23:22.510Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-05-04T09:23:22.510Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-04T09:23:22.510Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-04T09:23:22.510Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-04T09:23:22.510Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-04T09:23:22.510Z] === RUN TestResumableRequestReaderWithReadError [2022-05-04T09:23:22.510Z] === RUN TestResolveAuthConfigIndexServer [2022-05-04T09:23:22.510Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-04T09:23:22.510Z] === RUN TestResolveAuthConfigFullURL [2022-05-04T09:23:22.510Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-04T09:23:22.510Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-04T09:23:22.511Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:23:22.511Z] === RUN TestValidateMirror [2022-05-04T09:23:22.511Z] --- PASS: TestValidateMirror (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestLoadInsecureRegistries [2022-05-04T09:23:22.979Z] time="2022-05-04T09:23:22Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2022-05-04T09:23:22.979Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestResumableRequestReader [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-04T09:23:22.979Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-04T09:23:22.979Z] PASS [2022-05-04T09:23:22.979Z] coverage: 100.0% of statements [2022-05-04T09:23:22.979Z] ok github.com/docker/docker/registry/resumable 0.232s coverage: 100.0% of statements [2022-05-04T09:23:22.979Z] time="2022-05-04T09:23:22Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:23:22.979Z] time="2022-05-04T09:23:22Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-04T09:23:22.979Z] time="2022-05-04T09:23:22Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:23:22.979Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-05-04T09:23:22.979Z] === RUN TestNewServiceConfig [2022-05-04T09:23:22.979Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestValidateIndexName [2022-05-04T09:23:22.979Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestValidateIndexNameWithError [2022-05-04T09:23:22.979Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestEndpointParse [2022-05-04T09:23:22.979Z] --- PASS: TestEndpointParse (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestEndpointParseInvalid [2022-05-04T09:23:22.979Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestValidateEndpoint [2022-05-04T09:23:22.979Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-04T09:23:22.979Z] === RUN TestPing [2022-05-04T09:23:22.979Z] --- PASS: TestPing (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestPingRegistryEndpoint [2022-05-04T09:23:22.979Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:22.979Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-04T09:23:22.979Z] === RUN TestEndpoint [2022-05-04T09:23:22.979Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:22.979Z] --- SKIP: TestEndpoint (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestParseRepositoryInfo [2022-05-04T09:23:22.979Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestNewIndexInfo [2022-05-04T09:23:22.979Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestMirrorEndpointLookup [2022-05-04T09:23:22.979Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:22.979Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestSearchRepositories [2022-05-04T09:23:22.979Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-04T09:23:22.979Z] Host: 127.0.0.1:49327 [2022-05-04T09:23:22.979Z] User-Agent: docker test client [2022-05-04T09:23:22.979Z] Authorization: Token fake-token [2022-05-04T09:23:22.979Z] X-Docker-Token: true [2022-05-04T09:23:22.979Z] Accept-Encoding: gzip [2022-05-04T09:23:22.979Z] [2022-05-04T09:23:22.979Z] [2022-05-04T09:23:22.979Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-04T09:23:22.979Z] Connection: close [2022-05-04T09:23:22.979Z] Content-Length: 144 [2022-05-04T09:23:22.979Z] Cache-Control: no-cache [2022-05-04T09:23:22.979Z] Content-Type: application/json [2022-05-04T09:23:22.979Z] Date: Wed, 04 May 2022 09:23:22 GMT [2022-05-04T09:23:22.979Z] Expires: -1 [2022-05-04T09:23:22.979Z] Pragma: no-cache [2022-05-04T09:23:22.979Z] Server: docker-tests/mock [2022-05-04T09:23:22.979Z] X-Docker-Registry-Config: mock [2022-05-04T09:23:22.979Z] X-Docker-Registry-Version: 0.0.0 [2022-05-04T09:23:22.979Z] [2022-05-04T09:23:22.979Z] [2022-05-04T09:23:22.979Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestTrustedLocation [2022-05-04T09:23:22.979Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-04T09:23:22.979Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestAllowNondistributableArtifacts [2022-05-04T09:23:22.979Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-04T09:23:22.979Z] === RUN TestIsSecureIndex [2022-05-04T09:23:22.979Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-04T09:23:22.979Z] PASS [2022-05-04T09:23:22.979Z] coverage: 51.7% of statements [2022-05-04T09:23:22.979Z] ok github.com/docker/docker/registry 0.269s coverage: 51.7% of statements [2022-05-04T09:23:23.090Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-04T09:23:23.446Z] === RUN TestRestartManagerTimeout [2022-05-04T09:23:23.446Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-04T09:23:23.446Z] === RUN TestRestartManagerTimeoutReset [2022-05-04T09:23:23.446Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-04T09:23:23.446Z] PASS [2022-05-04T09:23:23.446Z] coverage: 50.9% of statements [2022-05-04T09:23:23.446Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2022-05-04T09:23:23.914Z] === RUN TestDecodeContainerConfig [2022-05-04T09:23:23.914Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-04T09:23:23.914Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-04T09:23:23.914Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-04T09:23:23.914Z] === RUN TestDecodeContainerConfigIsolation [2022-05-04T09:23:23.914Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-04T09:23:23.914Z] === RUN TestValidatePrivileged [2022-05-04T09:23:23.914Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-04T09:23:23.914Z] PASS [2022-05-04T09:23:23.914Z] coverage: 52.4% of statements [2022-05-04T09:23:23.914Z] ok github.com/docker/docker/runconfig 0.041s coverage: 52.4% of statements [2022-05-04T09:23:24.382Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-04T09:23:24.382Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-04T09:23:24.382Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-04T09:23:24.382Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-04T09:23:24.382Z] PASS [2022-05-04T09:23:24.382Z] coverage: 62.5% of statements [2022-05-04T09:23:24.382Z] ok github.com/docker/docker/testutil 0.030s coverage: 62.5% of statements [2022-05-04T09:23:24.382Z] --- PASS: TestGet (15.01s) [2022-05-04T09:23:24.382Z] === RUN TestPluginWithNoManifest [2022-05-04T09:23:24.382Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-04T09:23:24.382Z] === RUN TestGetAll [2022-05-04T09:23:24.382Z] --- PASS: TestGetAll (0.01s) [2022-05-04T09:23:24.382Z] PASS [2022-05-04T09:23:24.382Z] coverage: 73.2% of statements [2022-05-04T09:23:24.382Z] ok github.com/docker/docker/pkg/plugins 36.044s coverage: 73.2% of statements [2022-05-04T09:23:25.265Z] === RUN TestBoolValue [2022-05-04T09:23:25.265Z] --- PASS: TestBoolValue (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestBoolValueOrDefault [2022-05-04T09:23:25.265Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestInt64ValueOrZero [2022-05-04T09:23:25.265Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestInt64ValueOrDefault [2022-05-04T09:23:25.265Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-04T09:23:25.265Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestJsonContentType [2022-05-04T09:23:25.265Z] --- PASS: TestJsonContentType (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestReadJSON [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/nil_body [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/empty_body [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/with_valid_request [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/with_whitespace [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/with_extra_content [2022-05-04T09:23:25.265Z] === RUN TestReadJSON/invalid_JSON [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 31.9% of statements [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/server/httputils 0.049s coverage: 31.9% of statements [2022-05-04T09:23:25.265Z] === RUN TestMaskSecretKeys [2022-05-04T09:23:25.265Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-04T09:23:25.265Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-04T09:23:25.265Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-04T09:23:25.265Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-04T09:23:25.265Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestVersionMiddlewareVersion [2022-05-04T09:23:25.265Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-04T09:23:25.265Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 37.7% of statements [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-04T09:23:25.265Z] === RUN TestStrSliceMarshalJSON [2022-05-04T09:23:25.265Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestStrSliceUnmarshalJSON [2022-05-04T09:23:25.265Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestStrSliceUnmarshalString [2022-05-04T09:23:25.265Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestStrSliceUnmarshalSlice [2022-05-04T09:23:25.265Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 90.0% of statements [2022-05-04T09:23:25.265Z] === RUN TestToJSON [2022-05-04T09:23:25.265Z] --- PASS: TestToJSON (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestToParamWithVersion [2022-05-04T09:23:25.265Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestFromJSON [2022-05-04T09:23:25.265Z] --- PASS: TestFromJSON (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestEmpty [2022-05-04T09:23:25.265Z] --- PASS: TestEmpty (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestArgsMatchKVListEmptySources [2022-05-04T09:23:25.265Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestArgsMatchKVList [2022-05-04T09:23:25.265Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestArgsMatch [2022-05-04T09:23:25.265Z] --- PASS: TestArgsMatch (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestAdd [2022-05-04T09:23:25.265Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestDel [2022-05-04T09:23:25.265Z] --- PASS: TestDel (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestLen [2022-05-04T09:23:25.265Z] --- PASS: TestLen (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestExactMatch [2022-05-04T09:23:25.265Z] --- PASS: TestExactMatch (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestOnlyOneExactMatch [2022-05-04T09:23:25.265Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestContains [2022-05-04T09:23:25.265Z] --- PASS: TestContains (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestValidate [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/types/strslice 0.079s coverage: 90.0% of statements [2022-05-04T09:23:25.265Z] --- PASS: TestValidate (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestWalkValues [2022-05-04T09:23:25.265Z] --- PASS: TestWalkValues (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestFuzzyMatch [2022-05-04T09:23:25.265Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-04T09:23:25.265Z] === RUN TestClone [2022-05-04T09:23:25.265Z] --- PASS: TestClone (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 92.2% of statements [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/types/filters 0.047s coverage: 92.2% of statements [2022-05-04T09:23:25.265Z] === RUN TestAdjustForAPIVersion [2022-05-04T09:23:25.265Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 6.1% of statements [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/server/router/swarm 0.052s coverage: 6.1% of statements [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-04T09:23:25.265Z] === RUN TestGetTimestamp [2022-05-04T09:23:25.265Z] --- PASS: TestGetTimestamp (0.20s) [2022-05-04T09:23:25.265Z] === RUN TestParseTimestamps [2022-05-04T09:23:25.265Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 100.0% of statements [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/types/time 0.254s coverage: 100.0% of statements [2022-05-04T09:23:25.265Z] === RUN TestCompareVersion [2022-05-04T09:23:25.265Z] --- PASS: TestCompareVersion (0.00s) [2022-05-04T09:23:25.265Z] PASS [2022-05-04T09:23:25.265Z] coverage: 77.3% of statements [2022-05-04T09:23:25.265Z] ok github.com/docker/docker/api/types/versions 0.050s coverage: 77.3% of statements [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/builder [no test files] [2022-05-04T09:23:25.265Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-04T09:23:25.266Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-04T09:23:25.266Z] === RUN TestIsGIT [2022-05-04T09:23:25.266Z] --- PASS: TestIsGIT (0.00s) [2022-05-04T09:23:25.266Z] PASS [2022-05-04T09:23:25.266Z] coverage: 100.0% of statements [2022-05-04T09:23:25.266Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.044s coverage: 100.0% of statements [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-04T09:23:25.266Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestCloneArgsSmartHttp [2022-05-04T09:23:25.266Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2022-05-04T09:23:25.266Z] === RUN TestCloneArgsDumbHttp [2022-05-04T09:23:25.266Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestCloneArgsGit [2022-05-04T09:23:25.266Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestCheckoutGit [2022-05-04T09:23:25.266Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-04T09:23:25.266Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestProcessNoDockerignore [2022-05-04T09:23:25.266Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-04T09:23:25.266Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDetectContentType [2022-05-04T09:23:25.266Z] --- PASS: TestDetectContentType (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestSelectAcceptableMIME [2022-05-04T09:23:25.266Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestInspectEmptyResponse [2022-05-04T09:23:25.266Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestInspectResponseBinary [2022-05-04T09:23:25.266Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestResponseUnsupportedContentType [2022-05-04T09:23:25.266Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestInspectResponseTextSimple [2022-05-04T09:23:25.266Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestInspectResponseEmptyContentType [2022-05-04T09:23:25.266Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestUnknownContentLength [2022-05-04T09:23:25.266Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDownloadRemote [2022-05-04T09:23:25.266Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-04T09:23:25.266Z] === RUN TestGetWithStatusError [2022-05-04T09:23:25.266Z] --- PASS: TestGetWithStatusError (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestCloseRootDirectory [2022-05-04T09:23:25.266Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:25.266Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestHashFile [2022-05-04T09:23:25.266Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:25.266Z] --- SKIP: TestHashFile (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestHashSubdir [2022-05-04T09:23:25.266Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:25.266Z] --- SKIP: TestHashSubdir (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestRemoveDirectory [2022-05-04T09:23:25.266Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:23:25.266Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-04T09:23:25.266Z] PASS [2022-05-04T09:23:25.266Z] coverage: 9.3% of statements [2022-05-04T09:23:25.266Z] === RUN TestEnable [2022-05-04T09:23:25.266Z] --- PASS: TestEnable (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDisable [2022-05-04T09:23:25.266Z] --- PASS: TestDisable (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestEnabled [2022-05-04T09:23:25.266Z] --- PASS: TestEnabled (0.00s) [2022-05-04T09:23:25.266Z] PASS [2022-05-04T09:23:25.266Z] ok github.com/docker/docker/builder/remotecontext 0.351s coverage: 9.3% of statements [2022-05-04T09:23:25.266Z] coverage: 100.0% of statements [2022-05-04T09:23:25.266Z] ok github.com/docker/docker/cli/debug 0.049s coverage: 100.0% of statements [2022-05-04T09:23:25.266Z] === RUN TestGetAllAllowed [2022-05-04T09:23:25.266Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestGetAllMeta [2022-05-04T09:23:25.266Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-04T09:23:25.266Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestIsUnreferencedBuiltin [2022-05-04T09:23:25.266Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestIsExistingDirectory [2022-05-04T09:23:25.266Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestGetFilenameForDownload [2022-05-04T09:23:25.266Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestEnv2Variables [2022-05-04T09:23:25.266Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-04T09:23:25.266Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestMaintainer [2022-05-04T09:23:25.266Z] --- PASS: TestMaintainer (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestLabel [2022-05-04T09:23:25.266Z] --- PASS: TestLabel (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestFromScratch [2022-05-04T09:23:25.266Z] --- PASS: TestFromScratch (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestFromWithArg [2022-05-04T09:23:25.266Z] --- PASS: TestFromWithArg (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-04T09:23:25.266Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestFromWithUndefinedArg [2022-05-04T09:23:25.266Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestFromMultiStageWithNamedStage [2022-05-04T09:23:25.266Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestOnbuild [2022-05-04T09:23:25.266Z] --- PASS: TestOnbuild (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestWorkdir [2022-05-04T09:23:25.266Z] --- PASS: TestWorkdir (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestCmd [2022-05-04T09:23:25.266Z] --- PASS: TestCmd (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestHealthcheckNone [2022-05-04T09:23:25.266Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestHealthcheckCmd [2022-05-04T09:23:25.266Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestEntrypoint [2022-05-04T09:23:25.266Z] --- PASS: TestEntrypoint (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestExpose [2022-05-04T09:23:25.266Z] --- PASS: TestExpose (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestUser [2022-05-04T09:23:25.266Z] --- PASS: TestUser (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestVolume [2022-05-04T09:23:25.266Z] --- PASS: TestVolume (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestStopSignal [2022-05-04T09:23:25.266Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:23:25.266Z] --- SKIP: TestStopSignal (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestArg [2022-05-04T09:23:25.266Z] --- PASS: TestArg (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestShell [2022-05-04T09:23:25.266Z] --- PASS: TestShell (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestPrependEnvOnCmd [2022-05-04T09:23:25.266Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestRunWithBuildArgs [2022-05-04T09:23:25.266Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestRunIgnoresHealthcheck [2022-05-04T09:23:25.266Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDispatchUnsupportedOptions [2022-05-04T09:23:25.266Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-04T09:23:25.266Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-04T09:23:25.266Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-04T09:23:25.266Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestNormalizeWorkdir [2022-05-04T09:23:25.266Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDispatch [2022-05-04T09:23:25.266Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-04T09:23:25.266Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-04T09:23:25.266Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-04T09:23:25.266Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-04T09:23:25.266Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-04T09:23:25.266Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-04T09:23:25.266Z] === RUN TestDispatch/COPY_url [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch (0.08s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-04T09:23:25.266Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestAddScratchImageAddsToMounts [2022-05-04T09:23:25.266Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-04T09:23:25.266Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-04T09:23:25.266Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-04T09:23:25.266Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestImageSourceGetAddsToMounts [2022-05-04T09:23:25.266Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestEmptyDockerfile [2022-05-04T09:23:25.266Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestSymlinkDockerfile [2022-05-04T09:23:25.266Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-04T09:23:25.266Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestNonExistingDockerfile [2022-05-04T09:23:25.266Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestCopyRunConfig [2022-05-04T09:23:25.266Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestDeepCopyRunConfig [2022-05-04T09:23:25.266Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestExportImage [2022-05-04T09:23:25.266Z] --- PASS: TestExportImage (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestNormalizeDest [2022-05-04T09:23:25.266Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-04T09:23:25.266Z] PASS [2022-05-04T09:23:25.266Z] coverage: 46.7% of statements [2022-05-04T09:23:25.266Z] ok github.com/docker/docker/builder/dockerfile 0.270s coverage: 46.7% of statements [2022-05-04T09:23:25.266Z] === RUN TestTCP4Proxy [2022-05-04T09:23:25.266Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestTCP4ProxyHalfClose [2022-05-04T09:23:25.266Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestTCP6Proxy [2022-05-04T09:23:25.266Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:23:25.266Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestTCPDualStackProxy [2022-05-04T09:23:25.266Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:23:25.266Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestUDP4Proxy [2022-05-04T09:23:25.266Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestUDP6Proxy [2022-05-04T09:23:25.266Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:23:25.266Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestUDPWriteError [2022-05-04T09:23:25.266Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-04T09:23:25.266Z] === RUN TestSCTP4Proxy [2022-05-04T09:23:25.266Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:23:25.266Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-04T09:23:25.266Z] === RUN TestSCTP6Proxy [2022-05-04T09:23:25.266Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:23:25.266Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-04T09:23:25.266Z] PASS [2022-05-04T09:23:25.266Z] coverage: 49.4% of statements [2022-05-04T09:23:25.266Z] ok github.com/docker/docker/cmd/docker-proxy 0.068s coverage: 49.4% of statements [2022-05-04T09:23:26.595Z] === RUN TestGetAddress [2022-05-04T09:23:26.595Z] --- PASS: TestGetAddress (0.00s) [2022-05-04T09:23:26.595Z] === RUN TestRemove [2022-05-04T09:23:26.595Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:23:26.595Z] --- SKIP: TestRemove (0.00s) [2022-05-04T09:23:26.595Z] === RUN TestInitializeWithVolumes [2022-05-04T09:23:26.595Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-04T09:23:26.595Z] === RUN TestCreate [2022-05-04T09:23:26.595Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:23:26.595Z] === RUN TestValidateName [2022-05-04T09:23:26.595Z] --- PASS: TestValidateName (0.00s) [2022-05-04T09:23:26.595Z] === RUN TestCreateWithOpts [2022-05-04T09:23:26.595Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:23:26.595Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-04T09:23:26.595Z] === RUN TestRelaodNoOpts [2022-05-04T09:23:26.595Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-04T09:23:26.595Z] PASS [2022-05-04T09:23:26.595Z] coverage: 41.5% of statements [2022-05-04T09:23:26.595Z] === RUN TestGetDriver [2022-05-04T09:23:26.595Z] --- PASS: TestGetDriver (0.00s) [2022-05-04T09:23:26.595Z] === RUN TestVolumeRequestError [2022-05-04T09:23:26.595Z] ok github.com/docker/docker/volume/local 0.088s coverage: 41.5% of statements [2022-05-04T09:23:26.595Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-04T09:23:26.595Z] PASS [2022-05-04T09:23:26.595Z] coverage: 36.1% of statements [2022-05-04T09:23:26.595Z] ok github.com/docker/docker/volume/drivers 0.054s coverage: 36.1% of statements [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRaw [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-04T09:23:27.063Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRaw [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-04T09:23:27.063Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestConvertTmpfsOptions [2022-05-04T09:23:27.063Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-04T09:23:27.063Z] linux_parser_test.go:209: data="ro" [2022-05-04T09:23:27.063Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestParseMountSpec [2022-05-04T09:23:27.063Z] parser_test.go:62: case 0 [2022-05-04T09:23:27.063Z] parser_test.go:62: case 1 [2022-05-04T09:23:27.063Z] parser_test.go:62: case 2 [2022-05-04T09:23:27.063Z] parser_test.go:62: case 3 [2022-05-04T09:23:27.063Z] parser_test.go:62: case 4 [2022-05-04T09:23:27.063Z] parser_test.go:62: case 5 [2022-05-04T09:23:27.063Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestValidateMount [2022-05-04T09:23:27.063Z] --- PASS: TestValidateMount (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRaw [2022-05-04T09:23:27.063Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-04T09:23:27.063Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:23:27.063Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:23:27.064Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-04T09:23:27.064Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:23:27.064Z] PASS [2022-05-04T09:23:27.064Z] coverage: 67.6% of statements [2022-05-04T09:23:27.064Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 67.6% of statements [2022-05-04T09:23:28.049Z] === RUN TestSetGetMeta [2022-05-04T09:23:28.049Z] === PAUSE TestSetGetMeta [2022-05-04T09:23:28.049Z] === RUN TestRestore [2022-05-04T09:23:28.049Z] === PAUSE TestRestore [2022-05-04T09:23:28.049Z] === RUN TestServiceCreate [2022-05-04T09:23:28.049Z] === PAUSE TestServiceCreate [2022-05-04T09:23:28.049Z] === RUN TestServiceList [2022-05-04T09:23:28.049Z] === PAUSE TestServiceList [2022-05-04T09:23:28.049Z] === RUN TestServiceRemove [2022-05-04T09:23:28.049Z] === PAUSE TestServiceRemove [2022-05-04T09:23:28.049Z] === RUN TestServiceGet [2022-05-04T09:23:28.049Z] === PAUSE TestServiceGet [2022-05-04T09:23:28.049Z] === RUN TestServicePrune [2022-05-04T09:23:28.049Z] === PAUSE TestServicePrune [2022-05-04T09:23:28.049Z] === RUN TestCreate [2022-05-04T09:23:28.049Z] === PAUSE TestCreate [2022-05-04T09:23:28.049Z] === RUN TestRemove [2022-05-04T09:23:28.049Z] === PAUSE TestRemove [2022-05-04T09:23:28.049Z] === RUN TestList [2022-05-04T09:23:28.049Z] === PAUSE TestList [2022-05-04T09:23:28.049Z] === RUN TestFindByDriver [2022-05-04T09:23:28.049Z] === PAUSE TestFindByDriver [2022-05-04T09:23:28.049Z] === RUN TestFindByReferenced [2022-05-04T09:23:28.049Z] === PAUSE TestFindByReferenced [2022-05-04T09:23:28.049Z] === RUN TestDerefMultipleOfSameRef [2022-05-04T09:23:28.049Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-04T09:23:28.049Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:23:28.049Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:23:28.049Z] === RUN TestDefererencePluginOnCreateError [2022-05-04T09:23:28.049Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-04T09:23:28.049Z] === RUN TestRefDerefRemove [2022-05-04T09:23:28.049Z] === PAUSE TestRefDerefRemove [2022-05-04T09:23:28.049Z] === RUN TestGet [2022-05-04T09:23:28.049Z] === PAUSE TestGet [2022-05-04T09:23:28.049Z] === RUN TestGetWithReference [2022-05-04T09:23:28.049Z] === PAUSE TestGetWithReference [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_nil_list [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_empty_list [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_filter_some [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_filter_middle [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:23:28.049Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-04T09:23:28.049Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_nil_list [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_filter_some [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_empty_list [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:23:28.049Z] === CONT TestFilterFunc/test_filter_middle [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-04T09:23:28.049Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-04T09:23:28.049Z] === CONT TestSetGetMeta [2022-05-04T09:23:28.049Z] === CONT TestList [2022-05-04T09:23:28.049Z] === CONT TestDefererencePluginOnCreateError [2022-05-04T09:23:28.049Z] === CONT TestServiceGet [2022-05-04T09:23:28.049Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestRemove [2022-05-04T09:23:28.049Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-04T09:23:28.049Z] === CONT TestCreate [2022-05-04T09:23:28.049Z] --- PASS: TestList (0.05s) [2022-05-04T09:23:28.049Z] === CONT TestServicePrune [2022-05-04T09:23:28.049Z] --- PASS: TestCreate (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestDerefMultipleOfSameRef [2022-05-04T09:23:28.049Z] --- PASS: TestRemove (0.03s) [2022-05-04T09:23:28.049Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:23:28.049Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestGet [2022-05-04T09:23:28.049Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestGetWithReference [2022-05-04T09:23:28.049Z] --- PASS: TestGet (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestServiceList [2022-05-04T09:23:28.049Z] --- PASS: TestGetWithReference (0.02s) [2022-05-04T09:23:28.049Z] === CONT TestServiceRemove [2022-05-04T09:23:28.049Z] time="2022-05-04T09:23:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:23:28.517Z] --- PASS: TestServiceGet (0.21s) [2022-05-04T09:23:28.517Z] === CONT TestRefDerefRemove [2022-05-04T09:23:28.517Z] --- PASS: TestServiceRemove (0.12s) [2022-05-04T09:23:28.517Z] === CONT TestFindByReferenced [2022-05-04T09:23:28.517Z] --- PASS: TestServiceList (0.13s) [2022-05-04T09:23:28.517Z] === CONT TestFindByDriver [2022-05-04T09:23:28.517Z] time="2022-05-04T09:23:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:23:28.517Z] time="2022-05-04T09:23:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:23:28.517Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-04T09:23:28.517Z] === CONT TestServiceCreate [2022-05-04T09:23:28.517Z] time="2022-05-04T09:23:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-04T09:23:28.517Z] --- PASS: TestFindByReferenced (0.02s) [2022-05-04T09:23:28.517Z] === CONT TestRestore [2022-05-04T09:23:28.517Z] time="2022-05-04T09:23:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:23:28.517Z] --- PASS: TestFindByDriver (0.03s) [2022-05-04T09:23:28.517Z] --- PASS: TestServicePrune (0.20s) [2022-05-04T09:23:28.517Z] --- PASS: TestServiceCreate (0.02s) [2022-05-04T09:23:28.517Z] --- PASS: TestRestore (0.02s) [2022-05-04T09:23:28.517Z] PASS [2022-05-04T09:23:28.517Z] coverage: 69.0% of statements [2022-05-04T09:23:28.517Z] ok github.com/docker/docker/volume/service 0.308s coverage: 69.0% of statements [2022-05-04T09:23:29.655Z] docker_cli_daemon_test.go:2501: [da37f6a63ee81] daemon is not started [2022-05-04T09:23:29.655Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-04T09:23:29.655Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-04T09:23:30.591Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-04T09:23:33.881Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-04T09:23:34.304Z] --- PASS: TestServiceUpdateNetwork (12.32s) [2022-05-04T09:23:34.305Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:23:34.305Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-04T09:23:34.305Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-04T09:23:34.447Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-04T09:23:34.705Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-04T09:23:35.272Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-04T09:23:35.531Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-04T09:23:36.099Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-04T09:23:36.358Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-04T09:23:37.616Z] === RUN TestCheckpointCreateError [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointCreate [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointDeleteError [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointDelete [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointListError [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointList [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointList (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCheckpointListContainerNotFound [2022-05-04T09:23:37.617Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNewClientWithOpsFromEnv [2022-05-04T09:23:37.617Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:23:37.617Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-05-04T09:23:37.617Z] === RUN TestGetAPIPath [2022-05-04T09:23:37.617Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestParseHostURL [2022-05-04T09:23:37.617Z] --- PASS: TestParseHostURL (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-04T09:23:37.617Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPVersionOverride [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-04T09:23:37.617Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestClientRedirect [2022-05-04T09:23:37.617Z] === RUN TestClientRedirect/GET [2022-05-04T09:23:37.617Z] === RUN TestClientRedirect/POST [2022-05-04T09:23:37.617Z] === RUN TestClientRedirect/PUT [2022-05-04T09:23:37.617Z] === RUN TestClientRedirect/DELETE [2022-05-04T09:23:37.617Z] --- PASS: TestClientRedirect (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-04T09:23:37.617Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigCreateUnsupported [2022-05-04T09:23:37.617Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigCreateError [2022-05-04T09:23:37.617Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigCreate [2022-05-04T09:23:37.617Z] --- PASS: TestConfigCreate (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspectNotFound [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspectWithEmptyID [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspectUnsupported [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspectError [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspectConfigNotFound [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigInspect [2022-05-04T09:23:37.617Z] --- PASS: TestConfigInspect (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigListUnsupported [2022-05-04T09:23:37.617Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigListError [2022-05-04T09:23:37.617Z] --- PASS: TestConfigListError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigList [2022-05-04T09:23:37.617Z] --- PASS: TestConfigList (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigRemoveUnsupported [2022-05-04T09:23:37.617Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigRemoveError [2022-05-04T09:23:37.617Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigRemove [2022-05-04T09:23:37.617Z] --- PASS: TestConfigRemove (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigUpdateUnsupported [2022-05-04T09:23:37.617Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigUpdateError [2022-05-04T09:23:37.617Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestConfigUpdate [2022-05-04T09:23:37.617Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCommitError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCommit [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCommit (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStatPathError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStatPathNotFoundError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStatPathNoHeaderError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStatPath [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyToContainerError [2022-05-04T09:23:37.617Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyToContainerNotFoundError [2022-05-04T09:23:37.617Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyToContainerEmptyResponse [2022-05-04T09:23:37.617Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyToContainer [2022-05-04T09:23:37.617Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyFromContainerError [2022-05-04T09:23:37.617Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyFromContainerNotFoundError [2022-05-04T09:23:37.617Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-04T09:23:37.617Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-04T09:23:37.617Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestCopyFromContainer [2022-05-04T09:23:37.617Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCreateError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCreateImageNotFound [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCreateWithName [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerCreateAutoRemove [2022-05-04T09:23:37.617Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerDiffError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerDiff [2022-05-04T09:23:37.617Z] --- PASS: TestContainerDiff (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecCreateError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecCreate [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecStartError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecStart [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecInspectError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecInspect [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExportError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExportError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExport [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExport (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerInspectError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerInspectContainerNotFound [2022-05-04T09:23:37.617Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerInspectWithEmptyID [2022-05-04T09:23:37.617Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerInspect [2022-05-04T09:23:37.617Z] --- PASS: TestContainerInspect (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerInspectNode [2022-05-04T09:23:37.617Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerKillError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerKillError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerKill [2022-05-04T09:23:37.617Z] --- PASS: TestContainerKill (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerListError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerListError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerList [2022-05-04T09:23:37.617Z] --- PASS: TestContainerList (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerLogsNotFoundError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerLogsError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerLogs [2022-05-04T09:23:37.617Z] --- PASS: TestContainerLogs (0.21s) [2022-05-04T09:23:37.617Z] === RUN TestContainerPauseError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerPause [2022-05-04T09:23:37.617Z] --- PASS: TestContainerPause (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainersPruneError [2022-05-04T09:23:37.617Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainersPrune [2022-05-04T09:23:37.617Z] --- PASS: TestContainersPrune (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRemoveError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRemoveNotFoundError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRemove [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRemove (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRenameError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRename [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRename (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerResizeError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecResizeError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerResize [2022-05-04T09:23:37.617Z] --- PASS: TestContainerResize (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerExecResize [2022-05-04T09:23:37.617Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRestartError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerRestart [2022-05-04T09:23:37.617Z] --- PASS: TestContainerRestart (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStartError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStartError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStart [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStart (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStatsError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStats [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStats (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStopError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStopError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerStop [2022-05-04T09:23:37.617Z] --- PASS: TestContainerStop (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerTopError [2022-05-04T09:23:37.617Z] --- PASS: TestContainerTopError (0.00s) [2022-05-04T09:23:37.617Z] === RUN TestContainerTop [2022-05-04T09:23:37.618Z] --- PASS: TestContainerTop (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerUnpauseError [2022-05-04T09:23:37.618Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerUnpause [2022-05-04T09:23:37.618Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerUpdateError [2022-05-04T09:23:37.618Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerUpdate [2022-05-04T09:23:37.618Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerWaitError [2022-05-04T09:23:37.618Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestContainerWait [2022-05-04T09:23:37.618Z] --- PASS: TestContainerWait (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestDiskUsageError [2022-05-04T09:23:37.618Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestDiskUsage [2022-05-04T09:23:37.618Z] --- PASS: TestDiskUsage (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestDistributionInspectUnsupported [2022-05-04T09:23:37.618Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestDistributionInspectWithEmptyID [2022-05-04T09:23:37.618Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestEventsErrorInOptions [2022-05-04T09:23:37.618Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestEventsErrorFromServer [2022-05-04T09:23:37.618Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestEvents [2022-05-04T09:23:37.618Z] --- PASS: TestEvents (0.01s) [2022-05-04T09:23:37.618Z] === RUN TestTLSCloseWriter [2022-05-04T09:23:37.618Z] === PAUSE TestTLSCloseWriter [2022-05-04T09:23:37.618Z] === RUN TestImageBuildError [2022-05-04T09:23:37.618Z] --- PASS: TestImageBuildError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageBuild [2022-05-04T09:23:37.618Z] --- PASS: TestImageBuild (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestGetDockerOS [2022-05-04T09:23:37.618Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageCreateError [2022-05-04T09:23:37.618Z] --- PASS: TestImageCreateError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageCreate [2022-05-04T09:23:37.618Z] --- PASS: TestImageCreate (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageHistoryError [2022-05-04T09:23:37.618Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageHistory [2022-05-04T09:23:37.618Z] --- PASS: TestImageHistory (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageImportError [2022-05-04T09:23:37.618Z] --- PASS: TestImageImportError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageImport [2022-05-04T09:23:37.618Z] --- PASS: TestImageImport (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageInspectError [2022-05-04T09:23:37.618Z] --- PASS: TestImageInspectError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageInspectImageNotFound [2022-05-04T09:23:37.618Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageInspectWithEmptyID [2022-05-04T09:23:37.618Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageInspect [2022-05-04T09:23:37.618Z] --- PASS: TestImageInspect (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageListError [2022-05-04T09:23:37.618Z] --- PASS: TestImageListError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageList [2022-05-04T09:23:37.618Z] --- PASS: TestImageList (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageListApiBefore125 [2022-05-04T09:23:37.618Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageLoadError [2022-05-04T09:23:37.618Z] --- PASS: TestImageLoadError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageLoad [2022-05-04T09:23:37.618Z] --- PASS: TestImageLoad (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagesPruneError [2022-05-04T09:23:37.618Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagesPrune [2022-05-04T09:23:37.618Z] --- PASS: TestImagesPrune (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullReferenceParseError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullAnyError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePullWithoutErrors [2022-05-04T09:23:37.618Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushReferenceError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushAnyError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithoutErrors [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-04T09:23:37.618Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageRemoveError [2022-05-04T09:23:37.618Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageRemoveImageNotFound [2022-05-04T09:23:37.618Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageRemove [2022-05-04T09:23:37.618Z] --- PASS: TestImageRemove (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSaveError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSaveError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSave [2022-05-04T09:23:37.618Z] --- PASS: TestImageSave (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchAnyError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageSearchWithoutErrors [2022-05-04T09:23:37.618Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageTagError [2022-05-04T09:23:37.618Z] --- PASS: TestImageTagError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageTagInvalidReference [2022-05-04T09:23:37.618Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageTagInvalidSourceImageName [2022-05-04T09:23:37.618Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageTagHexSource [2022-05-04T09:23:37.618Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestImageTag [2022-05-04T09:23:37.618Z] --- PASS: TestImageTag (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestInfoServerError [2022-05-04T09:23:37.618Z] --- PASS: TestInfoServerError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestInfoInvalidResponseJSONError [2022-05-04T09:23:37.618Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestInfo [2022-05-04T09:23:37.618Z] --- PASS: TestInfo (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkConnectError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkConnect [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkCreateError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkCreate [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkDisconnectError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkDisconnect [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/empty_ID [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/no_options [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/verbose [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/global_scope [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/unknown_network [2022-05-04T09:23:37.618Z] === RUN TestNetworkInspect/server_error [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkListError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkListError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkList [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkList (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworksPruneError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworksPrune [2022-05-04T09:23:37.618Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkRemoveError [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNetworkRemove [2022-05-04T09:23:37.618Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeInspectError [2022-05-04T09:23:37.618Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeInspectNodeNotFound [2022-05-04T09:23:37.618Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeInspectWithEmptyID [2022-05-04T09:23:37.618Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeInspect [2022-05-04T09:23:37.618Z] --- PASS: TestNodeInspect (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeListError [2022-05-04T09:23:37.618Z] --- PASS: TestNodeListError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeList [2022-05-04T09:23:37.618Z] --- PASS: TestNodeList (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeRemoveError [2022-05-04T09:23:37.618Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeRemove [2022-05-04T09:23:37.618Z] --- PASS: TestNodeRemove (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeUpdateError [2022-05-04T09:23:37.618Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestNodeUpdate [2022-05-04T09:23:37.618Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestOptionWithHostFromEnv [2022-05-04T09:23:37.618Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestOptionWithTimeout [2022-05-04T09:23:37.618Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestOptionWithVersionFromEnv [2022-05-04T09:23:37.618Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPingFail [2022-05-04T09:23:37.618Z] --- PASS: TestPingFail (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPingWithError [2022-05-04T09:23:37.618Z] 2022/05/04 09:23:37 RoundTripper returned a response & error; ignoring response [2022-05-04T09:23:37.618Z] 2022/05/04 09:23:37 RoundTripper returned a response & error; ignoring response [2022-05-04T09:23:37.618Z] --- PASS: TestPingWithError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPingSuccess [2022-05-04T09:23:37.618Z] --- PASS: TestPingSuccess (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPingHeadFallback [2022-05-04T09:23:37.618Z] === RUN TestPingHeadFallback/OK [2022-05-04T09:23:37.618Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-04T09:23:37.618Z] === RUN TestPingHeadFallback/Not_Found [2022-05-04T09:23:37.618Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-04T09:23:37.618Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-04T09:23:37.618Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginDisableError [2022-05-04T09:23:37.618Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginDisable [2022-05-04T09:23:37.618Z] --- PASS: TestPluginDisable (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginEnableError [2022-05-04T09:23:37.618Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginEnable [2022-05-04T09:23:37.618Z] --- PASS: TestPluginEnable (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginInspectError [2022-05-04T09:23:37.618Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginInspectWithEmptyID [2022-05-04T09:23:37.618Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginInspect [2022-05-04T09:23:37.618Z] --- PASS: TestPluginInspect (0.00s) [2022-05-04T09:23:37.618Z] === RUN TestPluginListError [2022-05-04T09:23:37.618Z] --- PASS: TestPluginListError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginList [2022-05-04T09:23:38.075Z] --- PASS: TestPluginList (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginPushError [2022-05-04T09:23:38.075Z] --- PASS: TestPluginPushError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginPush [2022-05-04T09:23:38.075Z] --- PASS: TestPluginPush (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginRemoveError [2022-05-04T09:23:38.075Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginRemove [2022-05-04T09:23:38.075Z] --- PASS: TestPluginRemove (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginSetError [2022-05-04T09:23:38.075Z] --- PASS: TestPluginSetError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPluginSet [2022-05-04T09:23:38.075Z] --- PASS: TestPluginSet (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSetHostHeader [2022-05-04T09:23:38.075Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestPlainTextError [2022-05-04T09:23:38.075Z] --- PASS: TestPlainTextError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestInfiniteError [2022-05-04T09:23:38.075Z] --- PASS: TestInfiniteError (0.05s) [2022-05-04T09:23:38.075Z] === RUN TestCanceledContext [2022-05-04T09:23:38.075Z] 2022/05/04 09:23:37 RoundTripper returned a response & error; ignoring response [2022-05-04T09:23:38.075Z] --- PASS: TestCanceledContext (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestDeadlineExceededContext [2022-05-04T09:23:38.075Z] 2022/05/04 09:23:37 RoundTripper returned a response & error; ignoring response [2022-05-04T09:23:38.075Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretCreateUnsupported [2022-05-04T09:23:38.075Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretCreateError [2022-05-04T09:23:38.075Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretCreate [2022-05-04T09:23:38.075Z] --- PASS: TestSecretCreate (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretInspectUnsupported [2022-05-04T09:23:38.075Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretInspectError [2022-05-04T09:23:38.075Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretInspectSecretNotFound [2022-05-04T09:23:38.075Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretInspectWithEmptyID [2022-05-04T09:23:38.075Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretInspect [2022-05-04T09:23:38.075Z] --- PASS: TestSecretInspect (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretListUnsupported [2022-05-04T09:23:38.075Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretListError [2022-05-04T09:23:38.075Z] --- PASS: TestSecretListError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretList [2022-05-04T09:23:38.075Z] --- PASS: TestSecretList (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretRemoveUnsupported [2022-05-04T09:23:38.075Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretRemoveError [2022-05-04T09:23:38.075Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretRemove [2022-05-04T09:23:38.075Z] --- PASS: TestSecretRemove (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretUpdateUnsupported [2022-05-04T09:23:38.075Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretUpdateError [2022-05-04T09:23:38.075Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestSecretUpdate [2022-05-04T09:23:38.075Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceCreateError [2022-05-04T09:23:38.075Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceCreate [2022-05-04T09:23:38.075Z] --- PASS: TestServiceCreate (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-04T09:23:38.075Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceCreateDigestPinning [2022-05-04T09:23:38.075Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceInspectError [2022-05-04T09:23:38.075Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceInspectServiceNotFound [2022-05-04T09:23:38.075Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceInspectWithEmptyID [2022-05-04T09:23:38.075Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceInspect [2022-05-04T09:23:38.075Z] --- PASS: TestServiceInspect (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceListError [2022-05-04T09:23:38.075Z] --- PASS: TestServiceListError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceList [2022-05-04T09:23:38.075Z] --- PASS: TestServiceList (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceLogsError [2022-05-04T09:23:38.075Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceLogs [2022-05-04T09:23:38.075Z] --- PASS: TestServiceLogs (0.00s) [2022-05-04T09:23:38.075Z] === RUN TestServiceRemoveError [2022-05-04T09:23:38.075Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestServiceRemoveNotFoundError [2022-05-04T09:23:38.076Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestServiceRemove [2022-05-04T09:23:38.076Z] --- PASS: TestServiceRemove (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestServiceUpdateError [2022-05-04T09:23:38.076Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestServiceUpdate [2022-05-04T09:23:38.076Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmGetUnlockKeyError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmGetUnlockKey [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmInitError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmInit [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmInit (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmInspectError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmInspect [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmJoinError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmJoin [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmLeaveError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmLeave [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmUnlockError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmUnlock [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmUpdateError [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestSwarmUpdate [2022-05-04T09:23:38.076Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestTaskInspectError [2022-05-04T09:23:38.076Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestTaskInspectWithEmptyID [2022-05-04T09:23:38.076Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestTaskInspect [2022-05-04T09:23:38.076Z] --- PASS: TestTaskInspect (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestTaskListError [2022-05-04T09:23:38.076Z] --- PASS: TestTaskListError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestTaskList [2022-05-04T09:23:38.076Z] --- PASS: TestTaskList (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeCreateError [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeCreate [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeInspectError [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeInspectNotFound [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeInspectWithEmptyID [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeInspect [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeListError [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeListError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeList [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeList (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeRemoveError [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-04T09:23:38.076Z] === RUN TestVolumeRemove [2022-05-04T09:23:38.076Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-04T09:23:38.076Z] === CONT TestTLSCloseWriter [2022-05-04T09:23:38.076Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-04T09:23:38.076Z] PASS [2022-05-04T09:23:38.076Z] coverage: 75.1% of statements [2022-05-04T09:23:38.076Z] ok github.com/docker/docker/client 0.471s coverage: 75.1% of statements [2022-05-04T09:23:38.260Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-04T09:23:38.898Z] ba8181afd426: Pull complete [2022-05-04T09:23:38.898Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-05-04T09:23:38.898Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:23:38.898Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-05-04T09:23:38.898Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-05-04T09:23:38.898Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2803' [2022-05-04T09:23:38.898Z] WARN: Skipping validation tests [2022-05-04T09:23:38.898Z] INFO: Running unit tests at 05/04/2022 09:23:34... [2022-05-04T09:23:39.195Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-04T09:23:39.768Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-04T09:23:41.678Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-04T09:23:41.678Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-04T09:23:42.445Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-04T09:23:42.693Z] INFO: make.ps1 starting at 05/04/2022 09:23:41 [2022-05-04T09:23:42.693Z] INFO: Git commit (a35040222c) assumed from DOCKER_GITCOMMIT environment variable [2022-05-04T09:23:42.693Z] INFO: Running unit tests... [2022-05-04T09:23:43.584Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-04T09:23:43.584Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-04T09:23:44.964Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-04T09:23:45.903Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-04T09:23:46.472Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-04T09:23:46.472Z] check_test.go:307: [d362c3fb1b07a] daemon is not started [2022-05-04T09:23:46.472Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-04T09:23:49.030Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2022-05-04T09:23:49.031Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-04T09:23:49.031Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-05-04T09:23:49.031Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-05-04T09:23:49.031Z] PASS [2022-05-04T09:23:49.031Z] [2022-05-04T09:23:49.031Z] === Skipped [2022-05-04T09:23:49.031Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-04T09:23:49.031Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:23:49.031Z] [2022-05-04T09:23:49.031Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-05-04T09:23:49.031Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-04T09:23:49.031Z] [2022-05-04T09:23:49.031Z] DONE 27 tests, 2 skipped in 130.599s [2022-05-04T09:23:49.031Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-04T09:23:49.031Z] ++ 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-05-04T09:23:49.031Z] ++ set -e [2022-05-04T09:23:49.031Z] ++ '[' -n 0 ']' [2022-05-04T09:23:49.031Z] ++ set -x [2022-05-04T09:23:49.031Z] ++ 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-05-04T09:23:49.031Z] INFO: Testing against a local daemon [2022-05-04T09:23:49.031Z] === RUN TestSessionCreate [2022-05-04T09:23:49.031Z] --- PASS: TestSessionCreate (0.02s) [2022-05-04T09:23:49.031Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:23:49.031Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-04T09:23:49.031Z] PASS [2022-05-04T09:23:49.031Z] [2022-05-04T09:23:49.031Z] DONE 2 tests in 0.128s [2022-05-04T09:23:49.031Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-04T09:23:49.031Z] ++ 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-05-04T09:23:49.031Z] ++ set -e [2022-05-04T09:23:49.031Z] ++ '[' -n 0 ']' [2022-05-04T09:23:49.031Z] ++ set -x [2022-05-04T09:23:49.031Z] ++ 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-05-04T09:23:49.031Z] INFO: Testing against a local daemon [2022-05-04T09:23:49.031Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:23:49.031Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:23:49.031Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:23:49.031Z] === RUN TestDiskUsage [2022-05-04T09:23:49.031Z] === PAUSE TestDiskUsage [2022-05-04T09:23:49.031Z] === RUN TestEventsExecDie [2022-05-04T09:23:49.031Z] --- PASS: TestEventsExecDie (0.51s) [2022-05-04T09:23:49.031Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:23:49.291Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-04T09:23:49.291Z] === RUN TestEventsVolumeCreate [2022-05-04T09:23:49.291Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-04T09:23:49.291Z] === RUN TestInfoBinaryCommits [2022-05-04T09:23:49.291Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-04T09:23:49.291Z] === RUN TestInfoAPIVersioned [2022-05-04T09:23:49.291Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-04T09:23:49.291Z] === RUN TestInfoAPI [2022-05-04T09:23:49.291Z] --- PASS: TestInfoAPI (0.02s) [2022-05-04T09:23:49.291Z] === RUN TestInfoAPIWarnings [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite (340.09s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.82s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.51s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.61s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.29s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.31s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.54s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.54s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.64s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.15s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.28s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.36s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.35s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.43s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.32s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.31s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.43s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.02s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.23s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.36s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.59s) [2022-05-04T09:23:53.037Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.08s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.24s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.68s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.70s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.04s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.31s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.25s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.60s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.65s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.77s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.78s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.74s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2022-05-04T09:23:53.037Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.88s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.95s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.75s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.55s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.85s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.28s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.32s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.75s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.97s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.58s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.33s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.67s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.63s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.00s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.23s) [2022-05-04T09:23:53.038Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-04T09:23:53.038Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.54s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.80s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.13s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.98s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.71s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.91s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.32s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.97s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.41s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.18s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.07s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.80s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.59s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.55s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.20s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.96s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.91s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.01s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.68s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.40s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.85s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.52s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.64s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.63s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.87s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.27s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.33s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.11s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.61s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.50s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.44s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.47s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.14s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.35s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.17s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.75s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.41s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.83s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.73s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2022-05-04T09:23:53.038Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.54s) [2022-05-04T09:23:53.038Z] === RUN TestDockerSwarmSuite [2022-05-04T09:23:53.038Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-04T09:23:53.038Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-04T09:23:53.789Z] 2022/05/04 09:23:51 Closing DB instances... [2022-05-04T09:23:53.789Z] --- PASS: TestNetworkDBGarbageCollection (54.45s) [2022-05-04T09:23:53.789Z] === RUN TestFindNode [2022-05-04T09:23:53.789Z] 2022/05/04 09:23:53 Closing DB instances... [2022-05-04T09:23:53.789Z] --- PASS: TestFindNode (0.02s) [2022-05-04T09:23:53.789Z] === RUN TestChangeNodeState [2022-05-04T09:23:53.789Z] 2022/05/04 09:23:53 Closing DB instances... [2022-05-04T09:23:53.789Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-04T09:23:53.789Z] === RUN TestNodeReincarnation [2022-05-04T09:23:53.789Z] 2022/05/04 09:23:53 Closing DB instances... [2022-05-04T09:23:55.204Z] 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/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/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-04T09:23:55.576Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-04T09:23:55.731Z] --- PASS: TestCheckoutGit (33.85s) [2022-05-04T09:23:55.731Z] === RUN TestValidGitTransport [2022-05-04T09:23:55.731Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-04T09:23:55.731Z] === RUN TestGitInvalidRef [2022-05-04T09:23:55.731Z] --- PASS: TestGitInvalidRef (0.29s) [2022-05-04T09:23:55.731Z] PASS [2022-05-04T09:23:55.731Z] coverage: 86.3% of statements [2022-05-04T09:23:55.731Z] ok github.com/docker/docker/builder/remotecontext/git 34.287s coverage: 86.3% of statements [2022-05-04T09:23:56.693Z] ? github.com/docker/docker/cli [no test files] [2022-05-04T09:23:56.693Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-04T09:23:56.693Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-04T09:23:56.693Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-04T09:23:58.537Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-04T09:23:58.537Z] === RUN TestParallelCreate [2022-05-04T09:23:58.537Z] 2022/05/04 09:23:58 Closing DB instances... [2022-05-04T09:23:58.537Z] --- PASS: TestParallelCreate (0.02s) [2022-05-04T09:23:58.537Z] === RUN TestParallelDelete [2022-05-04T09:23:58.537Z] 2022/05/04 09:23:58 Closing DB instances... [2022-05-04T09:23:58.537Z] --- PASS: TestParallelDelete (0.02s) [2022-05-04T09:23:58.537Z] === RUN TestNetworkDBIslands [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:541edba0ace2 with config:&{NodeID:541edba0ace2 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-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 541edba0ace2/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 541edba0ace2/172.19.137.73, added to nodes list" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:512f0e9e7b23 with config:&{NodeID:512f0e9e7b23 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-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to nodes list" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to nodes list" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 541edba0ace2/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=info msg="Node 541edba0ace2/172.19.137.73, added to nodes list" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-04T09:23:58.537Z] time="2022-05-04T09:23:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2022-05-04T09:23:58.864Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:2e991970b02f with config:&{NodeID:2e991970b02f 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-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 541edba0ace2/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 541edba0ace2/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.522Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:5a327aa7e9a1 with config:&{NodeID:5a327aa7e9a1 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-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 2e991970b02f/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 541edba0ace2/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 541edba0ace2/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:23:59.990Z] time="2022-05-04T09:23:59Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:8cacfc26b843 with config:&{NodeID:8cacfc26b843 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-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 541edba0ace2/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 541edba0ace2/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 2e991970b02f/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 2e991970b02f/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:00.457Z] time="2022-05-04T09:24:00Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:00.924Z] networkdb_test.go:835: Re-joining: 3 [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=info msg="The new bootstrap node list is:[172.19.137.73:10033 172.19.137.73:10034 172.19.137.73:10035]" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10033" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49365" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49366" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10034" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49367" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10035" [2022-05-04T09:24:00.924Z] networkdb_test.go:835: Re-joining: 4 [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=info msg="The new bootstrap node list is:[172.19.137.73:10033 172.19.137.73:10034 172.19.137.73:10035]" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10033" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49368" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10034" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49369" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10035" [2022-05-04T09:24:00.924Z] time="2022-05-04T09:24:00Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49370" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:00Z" level=info msg="node 0 leaving" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="node5(8cacfc26b843): Node leave event for 541edba0ace2/172.19.137.73" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="node3(2e991970b02f): Node leave event for 541edba0ace2/172.19.137.73" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="node2(512f0e9e7b23): Node leave event for 541edba0ace2/172.19.137.73" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="node1(541edba0ace2): Node leave event for 541edba0ace2/172.19.137.73" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 541edba0ace2/172.19.137.73" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.392Z] time="2022-05-04T09:24:01Z" level=info msg="Node 541edba0ace2/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="node 1 leaving" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="node5(8cacfc26b843): Node leave event for 512f0e9e7b23/172.19.137.73" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23 change state NodeActive --> NodeFailed" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, added to failed nodes list" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="node3(2e991970b02f): Node leave event for 512f0e9e7b23/172.19.137.73" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23 change state NodeActive --> NodeLeft" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 512f0e9e7b23/172.19.137.73" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=error msg="node: 512f0e9e7b23 is unknown to memberlist" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, left gossip cluster" [2022-05-04T09:24:01.859Z] time="2022-05-04T09:24:01Z" level=info msg="Node 512f0e9e7b23/172.19.137.73, left gossip cluster" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="node 2 leaving" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="Node 2e991970b02f change state NodeActive --> NodeLeft" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="node5(8cacfc26b843): Node leave event for 2e991970b02f/172.19.137.73" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="Node 2e991970b02f change state NodeActive --> NodeLeft" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 2e991970b02f/172.19.137.73" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="Node 2e991970b02f change state NodeActive --> NodeLeft" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=info msg="node3(2e991970b02f): Node leave event for 2e991970b02f/172.19.137.73" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=debug msg="memberlist: Failed ping: 512f0e9e7b23 (timeout reached)" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.137.73:10037: use of closed network connection" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.137.73:10036: use of closed network connection" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.137.73:10035: use of closed network connection" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:02Z" level=info msg="Node 2e991970b02f/172.19.137.73, left gossip cluster" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:02Z" level=info msg="Node 2e991970b02f/172.19.137.73, left gossip cluster" [2022-05-04T09:24:02.326Z] time="2022-05-04T09:24:02Z" level=info msg="Node 2e991970b02f/172.19.137.73, left gossip cluster" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="memberlist: Suspect 512f0e9e7b23 has failed, no acks received" [2022-05-04T09:24:02.794Z] networkdb_test.go:867: node4: OK [2022-05-04T09:24:02.794Z] networkdb_test.go:867: node5: OK [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="node 0 coming back" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3ba32a848df9 with config:&{NodeID:3ba32a848df9 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-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 3ba32a848df9/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 3ba32a848df9/172.19.137.73, added to nodes list" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="node 1 coming back" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:31196b54f723 with config:&{NodeID:31196b54f723 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-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 31196b54f723/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 31196b54f723/172.19.137.73, added to nodes list" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="node 2 coming back" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5201388df55d with config:&{NodeID:5201388df55d 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-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 5201388df55d/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:02.794Z] time="2022-05-04T09:24:02Z" level=info msg="Node 5201388df55d/172.19.137.73, added to nodes list" [2022-05-04T09:24:04.144Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-04T09:24:06.581Z] time="2022-05-04T09:24:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.137.73:10033 172.19.137.73:10034 172.19.137.73:10035]" [2022-05-04T09:24:06.581Z] time="2022-05-04T09:24:06Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.137.73:10033 172.19.137.73:10034 172.19.137.73:10035]" [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-04T09:24:06.987Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestConfigureDaemonLogs [2022-05-04T09:24:06.987Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestCommonOptionsInstallFlags [2022-05-04T09:24:06.987Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-04T09:24:06.987Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-04T09:24:06.987Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-04T09:24:06.987Z] PASS [2022-05-04T09:24:06.987Z] coverage: 20.1% of statements [2022-05-04T09:24:06.987Z] ok github.com/docker/docker/cmd/dockerd 0.273s coverage: 20.1% of statements [2022-05-04T09:24:06.987Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-04T09:24:06.987Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10033" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49372" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, is the new incarnation of the shutdown node 541edba0ace2/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10034" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49373" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, is the new incarnation of the shutdown node 512f0e9e7b23/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49374" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10035" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, is the new incarnation of the shutdown node 2e991970b02f/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, is the new incarnation of the shutdown node 512f0e9e7b23/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 31196b54f723/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, is the new incarnation of the shutdown node 541edba0ace2/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 3ba32a848df9/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, is the new incarnation of the shutdown node 2e991970b02f/172.19.137.73" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, joined gossip cluster" [2022-05-04T09:24:07.048Z] time="2022-05-04T09:24:06Z" level=info msg="Node 5201388df55d/172.19.137.73, added to nodes list" [2022-05-04T09:24:07.450Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-05-04T09:24:07.450Z] === RUN TestInfoDebug [2022-05-04T09:24:07.450Z] --- PASS: TestInfoDebug (0.52s) [2022-05-04T09:24:07.450Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:24:07.450Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-04T09:24:07.450Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:24:07.450Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-04T09:24:07.450Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:24:07.450Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-04T09:24:07.450Z] === RUN TestPingCacheHeaders [2022-05-04T09:24:07.450Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-04T09:24:07.450Z] === RUN TestPingGet [2022-05-04T09:24:07.450Z] --- PASS: TestPingGet (0.01s) [2022-05-04T09:24:07.450Z] === RUN TestPingHead [2022-05-04T09:24:07.450Z] --- PASS: TestPingHead (0.02s) [2022-05-04T09:24:07.450Z] === RUN TestPingSwarmHeader [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10033" [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49375" [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10034" [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49376" [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.137.73:10035" [2022-05-04T09:24:07.515Z] time="2022-05-04T09:24:07Z" level=debug msg="memberlist: Stream connection from=172.19.137.73:49377" [2022-05-04T09:24:07.712Z] ? github.com/docker/docker/api [no test files] [2022-05-04T09:24:07.982Z] 2022/05/04 09:24:07 Closing DB instances... [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9 change state NodeActive --> NodeLeft" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="node3(5201388df55d): Node leave event for 3ba32a848df9/172.19.137.73" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9 change state NodeActive --> NodeLeft" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="node2(31196b54f723): Node leave event for 3ba32a848df9/172.19.137.73" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9 change state NodeActive --> NodeLeft" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 3ba32a848df9/172.19.137.73" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9 change state NodeActive --> NodeLeft" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="node1(3ba32a848df9): Node leave event for 3ba32a848df9/172.19.137.73" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9 change state NodeActive --> NodeLeft" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="node5(8cacfc26b843): Node leave event for 3ba32a848df9/172.19.137.73" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9/172.19.137.73, left gossip cluster" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9/172.19.137.73, left gossip cluster" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9/172.19.137.73, left gossip cluster" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9/172.19.137.73, left gossip cluster" [2022-05-04T09:24:07.982Z] time="2022-05-04T09:24:07Z" level=info msg="Node 3ba32a848df9/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.020Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723 change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="node5(8cacfc26b843): Node leave event for 31196b54f723/172.19.137.73" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723 change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="node3(5201388df55d): Node leave event for 31196b54f723/172.19.137.73" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723 change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 31196b54f723/172.19.137.73" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723 change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="node2(31196b54f723): Node leave event for 31196b54f723/172.19.137.73" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.449Z] time="2022-05-04T09:24:08Z" level=info msg="Node 31196b54f723/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.517Z] === RUN TestContainerStopSignal [2022-05-04T09:24:08.517Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestContainerStopTimeout [2022-05-04T09:24:08.517Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-04T09:24:08.517Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-04T09:24:08.517Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-04T09:24:08.517Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-05-04T09:24:08.517Z] === RUN TestReplaceAndAppendEnvVars [2022-05-04T09:24:08.517Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-04T09:24:08.517Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestNewMemoryStore [2022-05-04T09:24:08.517Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestAddContainers [2022-05-04T09:24:08.517Z] --- PASS: TestAddContainers (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestGetContainer [2022-05-04T09:24:08.517Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestDeleteContainer [2022-05-04T09:24:08.517Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestListContainers [2022-05-04T09:24:08.517Z] --- PASS: TestListContainers (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestFirstContainer [2022-05-04T09:24:08.517Z] --- PASS: TestFirstContainer (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestApplyAllContainer [2022-05-04T09:24:08.517Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestIsValidHealthString [2022-05-04T09:24:08.517Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestStateRunStop [2022-05-04T09:24:08.517Z] --- PASS: TestStateRunStop (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestStateTimeoutWait [2022-05-04T09:24:08.517Z] state_test.go:141: Stop callback fired [2022-05-04T09:24:08.517Z] state_test.go:165: Stop callback fired [2022-05-04T09:24:08.517Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-04T09:24:08.517Z] === RUN TestIsValidStateString [2022-05-04T09:24:08.517Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestViewSaveDelete [2022-05-04T09:24:08.517Z] --- PASS: TestViewSaveDelete (0.03s) [2022-05-04T09:24:08.517Z] === RUN TestViewAll [2022-05-04T09:24:08.517Z] --- PASS: TestViewAll (0.02s) [2022-05-04T09:24:08.517Z] === RUN TestViewGet [2022-05-04T09:24:08.517Z] --- PASS: TestViewGet (0.01s) [2022-05-04T09:24:08.517Z] === RUN TestNames [2022-05-04T09:24:08.517Z] --- PASS: TestNames (0.00s) [2022-05-04T09:24:08.517Z] === RUN TestViewWithHealthCheck [2022-05-04T09:24:08.517Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-04T09:24:08.517Z] PASS [2022-05-04T09:24:08.517Z] coverage: 41.7% of statements [2022-05-04T09:24:08.517Z] ok github.com/docker/docker/container 0.267s coverage: 41.7% of statements [2022-05-04T09:24:08.517Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-04T09:24:08.518Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-04T09:24:08.518Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-04T09:24:08.518Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-04T09:24:08.590Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 5201388df55d/172.19.137.73" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="node5(8cacfc26b843): Node leave event for 5201388df55d/172.19.137.73" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d change state NodeActive --> NodeLeft" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="node3(5201388df55d): Node leave event for 5201388df55d/172.19.137.73" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d/172.19.137.73, left gossip cluster" [2022-05-04T09:24:08.917Z] time="2022-05-04T09:24:08Z" level=info msg="Node 5201388df55d/172.19.137.73, left gossip cluster" [2022-05-04T09:24:09.384Z] time="2022-05-04T09:24:09Z" level=info msg="Node 5a327aa7e9a1 change state NodeActive --> NodeLeft" [2022-05-04T09:24:09.384Z] time="2022-05-04T09:24:09Z" level=info msg="node5(8cacfc26b843): Node leave event for 5a327aa7e9a1/172.19.137.73" [2022-05-04T09:24:09.384Z] time="2022-05-04T09:24:09Z" level=info msg="Node 5a327aa7e9a1 change state NodeActive --> NodeLeft" [2022-05-04T09:24:09.384Z] time="2022-05-04T09:24:09Z" level=info msg="node4(5a327aa7e9a1): Node leave event for 5a327aa7e9a1/172.19.137.73" [2022-05-04T09:24:09.480Z] === RUN TestPrepare [2022-05-04T09:24:09.480Z] --- PASS: TestPrepare (0.00s) [2022-05-04T09:24:09.480Z] === RUN TestStart [2022-05-04T09:24:09.480Z] --- PASS: TestStart (0.00s) [2022-05-04T09:24:09.480Z] === RUN TestWaitCancel [2022-05-04T09:24:09.480Z] --- PASS: TestWaitCancel (0.00s) [2022-05-04T09:24:09.480Z] === RUN TestWaitDisabled [2022-05-04T09:24:09.480Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-04T09:24:09.480Z] === RUN TestWaitEnabled [2022-05-04T09:24:09.480Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-04T09:24:09.480Z] === RUN TestRemove [2022-05-04T09:24:09.480Z] --- PASS: TestRemove (0.00s) [2022-05-04T09:24:09.480Z] PASS [2022-05-04T09:24:09.480Z] coverage: 65.3% of statements [2022-05-04T09:24:09.480Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.064s coverage: 65.3% of statements [2022-05-04T09:24:09.532Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-04T09:24:09.532Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-05-04T09:24:09.532Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-04T09:24:09.532Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-04T09:24:09.532Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-04T09:24:09.532Z] === RUN TestVersion [2022-05-04T09:24:09.532Z] --- PASS: TestVersion (0.03s) [2022-05-04T09:24:09.532Z] === CONT TestDiskUsage [2022-05-04T09:24:09.851Z] time="2022-05-04T09:24:09Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, left gossip cluster" [2022-05-04T09:24:09.851Z] time="2022-05-04T09:24:09Z" level=info msg="Node 5a327aa7e9a1/172.19.137.73, left gossip cluster" [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/container_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/image_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/volume_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-04T09:24:10.104Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-04T09:24:10.319Z] time="2022-05-04T09:24:10Z" level=info msg="Node 8cacfc26b843/172.19.137.73, left gossip cluster" [2022-05-04T09:24:10.319Z] time="2022-05-04T09:24:10Z" level=info msg="Node 8cacfc26b843 change state NodeActive --> NodeFailed" [2022-05-04T09:24:10.319Z] time="2022-05-04T09:24:10Z" level=info msg="Node 8cacfc26b843/172.19.137.73, added to failed nodes list" [2022-05-04T09:24:10.319Z] --- PASS: TestNetworkDBIslands (11.68s) [2022-05-04T09:24:10.319Z] PASS [2022-05-04T09:24:10.319Z] coverage: 60.0% of statements [2022-05-04T09:24:10.319Z] ok github.com/docker/docker/libnetwork/networkdb 104.579s coverage: 60.0% of statements [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/quota [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/rootless [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/volume [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-04T09:24:10.319Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-04T09:24:10.364Z] === RUN TestDiskUsage/after_container.Run [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-04T09:24:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage (1.15s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-04T09:24:10.886Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:24:10.886Z] PASS [2022-05-04T09:24:10.886Z] [2022-05-04T09:24:10.886Z] === Skipped [2022-05-04T09:24:10.886Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:24:10.886Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:24:10.886Z] [2022-05-04T09:24:10.886Z] DONE 54 tests, 1 skipped in 22.240s [2022-05-04T09:24:10.886Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-04T09:24:10.886Z] ++ 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-05-04T09:24:10.886Z] ++ set -e [2022-05-04T09:24:10.886Z] ++ '[' -n 0 ']' [2022-05-04T09:24:10.886Z] ++ set -x [2022-05-04T09:24:10.886Z] ++ 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-05-04T09:24:10.886Z] INFO: Testing against a local daemon [2022-05-04T09:24:10.886Z] === RUN TestVolumesCreateAndList [2022-05-04T09:24:10.886Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-04T09:24:10.886Z] === RUN TestVolumesRemove [2022-05-04T09:24:10.886Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-04T09:24:10.886Z] === RUN TestVolumesInspect [2022-05-04T09:24:10.886Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:24:10.886Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:24:10.886Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:24:10.886Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:24:10.886Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-04T09:24:10.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-04T09:24:10.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:24:10.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:24:10.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:24:10.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:24:10.887Z] PASS [2022-05-04T09:24:10.887Z] [2022-05-04T09:24:10.887Z] DONE 9 tests in 0.202s [2022-05-04T09:24:10.887Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:24:11.148Z] ++++ cat bundles/test-integration/docker.pid [2022-05-04T09:24:11.148Z] +++ kill 14205 [2022-05-04T09:24:11.408Z] +++ /etc/init.d/apparmor stop [2022-05-04T09:24:11.408Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:24:11.408Z] [2022-05-04T09:24:11.408Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:24:11.408Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:24:11.408Z] [2022-05-04T09:24:11.408Z] To set a process to complain mode, use the command line tool [2022-05-04T09:24:11.408Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:24:11.408Z] +++ true [2022-05-04T09:24:11.408Z] exiting test-integration [2022-05-04T09:24:11.408Z] ++ exit 0 [2022-05-04T09:24:11.408Z] Post stage [Pipeline] junit [2022-05-04T09:24:12.370Z] Recording test results [2022-05-04T09:24:12.375Z] === RUN TestNewListSecretsFilters [2022-05-04T09:24:12.375Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-04T09:24:12.375Z] === RUN TestNewListConfigsFilters [2022-05-04T09:24:12.375Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-04T09:24:12.375Z] PASS [2022-05-04T09:24:12.375Z] coverage: 0.5% of statements [2022-05-04T09:24:12.375Z] ok github.com/docker/docker/daemon/cluster 0.274s coverage: 0.5% of statements [2022-05-04T09:24:12.689Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-04T09:24:12.832Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-04T09:24:13.057Z] + echo Ensuring container killed. [2022-05-04T09:24:13.057Z] Ensuring container killed. [2022-05-04T09:24:13.057Z] + docker rm -vf docker-pr1 [2022-05-04T09:24:13.057Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === Skipped [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-04T09:24:13.268Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-04T09:24:13.268Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-04T09:24:13.268Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-04T09:24:13.268Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.10s) [2022-05-04T09:24:13.268Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-04T09:24:13.268Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-04T09:24:13.268Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-04T09:24:13.268Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-04T09:24:13.268Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-04T09:24:13.268Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-04T09:24:13.268Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-04T09:24:13.268Z] daemon_test.go:145: root required [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:24:13.268Z] reload_test.go:342: root required [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-05-04T09:24:13.268Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:24:13.268Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-04T09:24:13.268Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-04T09:24:13.268Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-04T09:24:13.268Z] layer_test.go:291: Failing on Windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.268Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-04T09:24:13.268Z] layer_test.go:340: Failing on Windows [2022-05-04T09:24:13.268Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-04T09:24:13.269Z] layer_test.go:455: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-04T09:24:13.269Z] layer_test.go:684: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-04T09:24:13.269Z] migration_test.go:45: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:24:13.269Z] migration_test.go:181: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-04T09:24:13.269Z] mount_test.go:17: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-04T09:24:13.269Z] mount_test.go:76: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-04T09:24:13.269Z] mount_test.go:125: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-04T09:24:13.269Z] mount_test.go:212: Failing on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-04T09:24:13.269Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-04T09:24:13.269Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-05-04T09:24:13.269Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-04T09:24:13.269Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-04T09:24:13.269Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-04T09:24:13.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:24:13.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-04T09:24:13.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:24:13.269Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-04T09:24:13.269Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-04T09:24:13.269Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-04T09:24:13.269Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:24:13.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:24:13.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:24:13.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:24:13.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:24:13.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-04T09:24:13.269Z] archive_test.go:140: zstd not installed [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:24:13.269Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:24:13.269Z] changes_test.go:196: needs more investigation [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-04T09:24:13.269Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-04T09:24:13.269Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-04T09:24:13.269Z] changes_test.go:433: needs further investigation [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:24:13.269Z] changes_test.go:469: needs further investigation [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s) [2022-05-04T09:24:13.269Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:24:13.269Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-04T09:24:13.269Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:24:13.269Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:24:13.269Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-04T09:24:13.269Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-04T09:24:13.269Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-04T09:24:13.269Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-04T09:24:13.269Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-04T09:24:13.269Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:24:13.269Z] [2022-05-04T09:24:13.269Z] DONE 2287 tests, 70 skipped in 307.312s [2022-05-04T09:24:13.289Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-04T09:24:13.289Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-04T09:24:13.289Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-04T09:24:13.353Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:24:13.353Z] Chowning /workspace to jenkins user [2022-05-04T09:24:13.353Z] + id -u [2022-05-04T09:24:13.353Z] + id -g [2022-05-04T09:24:13.353Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:24:13.353Z] Unable to find image 'busybox:latest' locally [2022-05-04T09:24:13.614Z] latest: Pulling from library/busybox [2022-05-04T09:24:13.614Z] 2f0e692259c0: Pulling fs layer [2022-05-04T09:24:13.614Z] 2f0e692259c0: Verifying Checksum [2022-05-04T09:24:13.614Z] 2f0e692259c0: Download complete [2022-05-04T09:24:13.737Z] INFO: make.ps1 ended at 05/04/2022 09:24:13 [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.01s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-04T09:24:13.747Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-04T09:24:13.747Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-04T09:24:13.747Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-04T09:24:13.747Z] PASS [2022-05-04T09:24:13.747Z] coverage: 35.9% of statements [2022-05-04T09:24:13.747Z] ok github.com/docker/docker/daemon/cluster/convert 0.671s coverage: 35.9% of statements [2022-05-04T09:24:13.877Z] 2f0e692259c0: Pull complete [2022-05-04T09:24:13.877Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-04T09:24:13.877Z] Status: Downloaded newer image for busybox:latest [2022-05-04T09:24:14.147Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:24:15.298Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-04T09:24:15.298Z] INFO: Unit tests ended at 05/04/2022 09:24:14. Duration:00:05:25.2176149 [2022-05-04T09:24:15.298Z] INFO: Building busybox [2022-05-04T09:24:15.298Z] Sending build context to Docker daemon 5.12kB [2022-05-04T09:24:15.298Z] [2022-05-04T09:24:15.298Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-04T09:24:15.298Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-04T09:24:15.298Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-04T09:24:15.298Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-04T09:24:15.298Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-04T09:24:15.298Z] ---> aa8714eb8356 [2022-05-04T09:24:15.298Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-04T09:24:15.298Z] ---> Running in bcded7aa0fbc [2022-05-04T09:24:15.524Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-04T09:24:15.574Z] + bundleName=arm64-integration [2022-05-04T09:24:15.574Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-04T09:24:15.574Z] Creating arm64-integration-bundles.tar.gz [2022-05-04T09:24:15.574Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-05-04T09:24:15.574Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-05-04T09:24:15.850Z] Archiving artifacts [2022-05-04T09:24:15.916Z] === RUN TestWaitNodeAttachment [2022-05-04T09:24:16.373Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-05-04T09:24:16.373Z] === RUN TestIsolationConversion [2022-05-04T09:24:16.373Z] === RUN TestIsolationConversion/default [2022-05-04T09:24:16.373Z] === RUN TestIsolationConversion/process [2022-05-04T09:24:16.373Z] === RUN TestIsolationConversion/hyperv [2022-05-04T09:24:16.373Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestContainerLabels [2022-05-04T09:24:16.373Z] --- PASS: TestContainerLabels (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestCredentialSpecConversion [2022-05-04T09:24:16.373Z] === RUN TestCredentialSpecConversion/none [2022-05-04T09:24:16.373Z] === RUN TestCredentialSpecConversion/config [2022-05-04T09:24:16.373Z] === RUN TestCredentialSpecConversion/file [2022-05-04T09:24:16.373Z] === RUN TestCredentialSpecConversion/registry [2022-05-04T09:24:16.373Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-04T09:24:16.373Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountBind [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountVolume [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountTarget [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountTmpfs [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountInvalidType [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-04T09:24:16.373Z] === RUN TestControllerValidateMountNamedPipe [2022-05-04T09:24:16.373Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-04T09:24:16.373Z] PASS [2022-05-04T09:24:16.373Z] coverage: 11.0% of statements [2022-05-04T09:24:16.373Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.671s coverage: 11.0% of statements [2022-05-04T09:24:16.830Z] === RUN TestEventsLog [2022-05-04T09:24:16.830Z] --- PASS: TestEventsLog (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestEventsLogTimeout [2022-05-04T09:24:16.830Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestLogEvents [2022-05-04T09:24:16.830Z] --- PASS: TestLogEvents (0.05s) [2022-05-04T09:24:16.830Z] === RUN TestLoadBufferedEvents [2022-05-04T09:24:16.830Z] === RUN TestBuilderGC [2022-05-04T09:24:16.830Z] --- PASS: TestBuilderGC (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationNotFound [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonBrokenConfiguration [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestFindConfigurationConflicts [2022-05-04T09:24:16.830Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-04T09:24:16.830Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-04T09:24:16.830Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-04T09:24:16.830Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-04T09:24:16.830Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_label [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_dns [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_hosts [2022-05-04T09:24:16.830Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-04T09:24:16.830Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestReloadSetConfigFileNotExist [2022-05-04T09:24:16.830Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-05-04T09:24:16.830Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-04T09:24:16.830Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-04T09:24:16.830Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-04T09:24:16.830Z] PASS [2022-05-04T09:24:16.830Z] coverage: 50.0% of statements [2022-05-04T09:24:16.830Z] ok github.com/docker/docker/daemon/events 0.326s coverage: 50.0% of statements [2022-05-04T09:24:16.830Z] time="2022-05-04T09:24:16Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-04T09:24:16.830Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-05-04T09:24:16.830Z] === RUN TestReloadDefaultConfigNotExist [2022-05-04T09:24:16.830Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:24:16.830Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestReloadBadDefaultConfig [2022-05-04T09:24:16.830Z] time="2022-05-04T09:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-295426127" [2022-05-04T09:24:16.830Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestReloadWithConflictingLabels [2022-05-04T09:24:16.830Z] time="2022-05-04T09:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2486671649" [2022-05-04T09:24:16.830Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestReloadWithDuplicateLabels [2022-05-04T09:24:16.830Z] time="2022-05-04T09:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2469773912" [2022-05-04T09:24:16.830Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestMaskURLCredentials [2022-05-04T09:24:16.830Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-04T09:24:16.830Z] === RUN TestDaemonConfigurationMerge [2022-05-04T09:24:16.830Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-04T09:24:16.830Z] PASS [2022-05-04T09:24:16.830Z] coverage: 79.8% of statements [2022-05-04T09:24:16.830Z] ok github.com/docker/docker/daemon/config 0.333s coverage: 79.8% of statements [2022-05-04T09:24:17.432Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-05-04T09:24:17.442Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T09:24:17.778Z] + make clean [2022-05-04T09:24:18.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-04T09:24:18.040Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T09:24:18.040Z] docker-dev-cache [2022-05-04T09:24:18.040Z] docker-mod-cache [Pipeline] deleteDir [2022-05-04T09:24:18.360Z] === RUN TestIsEmptyDir [2022-05-04T09:24:18.360Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-04T09:24:18.360Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-04T09:24:18.360Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-04T09:24:18.360Z] PASS [2022-05-04T09:24:18.360Z] coverage: 2.3% of statements [2022-05-04T09:24:18.360Z] ok github.com/docker/docker/daemon/graphdriver 0.232s coverage: 2.3% of statements [2022-05-04T09:24:18.360Z] === RUN TestLinkNaming [2022-05-04T09:24:18.360Z] --- PASS: TestLinkNaming (0.00s) [2022-05-04T09:24:18.360Z] === RUN TestLinkNew [2022-05-04T09:24:18.360Z] --- PASS: TestLinkNew (0.00s) [2022-05-04T09:24:18.360Z] === RUN TestLinkEnv [2022-05-04T09:24:18.360Z] --- PASS: TestLinkEnv (0.00s) [2022-05-04T09:24:18.360Z] === RUN TestLinkMultipleEnv [2022-05-04T09:24:18.360Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-04T09:24:18.360Z] === RUN TestLinkPortRangeEnv [2022-05-04T09:24:18.360Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-04T09:24:18.360Z] PASS [2022-05-04T09:24:18.360Z] coverage: 93.0% of statements [2022-05-04T09:24:18.360Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-05-04T09:24:19.321Z] === RUN TestVerifyNetworkingConfig [2022-05-04T09:24:19.321Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestGetContainer [2022-05-04T09:24:19.321Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestValidContainerNames [2022-05-04T09:24:19.321Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestContainerInitDNS [2022-05-04T09:24:19.321Z] daemon_test.go:145: root required [2022-05-04T09:24:19.321Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestMerge [2022-05-04T09:24:19.321Z] --- PASS: TestMerge (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestValidateContainerIsolation [2022-05-04T09:24:19.321Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestFindNetworkErrorType [2022-05-04T09:24:19.321Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestEnsureServicesExist [2022-05-04T09:24:19.321Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestEnsureServicesExistErrors [2022-05-04T09:24:19.321Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-04T09:24:19.321Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-04T09:24:19.321Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-04T09:24:19.321Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-04T09:24:19.321Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:24:19.321Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-04T09:24:19.321Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestContainerDelete [2022-05-04T09:24:19.321Z] --- PASS: TestContainerDelete (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestContainerDoubleDelete [2022-05-04T09:24:19.321Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestLogContainerEventCopyLabels [2022-05-04T09:24:19.321Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestLogContainerEventWithAttributes [2022-05-04T09:24:19.321Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestNoneHealthcheck [2022-05-04T09:24:19.321Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-04T09:24:19.321Z] === RUN TestHealthStates [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.321Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.777Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.777Z] time="2022-05-04T09:24:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-04T09:24:19.777Z] --- PASS: TestHealthStates (0.18s) [2022-05-04T09:24:19.777Z] === RUN TestGetInspectData [2022-05-04T09:24:19.777Z] --- PASS: TestGetInspectData (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestFillLicense [2022-05-04T09:24:19.777Z] --- PASS: TestFillLicense (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestListInvalidFilter [2022-05-04T09:24:19.777Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestNameFilter [2022-05-04T09:24:19.777Z] --- PASS: TestNameFilter (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-04T09:24:19.777Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-04T09:24:19.777Z] === 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-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-04T09:24:19.777Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-04T09:24:19.777Z] --- 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-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-04T09:24:19.777Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-04T09:24:19.777Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadLabels [2022-05-04T09:24:19.777Z] --- PASS: TestDaemonReloadLabels (0.01s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-04T09:24:19.777Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadMirrors [2022-05-04T09:24:19.777Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-04T09:24:19.777Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-04T09:24:19.777Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-04T09:24:19.777Z] reload_test.go:342: root required [2022-05-04T09:24:19.777Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-04T09:24:19.777Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-04T09:24:19.777Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-04T09:24:19.777Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-04T09:24:19.777Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-04T09:24:19.778Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-05-04T09:24:19.778Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-04T09:24:19.778Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-04T09:24:19.778Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-04T09:24:19.778Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-04T09:24:19.778Z] === RUN TestParseVolumesFrom [2022-05-04T09:24:19.778Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-04T09:24:19.778Z] PASS [2022-05-04T09:24:19.778Z] coverage: 8.6% of statements [2022-05-04T09:24:19.778Z] ok github.com/docker/docker/daemon 0.708s coverage: 8.6% of statements [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-04T09:24:19.778Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T09:24:20.080Z] Removing intermediate container bcded7aa0fbc [2022-05-04T09:24:20.080Z] ---> c1de5945370a [2022-05-04T09:24:20.080Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-04T09:24:20.080Z] ---> Running in b0da83ff1ead [2022-05-04T09:24:20.547Z] Removing intermediate container b0da83ff1ead [2022-05-04T09:24:20.547Z] ---> 403b9337cae8 [2022-05-04T09:24:20.547Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-04T09:24:20.548Z] ---> Running in bc57d198723b [2022-05-04T09:24:20.739Z] === RUN TestNewStreamConfig [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/defaults [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-04T09:24:20.740Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-04T09:24:20.740Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-04T09:24:20.740Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-04T09:24:20.740Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-04T09:24:20.740Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-04T09:24:20.740Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-04T09:24:21.015Z] Removing intermediate container bc57d198723b [2022-05-04T09:24:21.015Z] ---> db93df7b5cb8 [2022-05-04T09:24:21.015Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-04T09:24:21.196Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-05-04T09:24:21.196Z] === RUN TestCreateSuccess [2022-05-04T09:24:21.196Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestCreateStreamSkipped [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-04T09:24:21.196Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestCreateLogGroupSuccess [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-04T09:24:21.196Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestCreateError [2022-05-04T09:24:21.196Z] --- PASS: TestCreateError (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestCreateAlreadyExists [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-04T09:24:21.196Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestLogClosed [2022-05-04T09:24:21.196Z] --- PASS: TestLogClosed (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestLogBlocking [2022-05-04T09:24:21.196Z] --- PASS: TestLogBlocking (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-04T09:24:21.196Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestLogNonBlockingBufferFull [2022-05-04T09:24:21.196Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestPublishBatchSuccess [2022-05-04T09:24:21.196Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestPublishBatchError [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=error msg=error [2022-05-04T09:24:21.196Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:24:21.196Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:24:21.196Z] time="2022-05-04T09:24:20Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-04T09:24:21.196Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-04T09:24:21.196Z] === RUN TestCollectBatchSimple [2022-05-04T09:24:21.196Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-04T09:24:21.290Z] docker_api_swarm_test.go:563: [d4d7658a7779d] joining swarm manager [d7f474c740d9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchTicker [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchMultilinePattern [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-05-04T09:24:21.652Z] === RUN TestCollectBatchClose [2022-05-04T09:24:21.652Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/0/Hello [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/2/🙃 [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/3/���� [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/4/He��o [2022-05-04T09:24:21.652Z] === RUN TestEffectiveLen/5/ [2022-05-04T09:24:21.652Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-04T09:24:21.652Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-04T09:24:21.652Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-04T09:24:21.652Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-04T09:24:21.652Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/0/ [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/1/Hello [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: Hello [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/2/Hello [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: He [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: llo [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/3/Hello [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: Hello [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/4/🙃 [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/5/🙃 [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/6/a� [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: a [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: � [2022-05-04T09:24:21.653Z] === RUN TestFindValidSplit/7/a� [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1076: a� [2022-05-04T09:24:21.653Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestProcessEventEmoji [2022-05-04T09:24:21.653Z] --- PASS: TestProcessEventEmoji (0.09s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchLineSplit [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.04s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchMaxEvents [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.10s) [2022-05-04T09:24:21.653Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-04T09:24:21.653Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-04T09:24:21.653Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-04T09:24:21.653Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-04T09:24:21.653Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCreateTagSuccess [2022-05-04T09:24:21.653Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-04T09:24:21.653Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.04s) [2022-05-04T09:24:21.653Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-04T09:24:21.653Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-04T09:24:21.653Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-04T09:24:21.653Z] PASS [2022-05-04T09:24:21.653Z] coverage: 80.2% of statements [2022-05-04T09:24:21.653Z] ok github.com/docker/docker/daemon/logger/awslogs 0.682s coverage: 80.2% of statements [2022-05-04T09:24:21.653Z] === RUN TestAdapterReadLogs [2022-05-04T09:24:21.653Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCopier [2022-05-04T09:24:21.653Z] --- PASS: TestCopier (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCopierLongLines [2022-05-04T09:24:21.653Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCopierSlow [2022-05-04T09:24:21.653Z] --- PASS: TestCopierSlow (0.20s) [2022-05-04T09:24:21.653Z] === RUN TestCopierWithSized [2022-05-04T09:24:21.653Z] === RUN TestCopierWithSized/as_is [2022-05-04T09:24:21.653Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-04T09:24:21.653Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-04T09:24:21.653Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-04T09:24:21.653Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestCopierWithPartial [2022-05-04T09:24:21.653Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestRingLogger [2022-05-04T09:24:21.653Z] --- PASS: TestRingLogger (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestRingCap [2022-05-04T09:24:21.653Z] --- PASS: TestRingCap (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestRingClose [2022-05-04T09:24:21.653Z] --- PASS: TestRingClose (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestRingDrain [2022-05-04T09:24:21.653Z] --- PASS: TestRingDrain (0.00s) [2022-05-04T09:24:21.653Z] PASS [2022-05-04T09:24:21.653Z] coverage: 43.2% of statements [2022-05-04T09:24:21.653Z] ok github.com/docker/docker/daemon/logger 0.285s coverage: 43.2% of statements [2022-05-04T09:24:21.653Z] === RUN TestSearchRegistryForImagesErrors [2022-05-04T09:24:21.653Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestSearchRegistryForImages [2022-05-04T09:24:21.653Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestOnlyPlatformWithFallback [2022-05-04T09:24:21.653Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-04T09:24:21.653Z] === RUN TestImageDelete [2022-05-04T09:24:21.653Z] === RUN TestImageDelete/no_lease [2022-05-04T09:24:21.653Z] === RUN TestImageDelete/lease_exists [2022-05-04T09:24:21.653Z] --- PASS: TestImageDelete (0.06s) [2022-05-04T09:24:21.653Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-04T09:24:21.653Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-04T09:24:21.653Z] === RUN TestContentStoreForPull [2022-05-04T09:24:22.110Z] --- PASS: TestContentStoreForPull (0.21s) [2022-05-04T09:24:22.110Z] PASS [2022-05-04T09:24:22.110Z] coverage: 6.6% of statements [2022-05-04T09:24:22.110Z] ok github.com/docker/docker/daemon/images 0.382s coverage: 6.6% of statements [2022-05-04T09:24:22.110Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-04T09:24:22.110Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-04T09:24:22.110Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-04T09:24:22.110Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/#00 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-04T09:24:22.110Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/something:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-04T09:24:22.111Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-04T09:24:22.111Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-04T09:24:22.111Z] PASS [2022-05-04T09:24:22.111Z] coverage: 53.6% of statements [2022-05-04T09:24:22.111Z] ok github.com/docker/docker/daemon/logger/fluentd 0.126s coverage: 53.6% of statements [2022-05-04T09:24:22.111Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-04T09:24:22.111Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-04T09:24:22.111Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-04T09:24:22.578Z] [2022-05-04T09:24:22.578Z] ---> 5acc2fd13aae [2022-05-04T09:24:22.578Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-04T09:24:23.048Z] ---> Running in ef657b0fc01a [2022-05-04T09:24:23.074Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-04T09:24:23.074Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-04T09:24:23.074Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-04T09:24:23.074Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-05-04T09:24:23.074Z] === RUN TestFastTimeMarshalJSON [2022-05-04T09:24:23.074Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2022-05-04T09:24:23.074Z] PASS [2022-05-04T09:24:23.074Z] coverage: 87.2% of statements [2022-05-04T09:24:23.074Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.305s coverage: 87.2% of statements [2022-05-04T09:24:23.530Z] === RUN TestJSONFileLogger [2022-05-04T09:24:23.530Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-04T09:24:23.530Z] === RUN TestJSONFileLoggerWithTags [2022-05-04T09:24:23.530Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-05-04T09:24:23.530Z] === RUN TestJSONFileLoggerWithOpts [2022-05-04T09:24:23.530Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-04T09:24:23.530Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-04T09:24:23.530Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-04T09:24:23.530Z] === RUN TestEncodeDecode [2022-05-04T09:24:23.530Z] === PAUSE TestEncodeDecode [2022-05-04T09:24:23.530Z] === RUN TestUnexpectedEOF [2022-05-04T09:24:23.530Z] time="2022-05-04T09:24:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:24:23.530Z] time="2022-05-04T09:24:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:24:23.530Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-05-04T09:24:23.530Z] === CONT TestEncodeDecode [2022-05-04T09:24:23.530Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-04T09:24:23.530Z] PASS [2022-05-04T09:24:23.530Z] coverage: 69.9% of statements [2022-05-04T09:24:23.530Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.284s coverage: 69.9% of statements [2022-05-04T09:24:24.495Z] === RUN TestWriteLog [2022-05-04T09:24:24.495Z] === PAUSE TestWriteLog [2022-05-04T09:24:24.495Z] === RUN TestReadLog [2022-05-04T09:24:24.495Z] === PAUSE TestReadLog [2022-05-04T09:24:24.495Z] === RUN TestDecode [2022-05-04T09:24:24.495Z] --- PASS: TestDecode (0.03s) [2022-05-04T09:24:24.495Z] === CONT TestWriteLog [2022-05-04T09:24:24.495Z] === CONT TestReadLog [2022-05-04T09:24:24.495Z] === RUN TestReadLog/tail_exact [2022-05-04T09:24:24.495Z] --- PASS: TestWriteLog (0.01s) [2022-05-04T09:24:24.495Z] === RUN TestOpenFileDelete [2022-05-04T09:24:24.495Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestOpenFileRename [2022-05-04T09:24:24.495Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestHandleDecoderErr [2022-05-04T09:24:24.495Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestParseLogTagDefaultTag [2022-05-04T09:24:24.495Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestParseLogTag [2022-05-04T09:24:24.495Z] --- PASS: TestParseLogTag (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestParseLogTagEmptyTag [2022-05-04T09:24:24.495Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestTailFiles [2022-05-04T09:24:24.495Z] --- PASS: TestTailFiles (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestFollowLogsConsumerGone [2022-05-04T09:24:24.495Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-04T09:24:24.495Z] === RUN TestFollowLogsProducerGone [2022-05-04T09:24:24.495Z] logfile_test.go:180: logDecode() closed after sending 3344 messages [2022-05-04T09:24:24.495Z] logfile_test.go:233: messages sent: 3344, received: 3344 [2022-05-04T09:24:24.495Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-04T09:24:24.495Z] === RUN TestCheckCapacityAndRotate [2022-05-04T09:24:24.495Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-04T09:24:24.495Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-04T09:24:24.495Z] === RUN TestReadLog/tail_less_than_available [2022-05-04T09:24:24.495Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-05-04T09:24:24.495Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-04T09:24:24.495Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-05-04T09:24:24.495Z] PASS [2022-05-04T09:24:24.495Z] coverage: 53.5% of statements [2022-05-04T09:24:24.495Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.123s coverage: 53.5% of statements [2022-05-04T09:24:24.495Z] === RUN TestReadLog/tail_more_than_available [2022-05-04T09:24:24.495Z] --- PASS: TestReadLog (0.24s) [2022-05-04T09:24:24.495Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-05-04T09:24:24.495Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-05-04T09:24:24.495Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-04T09:24:24.495Z] PASS [2022-05-04T09:24:24.495Z] coverage: 78.7% of statements [2022-05-04T09:24:24.495Z] ok github.com/docker/docker/daemon/logger/local 0.443s coverage: 78.7% of statements [2022-05-04T09:24:24.495Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-04T09:24:24.952Z] === RUN TestLog [2022-05-04T09:24:24.952Z] --- PASS: TestLog (0.03s) [2022-05-04T09:24:24.952Z] PASS [2022-05-04T09:24:24.952Z] coverage: 31.5% of statements [2022-05-04T09:24:24.952Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2022-05-04T09:24:25.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-04T09:24:25.915Z] === RUN TestNewParse [2022-05-04T09:24:25.915Z] --- PASS: TestNewParse (0.00s) [2022-05-04T09:24:25.915Z] PASS [2022-05-04T09:24:25.915Z] coverage: 8.3% of statements [2022-05-04T09:24:25.915Z] === RUN TestValidateLogOpt [2022-05-04T09:24:25.915Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestNewMissedConfig [2022-05-04T09:24:25.915Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestNewMissedUrl [2022-05-04T09:24:25.915Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestNewMissedToken [2022-05-04T09:24:25.915Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestNewWithProxy [2022-05-04T09:24:25.915Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestDefault [2022-05-04T09:24:25.915Z] ok github.com/docker/docker/daemon/logger/templates 0.051s coverage: 8.3% of statements [2022-05-04T09:24:25.915Z] --- PASS: TestDefault (0.01s) [2022-05-04T09:24:25.915Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-04T09:24:25.915Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestJsonFormat [2022-05-04T09:24:25.915Z] --- PASS: TestJsonFormat (0.01s) [2022-05-04T09:24:25.915Z] === RUN TestRawFormat [2022-05-04T09:24:25.915Z] --- PASS: TestRawFormat (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestRawFormatWithLabels [2022-05-04T09:24:25.915Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestRawFormatWithoutTag [2022-05-04T09:24:25.915Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-04T09:24:25.915Z] === RUN TestBatching [2022-05-04T09:24:26.050Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-04T09:24:26.371Z] --- PASS: TestBatching (0.32s) [2022-05-04T09:24:26.372Z] === RUN TestFrequency [2022-05-04T09:24:26.372Z] === RUN TestParseLogFormat [2022-05-04T09:24:26.372Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestValidateLogOptEmpty [2022-05-04T09:24:26.372Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestParseAddressDefaultPort [2022-05-04T09:24:26.372Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestValidateSyslogFacility [2022-05-04T09:24:26.372Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestValidateLogOptSyslogFormat [2022-05-04T09:24:26.372Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestValidateLogOpt [2022-05-04T09:24:26.372Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:24:26.372Z] PASS [2022-05-04T09:24:26.372Z] coverage: 43.6% of statements [2022-05-04T09:24:26.372Z] ok github.com/docker/docker/daemon/logger/syslog 0.057s coverage: 43.6% of statements [2022-05-04T09:24:26.372Z] --- PASS: TestFrequency (0.17s) [2022-05-04T09:24:26.372Z] === RUN TestOneMessagePerRequest [2022-05-04T09:24:26.372Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestVerify [2022-05-04T09:24:26.372Z] --- PASS: TestVerify (0.00s) [2022-05-04T09:24:26.372Z] === RUN TestSkipVerify [2022-05-04T09:24:26.372Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:26.372Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:26.372Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:26.621Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-04T09:24:26.828Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:26.828Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:26.828Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.205Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-04T09:24:27.332Z] --- PASS: TestSkipVerify (0.64s) [2022-05-04T09:24:27.332Z] === RUN TestBufferMaximum [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.750529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.750529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-04T09:24:27.332Z] === RUN TestServerAlwaysDown [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.753529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.753529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.753529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.754529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] time="2022-05-04T09:24:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656266.754529\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:27.332Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-04T09:24:27.332Z] === RUN TestCannotSendAfterClose [2022-05-04T09:24:27.332Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-04T09:24:27.332Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-04T09:24:27.332Z] === RUN TestV1IDService [2022-05-04T09:24:27.332Z] --- PASS: TestV1IDService (0.03s) [2022-05-04T09:24:27.332Z] === RUN TestV2MetadataService [2022-05-04T09:24:28.294Z] time="2022-05-04T09:24:27Z" 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-05-04T09:24:28.294Z] time="2022-05-04T09:24:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6a2a6a3bab45\"}'" [2022-05-04T09:24:28.294Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-04T09:24:28.294Z] PASS [2022-05-04T09:24:28.294Z] coverage: 82.5% of statements [2022-05-04T09:24:28.294Z] ok github.com/docker/docker/daemon/logger/splunk 2.249s coverage: 82.5% of statements [2022-05-04T09:24:28.294Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-04T09:24:28.294Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-04T09:24:28.294Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-04T09:24:28.294Z] --- PASS: TestV2MetadataService (0.97s) [2022-05-04T09:24:28.294Z] PASS [2022-05-04T09:24:28.294Z] coverage: 48.2% of statements [2022-05-04T09:24:28.638Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-04T09:24:28.638Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-04T09:24:28.638Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-04T09:24:28.751Z] ok github.com/docker/docker/distribution/metadata 1.082s coverage: 48.2% of statements [2022-05-04T09:24:28.751Z] === RUN TestSuccessfulDownload [2022-05-04T09:24:28.751Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:24:28.751Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-04T09:24:28.751Z] === RUN TestCancelledDownload [2022-05-04T09:24:28.751Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-04T09:24:28.751Z] === RUN TestMaxDownloadAttempts [2022-05-04T09:24:28.751Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:24:28.751Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:24:28.751Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:24:28.751Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:24:28.751Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:24:28.751Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:24:28.751Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:24:28.751Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:24:28.751Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:24:28.751Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:24:28.751Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:24:28.751Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:24:28.913Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-04T09:24:29.207Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-04T09:24:29.207Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-04T09:24:29.207Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-04T09:24:29.207Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-04T09:24:29.207Z] === RUN TestContinueOnError_NeverContinue [2022-05-04T09:24:29.207Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-04T09:24:29.207Z] === RUN TestManifestStore [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/no_remote_or_local [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:24:29.207Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-04T09:24:29.207Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.54s) [2022-05-04T09:24:29.207Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.54s) [2022-05-04T09:24:29.207Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.54s) [2022-05-04T09:24:29.207Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.54s) [2022-05-04T09:24:29.207Z] === RUN TestTransfer [2022-05-04T09:24:29.207Z] --- PASS: TestTransfer (0.11s) [2022-05-04T09:24:29.207Z] === RUN TestConcurrencyLimit [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3204636393\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/no_local_cache [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/with_local_cache [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/unknown_media_type [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="reference for unknown type: " [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="reference for unknown type: " [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="reference for unknown type: " [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="reference for unknown type: " [2022-05-04T09:24:29.207Z] time="2022-05-04T09:24:29Z" level=warning msg="reference for unknown type: " [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-04T09:24:29.207Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-04T09:24:29.664Z] time="2022-05-04T09:24:29Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore (0.33s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType (0.01s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-04T09:24:29.664Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestFixManifestLayers [2022-05-04T09:24:29.664Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-04T09:24:29.664Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:24:29.664Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestFixManifestLayersBadParent [2022-05-04T09:24:29.664Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestValidateManifest [2022-05-04T09:24:29.664Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:24:29.664Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestFormatPlatform [2022-05-04T09:24:29.664Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestPullSchema2Config [2022-05-04T09:24:29.664Z] === RUN TestPullSchema2Config/success_first_time [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:29.664Z] === RUN TestPullSchema2Config/500_status [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:29.664Z] --- PASS: TestConcurrencyLimit (0.42s) [2022-05-04T09:24:29.664Z] === RUN TestInactiveJobs [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:29.664Z] === RUN TestPullSchema2Config/EOF [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:24:29.664Z] === RUN TestNotFound [2022-05-04T09:24:29.664Z] --- PASS: TestNotFound (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestConflict [2022-05-04T09:24:29.664Z] --- PASS: TestConflict (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestForbidden [2022-05-04T09:24:29.664Z] --- PASS: TestForbidden (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestInvalidParameter [2022-05-04T09:24:29.664Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestNotImplemented [2022-05-04T09:24:29.664Z] --- PASS: TestNotImplemented (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestNotModified [2022-05-04T09:24:29.664Z] --- PASS: TestNotModified (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestUnauthorized [2022-05-04T09:24:29.664Z] --- PASS: TestUnauthorized (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestUnknown [2022-05-04T09:24:29.664Z] --- PASS: TestUnknown (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestCancelled [2022-05-04T09:24:29.664Z] --- PASS: TestCancelled (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestDeadline [2022-05-04T09:24:29.664Z] --- PASS: TestDeadline (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestDataLoss [2022-05-04T09:24:29.664Z] --- PASS: TestDataLoss (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestUnavailable [2022-05-04T09:24:29.664Z] --- PASS: TestUnavailable (0.00s) [2022-05-04T09:24:29.664Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:29.664Z] 2022/05/04 09:24:29 http: panic serving 127.0.0.1:49217: intentional panic [2022-05-04T09:24:29.664Z] goroutine 29 [running]: [2022-05-04T09:24:29.664Z] net/http.(*conn).serve.func1() [2022-05-04T09:24:29.664Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:24:29.664Z] panic({0xb38f00, 0xd1b310}) [2022-05-04T09:24:29.664Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:24:29.664Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000051a00?, {0xd22ab8?, 0xc0004a0000?}) [2022-05-04T09:24:29.664Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-04T09:24:29.664Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xd22ab8, 0xc0004a0000}, 0xc00049c000) [2022-05-04T09:24:29.664Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-04T09:24:29.664Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xd22ab8?, 0xc0004a0000?}, 0x113e5c0?) [2022-05-04T09:24:29.664Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:24:29.664Z] net/http.serverHandler.ServeHTTP({0xc0004ea210?}, {0xd22ab8, 0xc0004a0000}, 0xc00049c000) [2022-05-04T09:24:29.664Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:24:29.664Z] net/http.(*conn).serve(0xc0001960a0, {0xd23330, 0xc0004ea0c0}) [2022-05-04T09:24:29.664Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:24:29.664Z] created by net/http.(*Server).Serve [2022-05-04T09:24:29.664Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:24:29.664Z] === RUN TestSystem [2022-05-04T09:24:29.664Z] --- PASS: TestSystem (0.00s) [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Not_Found [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Bad_Request [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Conflict [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Unauthorized [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Forbidden [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Not_Modified [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-04T09:24:29.664Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-04T09:24:29.664Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-04T09:24:29.664Z] PASS [2022-05-04T09:24:29.664Z] coverage: 77.0% of statements [2022-05-04T09:24:29.664Z] ok github.com/docker/docker/errdefs 0.041s coverage: 77.0% of statements [2022-05-04T09:24:30.121Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:30.121Z] === RUN TestPullSchema2Config/unauthorized [2022-05-04T09:24:30.121Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:24:30.121Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:24:30.121Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-04T09:24:30.121Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-04T09:24:30.121Z] --- PASS: TestPullSchema2Config/500_status (0.25s) [2022-05-04T09:24:30.121Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-04T09:24:30.121Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-04T09:24:30.121Z] === RUN TestGetRepositoryMountCandidates [2022-05-04T09:24:30.121Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-04T09:24:30.121Z] === RUN TestLayerAlreadyExists [2022-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] 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-05-04T09:24:30.121Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-04T09:24:30.121Z] === RUN TestWhenEmptyAuthConfig [2022-05-04T09:24:30.121Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-04T09:24:30.121Z] === RUN TestWatchRelease [2022-05-04T09:24:30.121Z] --- PASS: TestWatchRelease (0.06s) [2022-05-04T09:24:30.121Z] === RUN TestWatchFinishedTransfer [2022-05-04T09:24:30.121Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-04T09:24:30.121Z] === RUN TestDuplicateTransfer [2022-05-04T09:24:30.121Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-04T09:24:30.121Z] === RUN TestSuccessfulUpload [2022-05-04T09:24:30.577Z] time="2022-05-04T09:24:30Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-04T09:24:30.577Z] === RUN TestFSGetInvalidData [2022-05-04T09:24:30.577Z] --- PASS: TestSuccessfulUpload (0.45s) [2022-05-04T09:24:30.577Z] === RUN TestCancelledUpload [2022-05-04T09:24:30.577Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-04T09:24:30.577Z] PASS [2022-05-04T09:24:30.577Z] coverage: 76.8% of statements [2022-05-04T09:24:30.577Z] ok github.com/docker/docker/distribution/xfer 2.063s coverage: 76.8% of statements [2022-05-04T09:24:30.577Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-04T09:24:30.577Z] === RUN TestFSInvalidSet [2022-05-04T09:24:30.577Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-04T09:24:30.577Z] === RUN TestFSInvalidRoot [2022-05-04T09:24:30.577Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-04T09:24:30.577Z] === RUN TestFSMetadataGetSet [2022-05-04T09:24:30.577Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-05-04T09:24:30.577Z] === RUN TestFSInvalidWalker [2022-05-04T09:24:30.577Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-05-04T09:24:30.577Z] === RUN TestFSGetSet [2022-05-04T09:24:30.577Z] --- PASS: TestFSGetSet (0.03s) [2022-05-04T09:24:30.577Z] === RUN TestFSGetUnsetKey [2022-05-04T09:24:30.577Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-04T09:24:30.577Z] === RUN TestFSGetEmptyData [2022-05-04T09:24:30.577Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-04T09:24:30.577Z] === RUN TestFSDelete [2022-05-04T09:24:30.577Z] --- PASS: TestFSDelete (0.01s) [2022-05-04T09:24:30.577Z] === RUN TestFSWalker [2022-05-04T09:24:30.577Z] --- PASS: TestFSWalker (0.01s) [2022-05-04T09:24:30.577Z] === RUN TestFSWalkerStopOnError [2022-05-04T09:24:30.577Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-04T09:24:30.577Z] === RUN TestNewFromJSON [2022-05-04T09:24:30.577Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-04T09:24:30.577Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-04T09:24:30.577Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-04T09:24:30.577Z] === RUN TestMarshalKeyOrder [2022-05-04T09:24:30.577Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-04T09:24:30.577Z] === RUN TestHistoryEqual [2022-05-04T09:24:31.033Z] === RUN TestCompare [2022-05-04T09:24:31.033Z] --- PASS: TestCompare (0.00s) [2022-05-04T09:24:31.033Z] PASS [2022-05-04T09:24:31.033Z] coverage: 19.2% of statements [2022-05-04T09:24:31.033Z] --- PASS: TestHistoryEqual (0.19s) [2022-05-04T09:24:31.033Z] === RUN TestImage [2022-05-04T09:24:31.033Z] --- PASS: TestImage (0.00s) [2022-05-04T09:24:31.033Z] === RUN TestImageOSNotEmpty [2022-05-04T09:24:31.033Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-04T09:24:31.033Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-04T09:24:31.033Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-04T09:24:31.033Z] === RUN TestCreate [2022-05-04T09:24:31.033Z] ok github.com/docker/docker/image/cache 0.065s coverage: 19.2% of statements [2022-05-04T09:24:31.033Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:24:31.033Z] === RUN TestRestore [2022-05-04T09:24:31.033Z] time="2022-05-04T09:24:30Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-04T09:24:31.033Z] --- PASS: TestRestore (0.06s) [2022-05-04T09:24:31.033Z] === RUN TestAddDelete [2022-05-04T09:24:31.033Z] --- PASS: TestAddDelete (0.03s) [2022-05-04T09:24:31.033Z] === RUN TestSearchAfterDelete [2022-05-04T09:24:31.033Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-04T09:24:31.033Z] === RUN TestParentReset [2022-05-04T09:24:31.033Z] --- PASS: TestParentReset (0.04s) [2022-05-04T09:24:31.033Z] === RUN TestGetAndSetLastUpdated [2022-05-04T09:24:31.033Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-04T09:24:31.033Z] === RUN TestStoreLen [2022-05-04T09:24:31.033Z] --- PASS: TestStoreLen (0.06s) [2022-05-04T09:24:31.033Z] PASS [2022-05-04T09:24:31.033Z] coverage: 86.9% of statements [2022-05-04T09:24:31.033Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-05-04T09:24:31.033Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-04T09:24:31.033Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-04T09:24:31.033Z] === RUN TestTokenPassThru [2022-05-04T09:24:31.033Z] ok github.com/docker/docker/image 0.675s coverage: 86.9% of statements [2022-05-04T09:24:31.033Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-04T09:24:31.033Z] === RUN TestTokenPassThruDifferentHost [2022-05-04T09:24:31.033Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-04T09:24:31.033Z] PASS [2022-05-04T09:24:31.033Z] coverage: 26.6% of statements [2022-05-04T09:24:31.033Z] ok github.com/docker/docker/distribution 2.187s coverage: 26.6% of statements [2022-05-04T09:24:31.489Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-04T09:24:31.489Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-04T09:24:31.764Z] Removing intermediate container ef657b0fc01a [2022-05-04T09:24:31.764Z] ---> 34f79384a291 [2022-05-04T09:24:31.764Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-04T09:24:31.764Z] ---> Running in 1bdfae1eb5c9 [2022-05-04T09:24:31.946Z] === RUN TestValidateManifest [2022-05-04T09:24:31.946Z] === RUN TestValidateManifest/nil [2022-05-04T09:24:31.946Z] === RUN TestValidateManifest/non-nil [2022-05-04T09:24:31.946Z] --- PASS: TestValidateManifest (0.00s) [2022-05-04T09:24:31.946Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-04T09:24:31.946Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-04T09:24:31.946Z] PASS [2022-05-04T09:24:31.946Z] coverage: 0.7% of statements [2022-05-04T09:24:31.946Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.7% of statements [2022-05-04T09:24:31.946Z] === RUN TestMakeV1ConfigFromConfig [2022-05-04T09:24:31.946Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-04T09:24:31.946Z] PASS [2022-05-04T09:24:31.946Z] coverage: 25.0% of statements [2022-05-04T09:24:32.403Z] ok github.com/docker/docker/image/v1 0.095s coverage: 25.0% of statements [2022-05-04T09:24:32.403Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-04T09:24:33.011Z] === RUN TestMiddlewares [2022-05-04T09:24:33.011Z] --- PASS: TestMiddlewares (0.00s) [2022-05-04T09:24:33.011Z] PASS [2022-05-04T09:24:33.011Z] coverage: 7.9% of statements [2022-05-04T09:24:33.011Z] ok github.com/docker/docker/api/server 0.062s coverage: 7.9% of statements [2022-05-04T09:24:33.325Z] [2022-05-04T09:24:33.325Z] SUCCESS: Specified value was saved. [2022-05-04T09:24:33.366Z] === RUN TestSerialization [2022-05-04T09:24:33.366Z] --- PASS: TestSerialization (0.02s) [2022-05-04T09:24:33.366Z] PASS [2022-05-04T09:24:33.366Z] coverage: 100.0% of statements [2022-05-04T09:24:33.366Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-05-04T09:24:34.184Z] docker_api_swarm_test.go:585: [d4dd4fe5eeb2c] joining swarm manager [d7f474c740d9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:24:34.328Z] === RUN TestEmptyLayer [2022-05-04T09:24:34.328Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestCommitFailure [2022-05-04T09:24:34.328Z] --- PASS: TestCommitFailure (0.01s) [2022-05-04T09:24:34.328Z] === RUN TestStartTransactionFailure [2022-05-04T09:24:34.328Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestGetOrphan [2022-05-04T09:24:34.328Z] --- PASS: TestGetOrphan (0.01s) [2022-05-04T09:24:34.328Z] === RUN TestMountAndRegister [2022-05-04T09:24:34.328Z] layer_test.go:258: Layer size: 14 [2022-05-04T09:24:34.328Z] === RUN TestEnvironmentParsing [2022-05-04T09:24:34.328Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-04T09:24:34.328Z] PASS [2022-05-04T09:24:34.328Z] coverage: 1.2% of statements [2022-05-04T09:24:34.328Z] ok github.com/docker/docker/libcontainerd/local 0.061s coverage: 1.2% of statements [2022-05-04T09:24:34.328Z] --- PASS: TestMountAndRegister (0.05s) [2022-05-04T09:24:34.328Z] === RUN TestLayerRelease [2022-05-04T09:24:34.328Z] layer_test.go:291: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestStoreRestore [2022-05-04T09:24:34.328Z] layer_test.go:340: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestTarStreamStability [2022-05-04T09:24:34.328Z] layer_test.go:455: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestRegisterExistingLayer [2022-05-04T09:24:34.328Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-05-04T09:24:34.328Z] === RUN TestTarStreamVerification [2022-05-04T09:24:34.328Z] layer_test.go:684: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestLayerMigration [2022-05-04T09:24:34.328Z] migration_test.go:45: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestLayerMigrationNoTarsplit [2022-05-04T09:24:34.328Z] migration_test.go:181: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestMountInit [2022-05-04T09:24:34.328Z] mount_test.go:17: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestMountInit (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestMountSize [2022-05-04T09:24:34.328Z] mount_test.go:76: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestMountSize (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestMountChanges [2022-05-04T09:24:34.328Z] mount_test.go:125: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestMountChanges (0.00s) [2022-05-04T09:24:34.328Z] === RUN TestMountApply [2022-05-04T09:24:34.328Z] mount_test.go:212: Failing on Windows [2022-05-04T09:24:34.328Z] --- SKIP: TestMountApply (0.00s) [2022-05-04T09:24:34.328Z] PASS [2022-05-04T09:24:34.328Z] coverage: 30.6% of statements [2022-05-04T09:24:34.328Z] ok github.com/docker/docker/layer 0.371s coverage: 30.6% of statements [2022-05-04T09:24:34.785Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-04T09:24:34.785Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-04T09:24:34.785Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-04T09:24:34.785Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-04T09:24:34.785Z] === RUN TestSequenceGetAvailableBit [2022-05-04T09:24:34.785Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSequenceEqual [2022-05-04T09:24:34.785Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSequenceCopy [2022-05-04T09:24:34.785Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestGetFirstAvailable [2022-05-04T09:24:34.785Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestFindSequence [2022-05-04T09:24:34.785Z] --- PASS: TestFindSequence (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestCheckIfAvailable [2022-05-04T09:24:34.785Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestMergeSequences [2022-05-04T09:24:34.785Z] --- PASS: TestMergeSequences (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestPushReservation [2022-05-04T09:24:34.785Z] --- PASS: TestPushReservation (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSerializeDeserialize [2022-05-04T09:24:34.785Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSet [2022-05-04T09:24:34.785Z] --- PASS: TestSet (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSetUnset [2022-05-04T09:24:34.785Z] --- PASS: TestSetUnset (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestOffsetSetUnset [2022-05-04T09:24:34.785Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSetInRange [2022-05-04T09:24:34.785Z] --- PASS: TestSetInRange (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestSetAnyInRange [2022-05-04T09:24:34.785Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestMethods [2022-05-04T09:24:34.785Z] --- PASS: TestMethods (0.00s) [2022-05-04T09:24:34.785Z] === RUN TestRandomAllocateDeallocate [2022-05-04T09:24:38.023Z] Removing intermediate container 1bdfae1eb5c9 [2022-05-04T09:24:38.023Z] ---> c1d869c0ef56 [2022-05-04T09:24:38.023Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-04T09:24:38.023Z] ---> Running in a109639c07e6 [2022-05-04T09:24:38.024Z] check_test.go:378: [d4d7658a7779d] daemon is not started [2022-05-04T09:24:38.029Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-04T09:24:38.029Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-04T09:24:38.029Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-04T09:24:38.029Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-04T09:24:38.029Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-04T09:24:38.029Z] Cross building: bundles/cross/windows/amd64 [2022-05-04T09:24:38.029Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-04T09:24:38.029Z] { [2022-05-04T09:24:38.029Z] "RT_GROUP_ICON": { [2022-05-04T09:24:38.029Z] "#1": { [2022-05-04T09:24:38.029Z] "0409": "../../winresources/docker.ico" [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] }, [2022-05-04T09:24:38.029Z] "RT_MANIFEST": { [2022-05-04T09:24:38.029Z] "#1": { [2022-05-04T09:24:38.029Z] "0409": { [2022-05-04T09:24:38.029Z] "identity": {}, [2022-05-04T09:24:38.029Z] "description": "Docker Engine", [2022-05-04T09:24:38.029Z] "minimum-os": "vista", [2022-05-04T09:24:38.029Z] "execution-level": "", [2022-05-04T09:24:38.029Z] "ui-access": false, [2022-05-04T09:24:38.029Z] "auto-elevate": false, [2022-05-04T09:24:38.029Z] "dpi-awareness": "unaware", [2022-05-04T09:24:38.029Z] "disable-theming": false, [2022-05-04T09:24:38.029Z] "disable-window-filtering": false, [2022-05-04T09:24:38.029Z] "high-resolution-scrolling-aware": false, [2022-05-04T09:24:38.029Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-04T09:24:38.029Z] "long-path-aware": false, [2022-05-04T09:24:38.029Z] "printer-driver-isolation": false, [2022-05-04T09:24:38.029Z] "gdi-scaling": false, [2022-05-04T09:24:38.029Z] "segment-heap": false, [2022-05-04T09:24:38.029Z] "use-common-controls-v6": false [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] }, [2022-05-04T09:24:38.029Z] "RT_MESSAGETABLE": { [2022-05-04T09:24:38.029Z] "#1": { [2022-05-04T09:24:38.029Z] "0409": "../../winresources/event_messages.bin" [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] }, [2022-05-04T09:24:38.029Z] "RT_VERSION": { [2022-05-04T09:24:38.029Z] "#1": { [2022-05-04T09:24:38.029Z] "0409": { [2022-05-04T09:24:38.029Z] "fixed": { [2022-05-04T09:24:38.029Z] "file_version": "0.0.0.0", [2022-05-04T09:24:38.029Z] "product_version": "0.0.0.0", [2022-05-04T09:24:38.029Z] "type": "Unknown" [2022-05-04T09:24:38.029Z] }, [2022-05-04T09:24:38.029Z] "info": { [2022-05-04T09:24:38.029Z] "0000": { [2022-05-04T09:24:38.029Z] "CompanyName": "", [2022-05-04T09:24:38.029Z] "FileVersion": "dev", [2022-05-04T09:24:38.029Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-04T09:24:38.029Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-04T09:24:38.029Z] "ProductName": "", [2022-05-04T09:24:38.029Z] "ProductVersion": "dev", [2022-05-04T09:24:38.029Z] "SpecialBuild": "a35040222cb7582b344fbf96799408d37c710ea0" [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] } [2022-05-04T09:24:38.029Z] cmd/dockerd/config.go [2022-05-04T09:24:38.029Z] cmd/dockerd/config_windows.go [2022-05-04T09:24:38.029Z] cmd/dockerd/daemon.go [2022-05-04T09:24:38.029Z] cmd/dockerd/daemon_test.go [2022-05-04T09:24:38.029Z] cmd/dockerd/daemon_windows.go [2022-05-04T09:24:38.029Z] cmd/dockerd/docker.go [2022-05-04T09:24:38.029Z] cmd/dockerd/docker_windows.go [2022-05-04T09:24:38.029Z] cmd/dockerd/genwinres_windows.go [2022-05-04T09:24:38.029Z] cmd/dockerd/metrics.go [2022-05-04T09:24:38.029Z] cmd/dockerd/options.go [2022-05-04T09:24:38.029Z] cmd/dockerd/options_test.go [2022-05-04T09:24:38.029Z] cmd/dockerd/service_windows.go [2022-05-04T09:24:38.029Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-04T09:24:38.029Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-04T09:24:38.092Z] === RUN TestInvalidConfig [2022-05-04T09:24:38.092Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestConfig [2022-05-04T09:24:38.092Z] --- PASS: TestConfig (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestOptionsLabels [2022-05-04T09:24:38.092Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestValidName [2022-05-04T09:24:38.092Z] --- PASS: TestValidName (0.00s) [2022-05-04T09:24:38.092Z] PASS [2022-05-04T09:24:38.092Z] coverage: 19.7% of statements [2022-05-04T09:24:38.092Z] ok github.com/docker/docker/libnetwork/config 0.092s coverage: 19.7% of statements [2022-05-04T09:24:38.092Z] === RUN TestKey [2022-05-04T09:24:38.092Z] --- PASS: TestKey (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestParseKey [2022-05-04T09:24:38.092Z] --- PASS: TestParseKey (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestInvalidDataStore [2022-05-04T09:24:38.092Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestKVObjectFlatKey [2022-05-04T09:24:38.092Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestAtomicKVObjectFlatKey [2022-05-04T09:24:38.092Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-04T09:24:38.092Z] PASS [2022-05-04T09:24:38.092Z] coverage: 21.9% of statements [2022-05-04T09:24:38.092Z] ok github.com/docker/docker/libnetwork/datastore 0.053s coverage: 21.9% of statements [2022-05-04T09:24:38.092Z] === RUN TestErrorInterfaces [2022-05-04T09:24:38.092Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-04T09:24:38.092Z] === RUN TestNetworkMarshalling [2022-05-04T09:24:38.551Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-05-04T09:24:38.551Z] === RUN TestEndpointMarshalling [2022-05-04T09:24:38.551Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestAuxAddresses [2022-05-04T09:24:38.551Z] time="2022-05-04T09:24:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:24:38.551Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-04T09:24:38.551Z] === RUN TestSRVServiceQuery [2022-05-04T09:24:38.551Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-04T09:24:38.551Z] === RUN TestServiceVIPReuse [2022-05-04T09:24:38.551Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-05-04T09:24:38.551Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-04T09:24:38.551Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestDNSIPQuery [2022-05-04T09:24:38.551Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestDNSProxyServFail [2022-05-04T09:24:38.551Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestSandboxAddEmpty [2022-05-04T09:24:38.551Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestSandboxAddMultiPrio [2022-05-04T09:24:38.551Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestSandboxAddSamePrio [2022-05-04T09:24:38.551Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestCleanupServiceDiscovery [2022-05-04T09:24:38.551Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestDNSOptions [2022-05-04T09:24:38.551Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:24:38.551Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestMultipleControllersWithSameStore [2022-05-04T09:24:38.551Z] time="2022-05-04T09:24:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:24:38.551Z] time="2022-05-04T09:24:38Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:24:38.551Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-04T09:24:38.551Z] PASS [2022-05-04T09:24:38.551Z] coverage: 8.5% of statements [2022-05-04T09:24:38.551Z] ok github.com/docker/docker/libnetwork 0.386s coverage: 8.5% of statements [2022-05-04T09:24:38.551Z] === RUN TestIPDataMarshalling [2022-05-04T09:24:38.551Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-04T09:24:38.551Z] === RUN TestValidateAndIsV6 [2022-05-04T09:24:38.551Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-04T09:24:38.551Z] PASS [2022-05-04T09:24:38.551Z] coverage: 68.9% of statements [2022-05-04T09:24:38.551Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-05-04T09:24:39.007Z] === RUN TestDriver [2022-05-04T09:24:39.007Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:24:39.007Z] PASS [2022-05-04T09:24:39.007Z] coverage: 34.8% of statements [2022-05-04T09:24:39.007Z] ok github.com/docker/docker/libnetwork/drivers/host 0.044s coverage: 34.8% of statements [2022-05-04T09:24:39.400Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-04T09:24:39.463Z] === RUN TestDriver [2022-05-04T09:24:39.463Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:24:39.463Z] PASS [2022-05-04T09:24:39.463Z] coverage: 34.8% of statements [2022-05-04T09:24:39.659Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-04T09:24:39.920Z] ok github.com/docker/docker/libnetwork/drivers/null 0.051s coverage: 34.8% of statements [2022-05-04T09:24:39.920Z] === RUN TestNetworkAllocateFree [2022-05-04T09:24:39.920Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-04T09:24:39.920Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-04T09:24:39.920Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-04T09:24:39.920Z] PASS [2022-05-04T09:24:39.920Z] coverage: 63.6% of statements [2022-05-04T09:24:39.920Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.050s coverage: 63.6% of statements [2022-05-04T09:24:40.376Z] === RUN TestGetEmptyCapabilities [2022-05-04T09:24:40.376Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-05-04T09:24:40.376Z] === RUN TestGetExtraCapabilities [2022-05-04T09:24:40.376Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-04T09:24:40.376Z] === RUN TestGetInvalidCapabilities [2022-05-04T09:24:40.376Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-04T09:24:40.376Z] === RUN TestRemoteDriver [2022-05-04T09:24:40.377Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:24:40.377Z] === RUN TestDriverError [2022-05-04T09:24:40.377Z] --- PASS: TestDriverError (0.00s) [2022-05-04T09:24:40.377Z] === RUN TestMissingValues [2022-05-04T09:24:40.377Z] --- PASS: TestMissingValues (0.01s) [2022-05-04T09:24:40.377Z] === RUN TestRollback [2022-05-04T09:24:40.377Z] --- PASS: TestRollback (0.01s) [2022-05-04T09:24:40.377Z] PASS [2022-05-04T09:24:40.377Z] coverage: 57.4% of statements [2022-05-04T09:24:40.377Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.101s coverage: 57.4% of statements [2022-05-04T09:24:40.598Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-04T09:24:40.834Z] --- PASS: TestRandomAllocateDeallocate (5.88s) [2022-05-04T09:24:40.834Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:24:40.858Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-04T09:24:40.984Z] Cannot create a file when that file already exists. [2022-05-04T09:24:41.116Z] === RUN TestDockerSuite/TestBuildFails [2022-05-04T09:24:41.293Z] === RUN TestNew [2022-05-04T09:24:41.293Z] --- PASS: TestNew (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestAddDriver [2022-05-04T09:24:41.293Z] --- PASS: TestAddDriver (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestAddDuplicateDriver [2022-05-04T09:24:41.293Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-04T09:24:41.293Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestDriver [2022-05-04T09:24:41.293Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestIPAM [2022-05-04T09:24:41.293Z] --- PASS: TestIPAM (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestWalkIPAMs [2022-05-04T09:24:41.293Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestWalkDrivers [2022-05-04T09:24:41.293Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-04T09:24:41.293Z] PASS [2022-05-04T09:24:41.293Z] coverage: 82.4% of statements [2022-05-04T09:24:41.293Z] ok github.com/docker/docker/libnetwork/drvregistry 0.091s coverage: 82.4% of statements [2022-05-04T09:24:41.293Z] === RUN TestNAT [2022-05-04T09:24:41.293Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:24:41.293Z] --- SKIP: TestNAT (0.00s) [2022-05-04T09:24:41.293Z] === RUN TestTransparent [2022-05-04T09:24:41.293Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:24:41.293Z] --- SKIP: TestTransparent (0.00s) [2022-05-04T09:24:41.293Z] PASS [2022-05-04T09:24:41.293Z] coverage: 0.0% of statements [2022-05-04T09:24:41.293Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-05-04T09:24:41.750Z] === RUN TestBuildDefault [2022-05-04T09:24:41.750Z] --- PASS: TestBuildDefault (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestBuildHostnameDomainname [2022-05-04T09:24:41.750Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestBuildHostname [2022-05-04T09:24:41.750Z] --- PASS: TestBuildHostname (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestBuildHostnameFQDN [2022-05-04T09:24:41.750Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestBuildNoIP [2022-05-04T09:24:41.750Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestUpdate [2022-05-04T09:24:41.750Z] --- PASS: TestUpdate (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-04T09:24:41.750Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-04T09:24:41.750Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestAddEmpty [2022-05-04T09:24:41.750Z] --- PASS: TestAddEmpty (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestAdd [2022-05-04T09:24:41.750Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestDeleteEmpty [2022-05-04T09:24:41.750Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestDeleteNewline [2022-05-04T09:24:41.750Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestDelete [2022-05-04T09:24:41.750Z] --- PASS: TestDelete (0.00s) [2022-05-04T09:24:41.750Z] === RUN TestConcurrentWrites [2022-05-04T09:24:41.750Z] --- PASS: TestConcurrentWrites (0.24s) [2022-05-04T09:24:41.750Z] PASS [2022-05-04T09:24:41.750Z] coverage: 81.2% of statements [2022-05-04T09:24:41.750Z] ok github.com/docker/docker/libnetwork/etchosts 0.311s coverage: 81.2% of statements [2022-05-04T09:24:42.052Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-04T09:24:42.052Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-04T09:24:42.206Z] === RUN TestNew [2022-05-04T09:24:42.206Z] --- PASS: TestNew (0.00s) [2022-05-04T09:24:42.206Z] === RUN TestAllocate [2022-05-04T09:24:42.206Z] --- PASS: TestAllocate (0.00s) [2022-05-04T09:24:42.206Z] === RUN TestUninitialized [2022-05-04T09:24:42.206Z] --- PASS: TestUninitialized (0.00s) [2022-05-04T09:24:42.206Z] === RUN TestAllocateInRange [2022-05-04T09:24:42.206Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-04T09:24:42.206Z] === RUN TestAllocateSerial [2022-05-04T09:24:42.206Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-04T09:24:42.206Z] PASS [2022-05-04T09:24:42.206Z] coverage: 87.5% of statements [2022-05-04T09:24:42.206Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-05-04T09:24:42.206Z] === RUN TestCaller [2022-05-04T09:24:42.206Z] --- PASS: TestCaller (0.00s) [2022-05-04T09:24:42.206Z] PASS [2022-05-04T09:24:42.206Z] coverage: 100.0% of statements [2022-05-04T09:24:42.206Z] --- PASS: TestAllocateRandomDeallocate (1.24s) [2022-05-04T09:24:42.206Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-04T09:24:42.206Z] ok github.com/docker/docker/libnetwork/internal/caller 0.048s coverage: 100.0% of statements [2022-05-04T09:24:43.170Z] === RUN TestSetSerialInsertDelete [2022-05-04T09:24:43.170Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-04T09:24:43.170Z] === RUN TestSetParallelInsertDelete [2022-05-04T09:24:43.170Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.26s) [2022-05-04T09:24:43.170Z] === RUN TestRetrieveFromStore [2022-05-04T09:24:43.953Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-04T09:24:44.132Z] === RUN TestInt2IP2IntConversion [2022-05-04T09:24:44.132Z] --- PASS: TestRetrieveFromStore (0.70s) [2022-05-04T09:24:44.132Z] === RUN TestIsCorrupted [2022-05-04T09:24:44.132Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-04T09:24:44.132Z] === RUN TestSetRollover [2022-05-04T09:24:44.588Z] --- PASS: TestInt2IP2IntConversion (0.50s) [2022-05-04T09:24:44.588Z] === RUN TestGetAddressVersion [2022-05-04T09:24:44.588Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-04T09:24:44.588Z] === RUN TestKeyString [2022-05-04T09:24:44.588Z] --- PASS: TestKeyString (0.00s) [2022-05-04T09:24:44.588Z] === RUN TestPoolDataMarshal [2022-05-04T09:24:44.588Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-04T09:24:44.588Z] === RUN TestSubnetsMarshal [2022-05-04T09:24:44.588Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-05-04T09:24:44.588Z] === RUN TestAddSubnets [2022-05-04T09:24:44.588Z] --- PASS: TestAddSubnets (0.06s) [2022-05-04T09:24:44.588Z] === RUN TestDoublePoolRelease [2022-05-04T09:24:44.588Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-05-04T09:24:44.588Z] === RUN TestAddReleasePoolID [2022-05-04T09:24:44.588Z] === RUN TestPoolRequest [2022-05-04T09:24:44.588Z] --- PASS: TestPoolRequest (0.00s) [2022-05-04T09:24:44.588Z] === RUN TestOtherRequests [2022-05-04T09:24:44.588Z] --- PASS: TestOtherRequests (0.00s) [2022-05-04T09:24:44.588Z] PASS [2022-05-04T09:24:44.588Z] coverage: 57.1% of statements [2022-05-04T09:24:44.588Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-05-04T09:24:44.588Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-05-04T09:24:44.588Z] === RUN TestPredefinedPool [2022-05-04T09:24:44.588Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-04T09:24:44.588Z] === RUN TestRemoveSubnet [2022-05-04T09:24:45.050Z] --- PASS: TestRemoveSubnet (0.25s) [2022-05-04T09:24:45.050Z] === RUN TestGetSameAddress [2022-05-04T09:24:45.050Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-04T09:24:45.050Z] === RUN TestPoolAllocationReuse [2022-05-04T09:24:45.507Z] --- PASS: TestSetRollover (1.57s) [2022-05-04T09:24:45.507Z] === RUN TestSetRolloverSerial [2022-05-04T09:24:45.736Z] Removing intermediate container a109639c07e6 [2022-05-04T09:24:45.737Z] ---> b58fee5dffb3 [2022-05-04T09:24:45.737Z] Step 13/13 : CMD ["sh"] [2022-05-04T09:24:45.737Z] ---> Running in 479ecedd3b58 [2022-05-04T09:24:45.965Z] === RUN TestGetCapabilities [2022-05-04T09:24:45.965Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-04T09:24:45.965Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-04T09:24:45.965Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-04T09:24:45.965Z] === RUN TestGetDefaultAddressSpaces [2022-05-04T09:24:45.965Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-04T09:24:45.965Z] === RUN TestRemoteDriver [2022-05-04T09:24:45.965Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:24:45.965Z] PASS [2022-05-04T09:24:45.965Z] coverage: 47.4% of statements [2022-05-04T09:24:45.965Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2022-05-04T09:24:46.205Z] Removing intermediate container 479ecedd3b58 [2022-05-04T09:24:46.205Z] ---> a069cfcd80f7 [2022-05-04T09:24:46.205Z] Successfully built a069cfcd80f7 [2022-05-04T09:24:46.205Z] Successfully tagged busybox:latest [2022-05-04T09:24:46.205Z] INFO: Docker images of the daemon under test [2022-05-04T09:24:46.205Z] [2022-05-04T09:24:46.205Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:24:46.205Z] busybox latest a069cfcd80f7 Less than a second ago 5.02GB [2022-05-04T09:24:46.205Z] microsoft/windowsservercore latest aa8714eb8356 4 weeks ago 4.98GB [2022-05-04T09:24:46.205Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 4 weeks ago 4.98GB [2022-05-04T09:24:46.205Z] [2022-05-04T09:24:46.205Z] INFO: Running integration tests at 05/04/2022 09:24:45... [2022-05-04T09:24:46.205Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-04T09:24:46.205Z] INFO: Integration API tests being run from the host: [2022-05-04T09:24:46.205Z] INFO: make.ps1 starting at 05/04/2022 09:24:45 [2022-05-04T09:24:46.488Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-04T09:24:46.927Z] --- PASS: TestPoolAllocationReuse (1.71s) [2022-05-04T09:24:46.927Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-04T09:24:46.927Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-05-04T09:24:46.927Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-04T09:24:46.927Z] === RUN TestWindowsIPAM [2022-05-04T09:24:46.927Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-04T09:24:46.927Z] PASS [2022-05-04T09:24:46.927Z] coverage: 71.4% of statements [2022-05-04T09:24:46.927Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-05-04T09:24:47.383Z] --- PASS: TestSetRolloverSerial (1.57s) [2022-05-04T09:24:47.383Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-04T09:24:47.383Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-04T09:24:47.383Z] PASS [2022-05-04T09:24:47.383Z] coverage: 84.4% of statements [2022-05-04T09:24:47.383Z] ok github.com/docker/docker/libnetwork/bitseq 12.285s coverage: 84.4% of statements [2022-05-04T09:24:47.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-04T09:24:47.425Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-04T09:24:47.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-04T09:24:47.683Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-04T09:24:47.780Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-04T09:24:47.839Z] === RUN TestDefaultNetwork [2022-05-04T09:24:47.839Z] --- PASS: TestDefaultNetwork (0.28s) [2022-05-04T09:24:47.839Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-04T09:24:48.296Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-05-04T09:24:48.296Z] === RUN TestInitAddressPools [2022-05-04T09:24:48.296Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-04T09:24:48.296Z] PASS [2022-05-04T09:24:48.296Z] coverage: 74.0% of statements [2022-05-04T09:24:48.296Z] ok github.com/docker/docker/libnetwork/ipamutils 0.645s coverage: 74.0% of statements [2022-05-04T09:24:49.261Z] === RUN TestKeyValue [2022-05-04T09:24:49.261Z] --- PASS: TestKeyValue (0.00s) [2022-05-04T09:24:49.261Z] PASS [2022-05-04T09:24:49.261Z] coverage: 60.0% of statements [2022-05-04T09:24:49.261Z] ok github.com/docker/docker/libnetwork/netlabel 0.049s coverage: 60.0% of statements [2022-05-04T09:24:49.261Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.34s) [2022-05-04T09:24:49.261Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-04T09:24:49.591Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-04T09:24:49.850Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-04T09:24:50.417Z] docker_api_swarm_test.go:46: [d897e74ac03df] joining swarm manager [d9c666ea4113e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:24:50.987Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-04T09:24:52.154Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-04T09:24:52.154Z] === RUN TestNetworkDBSimple [2022-05-04T09:24:52.610Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.38s) [2022-05-04T09:24:52.610Z] === RUN TestGetAddress [2022-05-04T09:24:52.610Z] === RUN TestGenerate [2022-05-04T09:24:52.610Z] --- PASS: TestGenerate (0.00s) [2022-05-04T09:24:52.610Z] === RUN TestGeneratePtr [2022-05-04T09:24:52.610Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-04T09:24:52.610Z] === RUN TestGenerateMissingField [2022-05-04T09:24:52.610Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-04T09:24:52.610Z] === RUN TestFieldCannotBeSet [2022-05-04T09:24:52.610Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-04T09:24:52.610Z] === RUN TestTypeMismatchError [2022-05-04T09:24:52.610Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-04T09:24:52.610Z] PASS [2022-05-04T09:24:52.610Z] coverage: 100.0% of statements [2022-05-04T09:24:52.610Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-05-04T09:24:52.894Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-04T09:24:53.066Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-04T09:24:53.066Z] PASS [2022-05-04T09:24:53.066Z] coverage: 100.0% of statements [2022-05-04T09:24:53.066Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2022-05-04T09:24:53.523Z] 2022/05/04 09:24:52 Closing DB instances... [2022-05-04T09:24:53.523Z] testing: warning: no tests to run [2022-05-04T09:24:53.523Z] PASS [2022-05-04T09:24:53.523Z] coverage: 0.0% of statements [2022-05-04T09:24:53.523Z] ok github.com/docker/docker/libnetwork/osl 0.047s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:24:53.830Z] --- PASS: TestImportExtremelyLargeImageWorks (183.49s) [2022-05-04T09:24:53.831Z] PASS [2022-05-04T09:24:53.831Z] [2022-05-04T09:24:53.831Z] DONE 22 tests in 188.217s [2022-05-04T09:24:53.831Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-04T09:24:53.831Z] ++ 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-05-04T09:24:53.831Z] ++ set -e [2022-05-04T09:24:53.831Z] ++ '[' -n 0 ']' [2022-05-04T09:24:53.831Z] ++ set -x [2022-05-04T09:24:53.831Z] ++ 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-05-04T09:24:53.831Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-04T09:24:53.831Z] INFO: Testing against a local daemon [2022-05-04T09:24:53.831Z] === RUN TestNetworkCreateDelete [2022-05-04T09:24:53.979Z] === RUN TestRequestNewPort [2022-05-04T09:24:53.979Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestRequestSpecificPort [2022-05-04T09:24:53.979Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestReleasePort [2022-05-04T09:24:53.979Z] --- PASS: TestReleasePort (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestReuseReleasedPort [2022-05-04T09:24:53.979Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestReleaseUnreadledPort [2022-05-04T09:24:53.979Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestUnknowProtocol [2022-05-04T09:24:53.979Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestAllocateAllPorts [2022-05-04T09:24:53.979Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestPortAllocation [2022-05-04T09:24:53.979Z] --- PASS: TestPortAllocation (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestPortAllocationWithCustomRange [2022-05-04T09:24:53.979Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestNoDuplicateBPR [2022-05-04T09:24:53.979Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-04T09:24:53.979Z] === RUN TestChangePortRange [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-04T09:24:53.979Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-04T09:24:53.979Z] --- PASS: TestChangePortRange (0.00s) [2022-05-04T09:24:53.979Z] PASS [2022-05-04T09:24:53.979Z] coverage: 88.6% of statements [2022-05-04T09:24:53.979Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-05-04T09:24:54.088Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-04T09:24:54.088Z] --- PASS: TestNetworkCreateDelete (0.17s) [2022-05-04T09:24:54.088Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:24:54.435Z] testing: warning: no tests to run [2022-05-04T09:24:54.435Z] PASS [2022-05-04T09:24:54.435Z] coverage: 0.0% of statements [2022-05-04T09:24:54.435Z] ok github.com/docker/docker/libnetwork/portmapper 0.034s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:24:54.655Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2022-05-04T09:24:54.655Z] === RUN TestDaemonDNSFallback [2022-05-04T09:24:54.892Z] === RUN TestHashData [2022-05-04T09:24:54.892Z] --- PASS: TestHashData (0.00s) [2022-05-04T09:24:54.892Z] PASS [2022-05-04T09:24:54.892Z] coverage: 2.8% of statements [2022-05-04T09:24:54.892Z] ok github.com/docker/docker/libnetwork/resolvconf 0.039s coverage: 2.8% of statements [2022-05-04T09:24:54.892Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-05-04T09:24:54.892Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-04T09:24:55.348Z] === RUN TestErrorConstructors [2022-05-04T09:24:55.348Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-04T09:24:55.348Z] === RUN TestCompareIPMask [2022-05-04T09:24:55.348Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-04T09:24:55.348Z] === RUN TestUtilGetHostPartIP [2022-05-04T09:24:55.348Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-04T09:24:55.348Z] === RUN TestUtilGetBroadcastIP [2022-05-04T09:24:55.348Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-04T09:24:55.348Z] === RUN TestParseCIDR [2022-05-04T09:24:55.348Z] --- PASS: TestParseCIDR (0.00s) [2022-05-04T09:24:55.348Z] PASS [2022-05-04T09:24:55.348Z] coverage: 37.3% of statements [2022-05-04T09:24:55.348Z] ok github.com/docker/docker/libnetwork/types 0.044s coverage: 37.3% of statements [2022-05-04T09:24:55.591Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-04T09:24:55.805Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-04T09:24:55.806Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-04T09:24:55.806Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-04T09:24:55.806Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-04T09:24:55.806Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-04T09:24:55.806Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-04T09:24:55.806Z] PASS [2022-05-04T09:24:55.806Z] coverage: 55.0% of statements [2022-05-04T09:24:55.806Z] ok github.com/docker/docker/oci 0.051s coverage: 55.0% of statements [2022-05-04T09:24:56.263Z] 2022/05/04 09:24:55 Closing DB instances... [2022-05-04T09:24:56.719Z] === RUN TestParseVersion [2022-05-04T09:24:56.719Z] --- PASS: TestParseVersion (0.00s) [2022-05-04T09:24:56.719Z] PASS [2022-05-04T09:24:56.719Z] coverage: 52.9% of statements [2022-05-04T09:24:56.719Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2022-05-04T09:24:56.719Z] === RUN TestAddressPoolOpt [2022-05-04T09:24:56.719Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/a [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/something [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/_=a [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/env1=value1 [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/_env1=value1 [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/PATH [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/=a [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/PATH= [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/PATH=something [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/asd!qwe [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/1asd [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/123 [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/some_space [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/__some_space_before [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/some_space_after__ [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/= [2022-05-04T09:24:56.719Z] === RUN TestValidateEnv/PaTh [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-04T09:24:56.719Z] === RUN TestParseHost [2022-05-04T09:24:56.719Z] === RUN TestParseHost/:// [2022-05-04T09:24:56.719Z] === RUN TestParseHost/unknown:// [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://:5555/p [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-04T09:24:56.719Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-04T09:24:56.719Z] === RUN TestParseHost/something_with_spaces [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://:port [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://invalid:port [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://:5555/ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/fd:// [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp:// [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/#00 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://: [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/unix://path/to/socket [2022-05-04T09:24:56.719Z] === RUN TestParseHost/npipe:// [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://host: [2022-05-04T09:24:56.719Z] === RUN TestParseHost/_ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://[::1]: [2022-05-04T09:24:56.719Z] === RUN TestParseHost/__ [2022-05-04T09:24:56.719Z] === RUN TestParseHost/fd://something [2022-05-04T09:24:56.719Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseHost/unix:// [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-04T09:24:56.719Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-04T09:24:56.719Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestParseTCP [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/localhost:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp:// [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp://: [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/0.0.0.1: [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/: [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/#00 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[::1]:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/tcp://:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/localhost:5555 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/localhost [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/localhost: [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/0.0.0.1 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/::1 [2022-05-04T09:24:56.720Z] === RUN TestParseTCP/[::1]: [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP (0.01s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-04T09:24:56.720Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestValidateExtraHosts [2022-05-04T09:24:56.720Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestValidateIPAddress [2022-05-04T09:24:56.720Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestMapOpts [2022-05-04T09:24:56.720Z] --- PASS: TestMapOpts (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestListOptsWithoutValidator [2022-05-04T09:24:56.720Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestListOptsWithValidator [2022-05-04T09:24:56.720Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestValidateDNSSearch [2022-05-04T09:24:56.720Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_general_format [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_one_more [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-04T09:24:56.720Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:24:56.720Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestNamedListOpts [2022-05-04T09:24:56.720Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestNamedMapOpts [2022-05-04T09:24:56.720Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestParseLink [2022-05-04T09:24:56.720Z] --- PASS: TestParseLink (0.00s) [2022-05-04T09:24:56.720Z] === RUN TestUlimitOpt [2022-05-04T09:24:56.720Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-04T09:24:56.720Z] PASS [2022-05-04T09:24:56.720Z] coverage: 65.5% of statements [2022-05-04T09:24:56.720Z] ok github.com/docker/docker/opts 0.087s coverage: 65.5% of statements [2022-05-04T09:24:56.969Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-04T09:24:57.682Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.93s) [2022-05-04T09:24:57.682Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-04T09:24:57.905Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-04T09:24:58.647Z] === RUN TestPeerCertificateMarshalJSON [2022-05-04T09:24:59.103Z] === RUN TestIsArchivePathDir [2022-05-04T09:24:59.103Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-05-04T09:24:59.103Z] === RUN TestIsArchivePathInvalidFile [2022-05-04T09:24:59.559Z] 2022/05/04 09:24:59 Closing DB instances... [2022-05-04T09:24:59.559Z] --- PASS: TestIsArchivePathInvalidFile (0.24s) [2022-05-04T09:24:59.559Z] === RUN TestIsArchivePathTar [2022-05-04T09:24:59.559Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-04T09:24:59.559Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-04T09:24:59.559Z] --- PASS: TestPeerCertificateMarshalJSON (0.76s) [2022-05-04T09:24:59.559Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-04T09:24:59.559Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-04T09:24:59.559Z] === RUN TestMiddleware [2022-05-04T09:24:59.559Z] --- PASS: TestMiddleware (0.00s) [2022-05-04T09:24:59.559Z] === RUN TestNewResponseModifier [2022-05-04T09:24:59.559Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-04T09:24:59.559Z] PASS [2022-05-04T09:24:59.559Z] coverage: 26.8% of statements [2022-05-04T09:24:59.559Z] ok github.com/docker/docker/pkg/authorization 0.807s coverage: 26.8% of statements [2022-05-04T09:24:59.559Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-05-04T09:24:59.559Z] === RUN TestDecompressStreamGzip [2022-05-04T09:25:00.021Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-04T09:25:00.021Z] === RUN TestDecompressStreamBzip2 [2022-05-04T09:25:00.021Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-04T09:25:00.021Z] === RUN TestDecompressStreamXz [2022-05-04T09:25:00.021Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:25:00.021Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestDecompressStreamZstd [2022-05-04T09:25:00.021Z] archive_test.go:140: zstd not installed [2022-05-04T09:25:00.021Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-04T09:25:00.021Z] === RUN TestCompressStreamXzUnsupported [2022-05-04T09:25:00.021Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-04T09:25:00.021Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestCompressStreamInvalid [2022-05-04T09:25:00.021Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionInvalid [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionUncompressed [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionBzip2 [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionGzip [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionXz [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionXz (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestExtensionZstd [2022-05-04T09:25:00.021Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestCmdStreamLargeStderr [2022-05-04T09:25:00.021Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-04T09:25:00.021Z] === RUN TestCmdStreamBad [2022-05-04T09:25:00.021Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:25:00.021Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestCmdStreamGood [2022-05-04T09:25:00.021Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-04T09:25:00.021Z] === RUN TestUntarPathWithInvalidDest [2022-05-04T09:25:00.021Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-05-04T09:25:00.021Z] === RUN TestUntarPathWithInvalidSrc [2022-05-04T09:25:00.021Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-04T09:25:00.021Z] === RUN TestUntarPath [2022-05-04T09:25:00.478Z] === RUN TestUnbuffered [2022-05-04T09:25:00.478Z] --- PASS: TestUnbuffered (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestRaceUnbuffered [2022-05-04T09:25:00.478Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-04T09:25:00.478Z] PASS [2022-05-04T09:25:00.478Z] coverage: 100.0% of statements [2022-05-04T09:25:00.478Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2022-05-04T09:25:00.478Z] --- PASS: TestUntarPath (0.08s) [2022-05-04T09:25:00.478Z] === RUN TestUntarPathWithDestinationFile [2022-05-04T09:25:00.478Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-05-04T09:25:00.478Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-04T09:25:00.478Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-04T09:25:00.478Z] === RUN TestCopyWithTarInvalidSrc [2022-05-04T09:25:00.478Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-04T09:25:00.478Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestCopyWithTarSrcFile [2022-05-04T09:25:00.478Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-04T09:25:00.478Z] === RUN TestCopyWithTarSrcFolder [2022-05-04T09:25:00.478Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-04T09:25:00.478Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-04T09:25:00.478Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-04T09:25:00.478Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-04T09:25:00.478Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-04T09:25:00.478Z] === RUN TestCopyFileWithTarSrcFile [2022-05-04T09:25:00.478Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-04T09:25:00.478Z] === RUN TestTarFiles [2022-05-04T09:25:00.934Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.22s) [2022-05-04T09:25:00.934Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-04T09:25:00.934Z] === RUN TestMatch [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[foo]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[foo_bar]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[]#01 [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[qux]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-04T09:25:00.934Z] === RUN TestMatch/[[foo_baz]] [2022-05-04T09:25:00.934Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-04T09:25:00.934Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-04T09:25:00.934Z] PASS [2022-05-04T09:25:00.934Z] coverage: 87.5% of statements [2022-05-04T09:25:00.934Z] ok github.com/docker/docker/pkg/capabilities 0.042s coverage: 87.5% of statements [2022-05-04T09:25:01.197Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-04T09:25:01.197Z] --- PASS: TestDaemonDNSFallback (6.63s) [2022-05-04T09:25:01.197Z] === RUN TestInspectNetwork [2022-05-04T09:25:01.197Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-04T09:25:01.767Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-04T09:25:01.896Z] === RUN TestChrootTarUntar [2022-05-04T09:25:01.896Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-04T09:25:01.896Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootUntarEmptyArchive [2022-05-04T09:25:01.896Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootTarUntarWithSymlink [2022-05-04T09:25:01.896Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootCopyWithTar [2022-05-04T09:25:01.896Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootCopyFileWithTar [2022-05-04T09:25:01.896Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootUntarPath [2022-05-04T09:25:01.896Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-04T09:25:01.896Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-04T09:25:01.896Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:25:01.896Z] === RUN TestChrootApplyDotDotFile [2022-05-04T09:25:01.896Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:01.896Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:25:01.896Z] PASS [2022-05-04T09:25:01.896Z] coverage: 12.0% of statements [2022-05-04T09:25:02.354Z] ok github.com/docker/docker/pkg/chrootarchive 0.101s coverage: 12.0% of statements [2022-05-04T09:25:02.708Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-04T09:25:02.811Z] 2022/05/04 09:25:02 Closing DB instances... [2022-05-04T09:25:03.268Z] === RUN TestEnsureRemoveAllNotExist [2022-05-04T09:25:03.268Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-04T09:25:03.268Z] === RUN TestEnsureRemoveAllWithDir [2022-05-04T09:25:03.268Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-04T09:25:03.268Z] === RUN TestEnsureRemoveAllWithFile [2022-05-04T09:25:03.268Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-04T09:25:03.268Z] PASS [2022-05-04T09:25:03.268Z] coverage: 0.0% of statements [2022-05-04T09:25:03.268Z] ok github.com/docker/docker/pkg/containerfs 0.042s coverage: 0.0% of statements [2022-05-04T09:25:03.278Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-04T09:25:03.278Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-04T09:25:04.218Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-04T09:25:04.230Z] === RUN TestSizeEmpty [2022-05-04T09:25:04.230Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeEmptyFile [2022-05-04T09:25:04.230Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeNonemptyFile [2022-05-04T09:25:04.230Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-04T09:25:04.230Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-04T09:25:04.230Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-04T09:25:04.230Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestMoveToSubdir [2022-05-04T09:25:04.230Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-04T09:25:04.230Z] === RUN TestSizeNonExistingDirectory [2022-05-04T09:25:04.230Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-04T09:25:04.230Z] PASS [2022-05-04T09:25:04.230Z] coverage: 80.0% of statements [2022-05-04T09:25:04.230Z] ok github.com/docker/docker/pkg/directory 0.070s coverage: 80.0% of statements [2022-05-04T09:25:04.785Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-04T09:25:05.044Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-04T09:25:05.192Z] === RUN TestPollerAddRemove [2022-05-04T09:25:05.192Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-04T09:25:05.192Z] === RUN TestPollerEvent [2022-05-04T09:25:05.192Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:25:05.192Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-04T09:25:05.192Z] === RUN TestPollerClose [2022-05-04T09:25:05.192Z] --- PASS: TestPollerClose (0.00s) [2022-05-04T09:25:05.192Z] PASS [2022-05-04T09:25:05.192Z] coverage: 36.2% of statements [2022-05-04T09:25:05.192Z] ok github.com/docker/docker/pkg/filenotify 0.053s coverage: 36.2% of statements [2022-05-04T09:25:05.192Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-05-04T09:25:05.192Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-04T09:25:05.303Z] === RUN TestInspectNetwork/full_network_id [2022-05-04T09:25:05.303Z] === RUN TestInspectNetwork/partial_network_id [2022-05-04T09:25:05.303Z] === RUN TestInspectNetwork/network_name [2022-05-04T09:25:05.303Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-04T09:25:05.562Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-04T09:25:05.562Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-04T09:25:06.129Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-04T09:25:06.155Z] --- PASS: TestTarFiles (5.68s) [2022-05-04T09:25:06.155Z] === RUN TestDetectCompressionZstd [2022-05-04T09:25:06.155Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestTarUntar [2022-05-04T09:25:06.155Z] === RUN TestCopyFileWithInvalidSrc [2022-05-04T09:25:06.155Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:25:06.155Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-04T09:25:06.155Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-04T09:25:06.155Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCopyFile [2022-05-04T09:25:06.155Z] --- PASS: TestCopyFile (0.01s) [2022-05-04T09:25:06.155Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-04T09:25:06.155Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:25:06.155Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-04T09:25:06.155Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-04T09:25:06.155Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:25:06.155Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestWildcardMatches [2022-05-04T09:25:06.155Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestPatternMatches [2022-05-04T09:25:06.155Z] --- PASS: TestPatternMatches (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-04T09:25:06.155Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestPatternMatchesFolderExclusions [2022-05-04T09:25:06.155Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-04T09:25:06.155Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-04T09:25:06.155Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-04T09:25:06.155Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-04T09:25:06.155Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestSingleExclamationError [2022-05-04T09:25:06.155Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestMatchesWithNoPatterns [2022-05-04T09:25:06.155Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestMatchesWithMalformedPatterns [2022-05-04T09:25:06.155Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestMatches [2022-05-04T09:25:06.155Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-04T09:25:06.155Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-04T09:25:06.155Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-04T09:25:06.155Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-04T09:25:06.155Z] --- PASS: TestMatches (0.01s) [2022-05-04T09:25:06.155Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-04T09:25:06.155Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-04T09:25:06.155Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-04T09:25:06.155Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatterns [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatternsExceptionFlag [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCleanPatternsErrorSingleException [2022-05-04T09:25:06.155Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCreateIfNotExistsDir [2022-05-04T09:25:06.155Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-05-04T09:25:06.155Z] === RUN TestCreateIfNotExistsFile [2022-05-04T09:25:06.155Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-04T09:25:06.155Z] === RUN TestMatch [2022-05-04T09:25:06.155Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestCompile [2022-05-04T09:25:06.155Z] === RUN TestCompile/slash [2022-05-04T09:25:06.155Z] === RUN TestCompile/backslash [2022-05-04T09:25:06.155Z] --- PASS: TestCompile (0.00s) [2022-05-04T09:25:06.155Z] --- PASS: TestCompile/slash (0.00s) [2022-05-04T09:25:06.155Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-04T09:25:06.155Z] PASS [2022-05-04T09:25:06.155Z] coverage: 84.7% of statements [2022-05-04T09:25:06.155Z] --- PASS: TestTarUntar (0.05s) [2022-05-04T09:25:06.155Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-04T09:25:06.155Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-04T09:25:06.155Z] === RUN TestTarWithOptions [2022-05-04T09:25:06.155Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-05-04T09:25:06.155Z] --- PASS: TestTarWithOptions (0.04s) [2022-05-04T09:25:06.155Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-04T09:25:06.155Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestUntarUstarGnuConflict [2022-05-04T09:25:06.155Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-04T09:25:06.155Z] === RUN TestUntarInvalidFilenames [2022-05-04T09:25:06.613Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3700756601\\dest" [2022-05-04T09:25:06.613Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-04T09:25:06.613Z] === RUN TestUntarHardlinkToSymlink [2022-05-04T09:25:06.613Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-04T09:25:06.613Z] === RUN TestUntarInvalidHardlink [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink865735363\\victim\\hello" -> "../victim/hello" [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink528295332\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2676929137\\victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2469622923\\victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3046699398\\victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1520607908\\victim" -> "../victim" [2022-05-04T09:25:06.613Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-04T09:25:06.613Z] === RUN TestUntarInvalidSymlink [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3632027109\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3727452054\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3588500645\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2482721835\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2364005596\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3930665466\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:06.613Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink92415102\\dest\\dir\\loophole" -> "../../victim" [2022-05-04T09:25:06.613Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-04T09:25:06.613Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-04T09:25:06.613Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-04T09:25:06.613Z] === RUN TestXGlobalNoParent [2022-05-04T09:25:06.613Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-04T09:25:06.613Z] === RUN TestReplaceFileTarWrapper [2022-05-04T09:25:06.613Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-04T09:25:06.613Z] === RUN TestPrefixHeaderReadable [2022-05-04T09:25:06.613Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-04T09:25:06.613Z] === RUN TestDisablePigz [2022-05-04T09:25:06.613Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-04T09:25:06.699Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-04T09:25:07.070Z] --- PASS: TestDisablePigz (0.13s) [2022-05-04T09:25:07.070Z] === RUN TestPigz [2022-05-04T09:25:07.070Z] === RUN TestGet [2022-05-04T09:25:07.070Z] --- PASS: TestGet (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestGetShortcutString [2022-05-04T09:25:07.070Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-04T09:25:07.070Z] PASS [2022-05-04T09:25:07.070Z] coverage: 42.9% of statements [2022-05-04T09:25:07.070Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-05-04T09:25:07.070Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-04T09:25:07.070Z] --- PASS: TestPigz (0.15s) [2022-05-04T09:25:07.070Z] === RUN TestNosysFileInfo [2022-05-04T09:25:07.070Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:25:07.070Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:25:07.070Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestCanonicalTarNameForPath [2022-05-04T09:25:07.070Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestCanonicalTarName [2022-05-04T09:25:07.070Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChmodTarEntry [2022-05-04T09:25:07.070Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestHardLinkOrder [2022-05-04T09:25:07.070Z] --- PASS: TestHardLinkOrder (0.11s) [2022-05-04T09:25:07.070Z] === RUN TestChangeString [2022-05-04T09:25:07.070Z] --- PASS: TestChangeString (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesWithNoChanges [2022-05-04T09:25:07.070Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-04T09:25:07.070Z] === RUN TestChangesWithChanges [2022-05-04T09:25:07.070Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-04T09:25:07.070Z] === RUN TestChangesWithChangesGH13590 [2022-05-04T09:25:07.070Z] changes_test.go:196: needs more investigation [2022-05-04T09:25:07.070Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesDirsEmpty [2022-05-04T09:25:07.070Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:25:07.070Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesDirsMutated [2022-05-04T09:25:07.070Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:25:07.070Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestApplyLayer [2022-05-04T09:25:07.070Z] changes_test.go:433: needs further investigation [2022-05-04T09:25:07.070Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesSizeWithHardlinks [2022-05-04T09:25:07.070Z] changes_test.go:469: needs further investigation [2022-05-04T09:25:07.070Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesSizeWithNoChanges [2022-05-04T09:25:07.070Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-04T09:25:07.070Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestChangesSize [2022-05-04T09:25:07.070Z] --- PASS: TestChangesSize (0.00s) [2022-05-04T09:25:07.070Z] === RUN TestApplyLayerInvalidFilenames [2022-05-04T09:25:07.070Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3233252507\\dest" [2022-05-04T09:25:07.070Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-05-04T09:25:07.070Z] === RUN TestApplyLayerInvalidHardlink [2022-05-04T09:25:07.070Z] 2022/05/04 09:25:06 Closing DB instances... [2022-05-04T09:25:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1800727863\\victim\\hello" -> "../victim/hello" [2022-05-04T09:25:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2197872221\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:25:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4265061700\\victim" -> "../victim" [2022-05-04T09:25:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink206134656\\victim" -> "../victim" [2022-05-04T09:25:07.071Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3301814534\\victim" -> "../victim" [2022-05-04T09:25:07.071Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2976238833\\victim" -> "../victim" [2022-05-04T09:25:07.071Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-04T09:25:07.071Z] === RUN TestApplyLayerInvalidSymlink [2022-05-04T09:25:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2535354797\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:25:07.528Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1012819752\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:25:07.528Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2781588197\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:07.528Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4152979575\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:07.528Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1121351966\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:07.528Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1471401821\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:25:07.528Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-04T09:25:07.528Z] === RUN TestApplyLayerWhiteouts [2022-05-04T09:25:07.528Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-05-04T09:25:07.528Z] === RUN TestGenerateEmptyFile [2022-05-04T09:25:07.528Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-04T09:25:07.528Z] === RUN TestGenerateWithContent [2022-05-04T09:25:07.528Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-04T09:25:07.528Z] PASS [2022-05-04T09:25:07.528Z] coverage: 61.9% of statements [2022-05-04T09:25:07.528Z] ok github.com/docker/docker/pkg/archive 8.203s coverage: 61.9% of statements [2022-05-04T09:25:07.986Z] === RUN TestCreateIDMapOrder [2022-05-04T09:25:07.986Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-04T09:25:07.986Z] PASS [2022-05-04T09:25:07.986Z] coverage: 7.2% of statements [2022-05-04T09:25:07.986Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-05-04T09:25:08.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-04T09:25:08.444Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-05-04T09:25:08.444Z] === RUN TestNetworkDBNodeLeave [2022-05-04T09:25:08.643Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-04T09:25:08.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-04T09:25:09.407Z] === RUN TestFixedBufferCap [2022-05-04T09:25:09.407Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestFixedBufferLen [2022-05-04T09:25:09.407Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestFixedBufferString [2022-05-04T09:25:09.407Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestFixedBufferWrite [2022-05-04T09:25:09.407Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestFixedBufferRead [2022-05-04T09:25:09.407Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestBytesPipeRead [2022-05-04T09:25:09.407Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestBytesPipeWrite [2022-05-04T09:25:09.407Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-04T09:25:09.407Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-04T09:25:09.407Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2022-05-04T09:25:09.407Z] === RUN TestAtomicWriteToFile [2022-05-04T09:25:09.407Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-04T09:25:09.407Z] === RUN TestAtomicWriteSetCommit [2022-05-04T09:25:09.407Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-04T09:25:09.407Z] === RUN TestAtomicWriteSetCancel [2022-05-04T09:25:09.842Z] --- PASS: TestInspectNetwork (8.78s) [2022-05-04T09:25:09.842Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-04T09:25:09.842Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-04T09:25:09.842Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-04T09:25:09.842Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-04T09:25:09.842Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:25:09.864Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-04T09:25:09.864Z] === RUN TestReadCloserWrapperClose [2022-05-04T09:25:09.864Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestReaderErrWrapperReadOnError [2022-05-04T09:25:09.864Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestReaderErrWrapperRead [2022-05-04T09:25:09.864Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestCancelReadCloser [2022-05-04T09:25:09.864Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-04T09:25:09.864Z] === RUN TestWriteCloserWrapperClose [2022-05-04T09:25:09.864Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestNopWriteCloser [2022-05-04T09:25:09.864Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestNopWriter [2022-05-04T09:25:09.864Z] --- PASS: TestNopWriter (0.00s) [2022-05-04T09:25:09.864Z] === RUN TestWriteCounter [2022-05-04T09:25:09.864Z] --- PASS: TestWriteCounter (0.00s) [2022-05-04T09:25:09.864Z] PASS [2022-05-04T09:25:09.864Z] coverage: 70.1% of statements [2022-05-04T09:25:09.864Z] ok github.com/docker/docker/pkg/ioutils 0.628s coverage: 70.1% of statements [2022-05-04T09:25:10.827Z] === RUN TestError [2022-05-04T09:25:10.827Z] --- PASS: TestError (0.00s) [2022-05-04T09:25:10.827Z] === RUN TestProgressString [2022-05-04T09:25:10.827Z] === RUN TestProgressString/no_progress [2022-05-04T09:25:10.827Z] === RUN TestProgressString/progress_1 [2022-05-04T09:25:10.827Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-04T09:25:10.827Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-04T09:25:10.827Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-04T09:25:10.827Z] === RUN TestProgressString/with_units [2022-05-04T09:25:10.827Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-04T09:25:10.827Z] === RUN TestProgressString/hide_counts [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-04T09:25:10.827Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-04T09:25:10.827Z] === RUN TestJSONMessageDisplay [2022-05-04T09:25:10.827Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-05-04T09:25:10.827Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-04T09:25:10.827Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-04T09:25:10.827Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-04T09:25:10.827Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-04T09:25:10.827Z] === RUN TestDisplayJSONMessagesStream [2022-05-04T09:25:10.827Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-04T09:25:10.827Z] PASS [2022-05-04T09:25:10.827Z] coverage: 91.7% of statements [2022-05-04T09:25:10.827Z] ok github.com/docker/docker/pkg/jsonmessage 0.228s coverage: 91.7% of statements [2022-05-04T09:25:11.284Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-05-04T09:25:11.284Z] === RUN TestNetworkDBWatch [2022-05-04T09:25:11.741Z] === RUN TestStandardLongPath [2022-05-04T09:25:11.741Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-04T09:25:11.741Z] === RUN TestUNCLongPath [2022-05-04T09:25:11.741Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-04T09:25:11.741Z] PASS [2022-05-04T09:25:11.741Z] coverage: 100.0% of statements [2022-05-04T09:25:11.741Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2022-05-04T09:25:11.748Z] --- PASS: TestRunContainerWithBridgeNone (1.95s) [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:25:11.749Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:25:11.749Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:25:11.749Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:25:11.749Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:25:11.749Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:25:11.749Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:25:11.749Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:25:11.749Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:25:11.749Z] === RUN TestNetworkList [2022-05-04T09:25:11.749Z] === RUN TestNetworkList//networks [2022-05-04T09:25:11.749Z] === PAUSE TestNetworkList//networks [2022-05-04T09:25:11.749Z] === RUN TestNetworkList//networks/ [2022-05-04T09:25:11.749Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:25:12.009Z] === CONT TestNetworkList//networks [2022-05-04T09:25:12.009Z] === CONT TestNetworkList//networks/ [2022-05-04T09:25:12.009Z] --- PASS: TestNetworkList (0.02s) [2022-05-04T09:25:12.009Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:25:12.009Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:25:12.009Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:25:12.199Z] === RUN TestNameFormat [2022-05-04T09:25:12.199Z] --- PASS: TestNameFormat (0.00s) [2022-05-04T09:25:12.199Z] === RUN TestNameRetries [2022-05-04T09:25:12.199Z] --- PASS: TestNameRetries (0.00s) [2022-05-04T09:25:12.199Z] PASS [2022-05-04T09:25:12.199Z] coverage: 85.7% of statements [2022-05-04T09:25:12.199Z] ok github.com/docker/docker/pkg/namesgenerator 0.043s coverage: 85.7% of statements [2022-05-04T09:25:12.578Z] --- PASS: TestHostIPv4BridgeLabel (0.63s) [2022-05-04T09:25:12.578Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:25:13.169Z] === RUN TestParseKeyValueOpt [2022-05-04T09:25:13.169Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-04T09:25:13.169Z] === RUN TestParseUintList [2022-05-04T09:25:13.169Z] --- PASS: TestParseUintList (0.00s) [2022-05-04T09:25:13.169Z] === RUN TestParseUintListMaximumLimits [2022-05-04T09:25:13.169Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-04T09:25:13.169Z] PASS [2022-05-04T09:25:13.169Z] coverage: 97.0% of statements [2022-05-04T09:25:13.169Z] ok github.com/docker/docker/pkg/parsers 0.048s coverage: 97.0% of statements [2022-05-04T09:25:13.169Z] 2022/05/04 09:25:12 Closing DB instances... [2022-05-04T09:25:13.516Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-04T09:25:13.516Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-05-04T09:25:13.516Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-04T09:25:14.133Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:25:14.133Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:25:14.133Z] PASS [2022-05-04T09:25:14.133Z] coverage: 36.4% of statements [2022-05-04T09:25:14.133Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.047s coverage: 36.4% of statements [2022-05-04T09:25:14.455Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2022-05-04T09:25:14.455Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:25:14.592Z] --- PASS: TestNetworkDBWatch (3.29s) [2022-05-04T09:25:14.592Z] === RUN TestNetworkDBBulkSync [2022-05-04T09:25:15.049Z] === RUN TestNewAndRemove [2022-05-04T09:25:15.049Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-04T09:25:15.049Z] === RUN TestRemoveInvalidPath [2022-05-04T09:25:15.049Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-04T09:25:15.049Z] PASS [2022-05-04T09:25:15.049Z] coverage: 82.6% of statements [2022-05-04T09:25:15.049Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-05-04T09:25:15.830Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-05-04T09:25:15.830Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:25:15.830Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-04T09:25:16.089Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-04T09:25:16.089Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-04T09:25:16.347Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-04T09:25:16.347Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-04T09:25:16.590Z] 2022/05/04 09:25:15 Closing DB instances... [2022-05-04T09:25:16.605Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-04T09:25:16.863Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-05-04T09:25:16.863Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:25:17.046Z] === RUN TestFailedConnection [2022-05-04T09:25:17.429Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-04T09:25:17.429Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:25:17.687Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-04T09:25:18.008Z] time="2022-05-04T09:25:17Z" level=error msg="node1(6aec2d2fdbb2) Could not close DB: timeout waiting for leave broadcast" [2022-05-04T09:25:18.008Z] --- PASS: TestNetworkDBBulkSync (3.17s) [2022-05-04T09:25:18.008Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-04T09:25:18.971Z] --- PASS: TestGetAddress (26.42s) [2022-05-04T09:25:18.971Z] === RUN TestRequestSyntaxCheck [2022-05-04T09:25:18.971Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-05-04T09:25:18.971Z] === RUN TestRequest [2022-05-04T09:25:19.065Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-04T09:25:19.428Z] --- PASS: TestFailedConnection (2.18s) [2022-05-04T09:25:19.428Z] === RUN TestFailOnce [2022-05-04T09:25:19.428Z] 2022/05/04 09:25:19 http: panic serving 127.0.0.1:49297: Plugin not ready [2022-05-04T09:25:19.428Z] goroutine 24 [running]: [2022-05-04T09:25:19.428Z] net/http.(*conn).serve.func1() [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:25:19.428Z] panic({0xcd3700, 0xe1d0e0}) [2022-05-04T09:25:19.428Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:25:19.428Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc00004fa70?) [2022-05-04T09:25:19.428Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-04T09:25:19.428Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xe228f8?, 0xc0000a80e0?}, 0xc2da86?) [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:25:19.428Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xe228f8, 0xc0000a80e0}, 0xc0000b4200) [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-04T09:25:19.428Z] net/http.serverHandler.ServeHTTP({0xe20f18?}, {0xe228f8, 0xc0000a80e0}, 0xc0000b4200) [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:25:19.428Z] net/http.(*conn).serve(0xc0000ca000, {0xe22df8, 0xc0002820c0}) [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:25:19.428Z] created by net/http.(*Server).Serve [2022-05-04T09:25:19.428Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:25:19.428Z] time="2022-05-04T09:25:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.FailOnce: Post \"http://127.0.0.1:49296/Test.FailOnce\": EOF, retrying in 1s" [2022-05-04T09:25:20.393Z] --- PASS: TestFailOnce (1.20s) [2022-05-04T09:25:20.393Z] === RUN TestEchoInputOutput [2022-05-04T09:25:20.393Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-04T09:25:20.393Z] === RUN TestBackoff [2022-05-04T09:25:20.393Z] --- PASS: TestBackoff (0.00s) [2022-05-04T09:25:20.393Z] === RUN TestAbortRetry [2022-05-04T09:25:20.393Z] --- PASS: TestAbortRetry (0.00s) [2022-05-04T09:25:20.393Z] === RUN TestClientScheme [2022-05-04T09:25:20.393Z] --- PASS: TestClientScheme (0.00s) [2022-05-04T09:25:20.393Z] === RUN TestNewClientWithTimeout [2022-05-04T09:25:20.446Z] --- PASS: TestServiceWithPredefinedNetwork (2.84s) [2022-05-04T09:25:20.446Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:25:20.446Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:25:20.446Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:25:20.446Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:25:20.851Z] 2022/05/04 09:25:20 Closing DB instances... [2022-05-04T09:25:20.851Z] time="2022-05-04T09:25:20Z" level=error msg="node: 774356b83c7d is unknown to memberlist" [2022-05-04T09:25:20.851Z] time="2022-05-04T09:25:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-04T09:25:22.355Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-04T09:25:22.381Z] time="2022-05-04T09:25:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-04T09:25:22.921Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-04T09:25:23.179Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-04T09:25:23.343Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.30s) [2022-05-04T09:25:23.343Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-04T09:25:24.307Z] 2022/05/04 09:25:23 Closing DB instances... [2022-05-04T09:25:25.275Z] time="2022-05-04T09:25:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-04T09:25:25.732Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-05-04T09:25:25.732Z] === RUN TestNetworkDBGarbageCollection [2022-05-04T09:25:28.625Z] --- PASS: TestRequest (9.38s) [2022-05-04T09:25:28.625Z] === RUN TestOverlappingRequests [2022-05-04T09:25:28.625Z] --- PASS: TestOverlappingRequests (0.47s) [2022-05-04T09:25:28.625Z] === RUN TestRelease [2022-05-04T09:25:29.588Z] time="2022-05-04T09:25:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-04T09:25:30.539Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:25:30.539Z] INFO: Testing against a local daemon [2022-05-04T09:25:30.539Z] === RUN TestBuildWithSession [2022-05-04T09:25:30.539Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:25:30.539Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:25:30.539Z] === RUN TestBuildSquashParent [2022-05-04T09:25:30.539Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:25:30.539Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:25:30.539Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:25:30.539Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:25:30.539Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:25:30.539Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:25:30.539Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:25:30.539Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:25:30.551Z] --- PASS: TestRelease (1.88s) [2022-05-04T09:25:30.551Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:25:31.329Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-04T09:25:32.709Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-04T09:25:33.277Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-04T09:25:33.446Z] === RUN TestParseEmptyInterface [2022-05-04T09:25:33.446Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestParseNonInterfaceType [2022-05-04T09:25:33.446Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestParseWithOneFunction [2022-05-04T09:25:33.446Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestParseWithMultipleFuncs [2022-05-04T09:25:33.446Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestParseWithUnnamedReturn [2022-05-04T09:25:33.446Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestEmbeddedInterface [2022-05-04T09:25:33.446Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-04T09:25:33.446Z] === RUN TestParsedImports [2022-05-04T09:25:33.446Z] --- PASS: TestParsedImports (0.01s) [2022-05-04T09:25:33.446Z] === RUN TestAliasedImports [2022-05-04T09:25:33.446Z] --- PASS: TestAliasedImports (0.00s) [2022-05-04T09:25:33.446Z] PASS [2022-05-04T09:25:33.446Z] coverage: 56.8% of statements [2022-05-04T09:25:33.446Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.078s coverage: 56.8% of statements [2022-05-04T09:25:34.410Z] === RUN TestHTTPTransport [2022-05-04T09:25:34.410Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-04T09:25:34.410Z] PASS [2022-05-04T09:25:34.410Z] coverage: 85.7% of statements [2022-05-04T09:25:34.410Z] ok github.com/docker/docker/pkg/plugins/transport 0.048s coverage: 85.7% of statements [2022-05-04T09:25:35.181Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-04T09:25:35.182Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-04T09:25:35.182Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-04T09:25:35.374Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:25:35.374Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-04T09:25:35.374Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-04T09:25:35.374Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:25:35.374Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-04T09:25:35.374Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-04T09:25:35.374Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-04T09:25:35.374Z] === RUN TestBufferPoolPutAndGet [2022-05-04T09:25:35.374Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-04T09:25:35.374Z] PASS [2022-05-04T09:25:35.374Z] coverage: 88.2% of statements [2022-05-04T09:25:35.374Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2022-05-04T09:25:35.441Z] --- PASS: TestServiceWithDataPathPortInit (15.24s) [2022-05-04T09:25:35.441Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:25:35.831Z] === RUN TestOutputOnPrematureClose [2022-05-04T09:25:35.831Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-04T09:25:35.831Z] === RUN TestCompleteSilently [2022-05-04T09:25:35.831Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-04T09:25:35.831Z] PASS [2022-05-04T09:25:35.831Z] coverage: 75.9% of statements [2022-05-04T09:25:35.831Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2022-05-04T09:25:36.287Z] --- PASS: TestAllocateRandomDeallocate (5.80s) [2022-05-04T09:25:36.287Z] === RUN TestRetrieveFromStore [2022-05-04T09:25:36.744Z] === RUN TestSendToOneSub [2022-05-04T09:25:36.744Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-04T09:25:36.744Z] === RUN TestSendToMultipleSubs [2022-05-04T09:25:36.744Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-04T09:25:36.744Z] === RUN TestEvictOneSub [2022-05-04T09:25:36.744Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-04T09:25:36.744Z] === RUN TestClosePublisher [2022-05-04T09:25:36.744Z] --- PASS: TestClosePublisher (0.00s) [2022-05-04T09:25:36.744Z] === RUN TestPubSubRace [2022-05-04T09:25:37.707Z] --- PASS: TestPubSubRace (1.06s) [2022-05-04T09:25:37.707Z] PASS [2022-05-04T09:25:37.707Z] coverage: 75.0% of statements [2022-05-04T09:25:37.707Z] ok github.com/docker/docker/pkg/pubsub 1.101s coverage: 75.0% of statements [2022-05-04T09:25:38.167Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-04T09:25:38.167Z] === RUN TestClientStream [2022-05-04T09:25:38.167Z] --- PASS: TestClientStream (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestClientSendFile [2022-05-04T09:25:38.167Z] --- PASS: TestClientSendFile (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestClientWithRequestTimeout [2022-05-04T09:25:38.167Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-04T09:25:38.167Z] === RUN TestFileSpecPlugin [2022-05-04T09:25:38.167Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-04T09:25:38.167Z] === RUN TestFileJSONSpecPlugin [2022-05-04T09:25:38.167Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-04T09:25:38.167Z] --- PASS: TestRetrieveFromStore (1.77s) [2022-05-04T09:25:38.167Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-04T09:25:38.167Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestParallelPredefinedRequest1 [2022-05-04T09:25:38.167Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-04T09:25:38.167Z] === RUN TestParallelPredefinedRequest2 [2022-05-04T09:25:38.167Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-04T09:25:38.167Z] === RUN TestParallelPredefinedRequest3 [2022-05-04T09:25:38.167Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-04T09:25:38.167Z] === RUN TestParallelPredefinedRequest4 [2022-05-04T09:25:38.167Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-04T09:25:38.167Z] === RUN TestParallelPredefinedRequest5 [2022-05-04T09:25:38.167Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-04T09:25:38.167Z] === RUN TestDebug [2022-05-04T09:25:38.167Z] --- PASS: TestDebug (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestRequestPoolParallel [2022-05-04T09:25:38.167Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-05-04T09:25:38.167Z] === RUN TestPluginAddHandler [2022-05-04T09:25:38.167Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestPluginWaitBadPlugin [2022-05-04T09:25:38.167Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-04T09:25:38.167Z] === RUN TestGet [2022-05-04T09:25:38.167Z] time="2022-05-04T09:25:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-04T09:25:38.623Z] --- PASS: TestRequestPoolParallel (0.28s) [2022-05-04T09:25:38.623Z] === RUN TestFullAllocateRelease [2022-05-04T09:25:38.623Z] === RUN TestRegister [2022-05-04T09:25:38.623Z] --- PASS: TestRegister (0.00s) [2022-05-04T09:25:38.623Z] === RUN TestCommand [2022-05-04T09:25:38.623Z] --- PASS: TestCommand (0.03s) [2022-05-04T09:25:38.623Z] === RUN TestNaiveSelf [2022-05-04T09:25:38.623Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-04T09:25:38.623Z] PASS [2022-05-04T09:25:38.623Z] coverage: 82.4% of statements [2022-05-04T09:25:38.623Z] ok github.com/docker/docker/pkg/reexec 0.106s coverage: 82.4% of statements [2022-05-04T09:25:38.730Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-04T09:25:38.730Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-04T09:25:38.730Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2n9qghyniajl2u6azel47cywk Created:2022-05-04 09:25:37.042455911 +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[5dcbf133d84cd94740eee8966b8e28f7fbd014636d844f2f6e3eed4394f3c25d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ozeg7mwp4lyl985ir7xk1dnei EndpointID:4159e931490f502dc9230cfb02765483db02899fb03d31a6daad13928bfc21bc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f5e8f5f31411372585315fa1908ad5818a427ca7d794f9316c3b6022879305b3 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:c72bd27d9f88 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ozeg7mwp4lyl985ir7xk1dnei EndpointID:4159e931490f502dc9230cfb02765483db02899fb03d31a6daad13928bfc21bc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-04T09:25:39.079Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-05-04T09:25:39.079Z] === RUN TestOddAllocateRelease [2022-05-04T09:25:39.079Z] time="2022-05-04T09:25:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-04T09:25:39.079Z] --- PASS: TestOddAllocateRelease (0.28s) [2022-05-04T09:25:39.079Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-04T09:25:39.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:25:39.536Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-05-04T09:25:39.536Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-04T09:25:39.536Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-05-04T09:25:39.536Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-04T09:25:39.536Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest1 [2022-05-04T09:25:39.536Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest4 [2022-05-04T09:25:39.536Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:25:39.536Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest3 [2022-05-04T09:25:39.536Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest3 [2022-05-04T09:25:39.536Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest2 [2022-05-04T09:25:39.536Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:25:39.536Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:25:39.536Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:25:39.536Z] === CONT TestParallelPredefinedRequest5 [2022-05-04T09:25:39.536Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:25:39.536Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:25:39.536Z] PASS [2022-05-04T09:25:39.536Z] coverage: 85.3% of statements [2022-05-04T09:25:39.536Z] ok github.com/docker/docker/libnetwork/ipam 55.534s coverage: 85.3% of statements [2022-05-04T09:25:39.536Z] === RUN TestDump [2022-05-04T09:25:39.536Z] goroutine 6 [running]: [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.dump(0xd52d57?) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-04T09:25:39.536Z] testing.tRunner(0xc0001621a0, 0xf1a498) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:25:39.536Z] created by testing.(*T).Run [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:25:39.536Z] [2022-05-04T09:25:39.536Z] goroutine 1 [chan receive]: [2022-05-04T09:25:39.536Z] testing.(*T).Run(0xc000162000, {0xf0913c?, 0xd2c1f3?}, 0xf1a498) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:25:39.536Z] testing.runTests.func1(0xc00006c870?) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:25:39.536Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:25:39.536Z] testing.runTests(0xc0000585a0?, {0x109e400, 0x3, 0x3}, {0x199eb240108?, 0x40?, 0x10a34a0?}) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:25:39.536Z] testing.(*M).Run(0xc0000585a0) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:25:39.536Z] main.main() [2022-05-04T09:25:39.536Z] _testmain.go:99 +0x255 [2022-05-04T09:25:39.536Z] --- PASS: TestDump (0.00s) [2022-05-04T09:25:39.536Z] === RUN TestDumpToFile [2022-05-04T09:25:39.536Z] --- PASS: TestDumpToFile (0.22s) [2022-05-04T09:25:39.536Z] === RUN TestDumpToFileWithEmptyInput [2022-05-04T09:25:39.536Z] goroutine 8 [running]: [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.dump(0xdced13?) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xdcece0?}) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-04T09:25:39.536Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001621a0?) [2022-05-04T09:25:39.536Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-04T09:25:39.536Z] testing.tRunner(0xc000162820, 0xf1a488) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:25:39.536Z] created by testing.(*T).Run [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:25:39.536Z] [2022-05-04T09:25:39.536Z] goroutine 1 [chan receive]: [2022-05-04T09:25:39.536Z] testing.(*T).Run(0xc000162000, {0xf10713?, 0xd2c1f3?}, 0xf1a488) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:25:39.536Z] testing.runTests.func1(0xc00006c870?) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:25:39.536Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:25:39.536Z] testing.runTests(0xc0000585a0?, {0x109e400, 0x3, 0x3}, {0x199eb240108?, 0x40?, 0x10a34a0?}) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:25:39.536Z] testing.(*M).Run(0xc0000585a0) [2022-05-04T09:25:39.536Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:25:39.536Z] main.main() [2022-05-04T09:25:39.536Z] _testmain.go:99 +0x255 [2022-05-04T09:25:39.536Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-04T09:25:39.536Z] PASS [2022-05-04T09:25:39.536Z] coverage: 90.9% of statements [2022-05-04T09:25:39.536Z] ok github.com/docker/docker/pkg/stack 0.268s coverage: 90.9% of statements [2022-05-04T09:25:40.103Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-04T09:25:40.362Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-04T09:25:40.541Z] === RUN TestNewStdWriter [2022-05-04T09:25:40.541Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-04T09:25:40.541Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestWriteWithNilBytes [2022-05-04T09:25:40.541Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestWrite [2022-05-04T09:25:40.541Z] --- PASS: TestWrite (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestWriteWithWriterError [2022-05-04T09:25:40.541Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-04T09:25:40.541Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyWriteAndRead [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-04T09:25:40.541Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-04T09:25:40.541Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-04T09:25:40.541Z] PASS [2022-05-04T09:25:40.541Z] coverage: 100.0% of statements [2022-05-04T09:25:40.541Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2022-05-04T09:25:40.997Z] time="2022-05-04T09:25:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-04T09:25:41.453Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-04T09:25:41.453Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-04T09:25:41.453Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestFormatStatus [2022-05-04T09:25:41.453Z] --- PASS: TestFormatStatus (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestFormatError [2022-05-04T09:25:41.453Z] --- PASS: TestFormatError (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestFormatJSONError [2022-05-04T09:25:41.453Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-04T09:25:41.453Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-04T09:25:41.453Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestNewJSONProgressOutput [2022-05-04T09:25:41.453Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestAuxFormatterEmit [2022-05-04T09:25:41.453Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestStreamWriterStdout [2022-05-04T09:25:41.453Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-04T09:25:41.453Z] === RUN TestStreamWriterStderr [2022-05-04T09:25:41.453Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-04T09:25:41.453Z] PASS [2022-05-04T09:25:41.453Z] coverage: 66.2% of statements [2022-05-04T09:25:41.453Z] ok github.com/docker/docker/pkg/streamformatter 0.050s coverage: 66.2% of statements [2022-05-04T09:25:41.737Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-04T09:25:41.909Z] === RUN TestGenerateRandomID [2022-05-04T09:25:41.909Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestShortenId [2022-05-04T09:25:41.909Z] --- PASS: TestShortenId (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestShortenSha256Id [2022-05-04T09:25:41.909Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestShortenIdEmpty [2022-05-04T09:25:41.909Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestShortenIdInvalid [2022-05-04T09:25:41.909Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestIsShortIDNonHex [2022-05-04T09:25:41.909Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-04T09:25:41.909Z] === RUN TestIsShortIDNotCorrectSize [2022-05-04T09:25:41.909Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-04T09:25:41.909Z] PASS [2022-05-04T09:25:41.909Z] coverage: 70.6% of statements [2022-05-04T09:25:41.909Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-05-04T09:25:41.996Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-04T09:25:42.873Z] === RUN TestIsCpusetListAvailable [2022-05-04T09:25:42.873Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-04T09:25:42.873Z] PASS [2022-05-04T09:25:42.873Z] coverage: 39.4% of statements [2022-05-04T09:25:42.873Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 39.4% of statements [2022-05-04T09:25:42.933Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-04T09:25:43.501Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.92s) [2022-05-04T09:25:43.501Z] PASS [2022-05-04T09:25:43.501Z] [2022-05-04T09:25:43.501Z] === Skipped [2022-05-04T09:25:43.501Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:25:43.501Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:25:43.501Z] [2022-05-04T09:25:43.501Z] DONE 38 tests, 1 skipped in 49.693s [2022-05-04T09:25:43.501Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:25:43.501Z] ++ 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-05-04T09:25:43.501Z] ++ set -e [2022-05-04T09:25:43.501Z] ++ '[' -n 0 ']' [2022-05-04T09:25:43.501Z] ++ set -x [2022-05-04T09:25:43.501Z] ++ 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-05-04T09:25:43.501Z] INFO: Testing against a local daemon [2022-05-04T09:25:43.501Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-04T09:25:43.501Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:25:43.501Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:25:43.501Z] === RUN TestDockerNetworkIpvlan [2022-05-04T09:25:43.501Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:25:43.501Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:25:43.501Z] PASS [2022-05-04T09:25:43.501Z] [2022-05-04T09:25:43.501Z] === Skipped [2022-05-04T09:25:43.501Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-04T09:25:43.501Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:25:43.501Z] [2022-05-04T09:25:43.501Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-04T09:25:43.501Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-04T09:25:43.501Z] [2022-05-04T09:25:43.501Z] DONE 2 tests, 2 skipped in 0.157s [2022-05-04T09:25:43.501Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-04T09:25:43.501Z] ++ 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-05-04T09:25:43.501Z] ++ set -e [2022-05-04T09:25:43.501Z] ++ '[' -n 0 ']' [2022-05-04T09:25:43.501Z] ++ set -x [2022-05-04T09:25:43.501Z] ++ 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-05-04T09:25:43.501Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-04T09:25:43.760Z] INFO: Testing against a local daemon [2022-05-04T09:25:43.760Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-04T09:25:44.408Z] === RUN TestChtimes [2022-05-04T09:25:44.408Z] --- PASS: TestChtimes (0.00s) [2022-05-04T09:25:44.408Z] === RUN TestChtimesWindows [2022-05-04T09:25:44.408Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-04T09:25:44.408Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-04T09:25:44.408Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-04T09:25:44.408Z] PASS [2022-05-04T09:25:44.408Z] coverage: 13.0% of statements [2022-05-04T09:25:44.408Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 13.0% of statements [2022-05-04T09:25:45.140Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-04T09:25:45.140Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-05-04T09:25:45.140Z] === RUN TestDockerNetworkMacvlan [2022-05-04T09:25:45.179Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:25:45.371Z] time="2022-05-04T09:25:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-04T09:25:45.371Z] === RUN TestTailFile [2022-05-04T09:25:45.371Z] --- PASS: TestTailFile (0.00s) [2022-05-04T09:25:45.371Z] === RUN TestTailFileManyLines [2022-05-04T09:25:45.371Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-04T09:25:45.371Z] === RUN TestTailEmptyFile [2022-05-04T09:25:45.371Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-04T09:25:45.371Z] === RUN TestTailNegativeN [2022-05-04T09:25:45.371Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/no_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.371Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:25:45.372Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.372Z] === CONT TestNewTailReader/no_delimiter [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.373Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.400Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-04T09:25:45.401Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-04T09:25:45.660Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.863Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.863Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.864Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.864Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.865Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.865Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:25:45.866Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:25:45.867Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:45.867Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:45.920Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-04T09:25:46.180Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-04T09:25:46.327Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:46.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.02s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.329Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:25:46.330Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:25:46.330Z] PASS [2022-05-04T09:25:46.330Z] coverage: 88.6% of statements [2022-05-04T09:25:46.330Z] ok github.com/docker/docker/pkg/tailfile 0.379s coverage: 88.6% of statements [2022-05-04T09:25:46.749Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-04T09:25:46.749Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-04T09:25:47.292Z] === RUN TestTarSumRemoveNonExistent [2022-05-04T09:25:47.292Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-04T09:25:47.292Z] === RUN TestTarSumRemove [2022-05-04T09:25:47.292Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestSortFileInfoSums [2022-05-04T09:25:47.292Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestNewTarSumForLabelInvalid [2022-05-04T09:25:47.292Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestNewTarSumForLabel [2022-05-04T09:25:47.292Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestEmptyTar [2022-05-04T09:25:47.292Z] --- PASS: TestEmptyTar (0.01s) [2022-05-04T09:25:47.292Z] === RUN TestTarSumsReadSize [2022-05-04T09:25:47.292Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestTarSums [2022-05-04T09:25:47.292Z] --- PASS: TestTarSums (0.07s) [2022-05-04T09:25:47.292Z] === RUN TestIteration [2022-05-04T09:25:47.292Z] --- PASS: TestIteration (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestVersionLabelForChecksum [2022-05-04T09:25:47.292Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestVersion [2022-05-04T09:25:47.292Z] --- PASS: TestVersion (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestGetVersion [2022-05-04T09:25:47.292Z] --- PASS: TestGetVersion (0.00s) [2022-05-04T09:25:47.292Z] === RUN TestGetVersions [2022-05-04T09:25:47.292Z] --- PASS: TestGetVersions (0.00s) [2022-05-04T09:25:47.292Z] PASS [2022-05-04T09:25:47.292Z] coverage: 89.3% of statements [2022-05-04T09:25:47.292Z] ok github.com/docker/docker/pkg/tarsum 0.134s coverage: 89.3% of statements [2022-05-04T09:25:47.687Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-04T09:25:48.256Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-04T09:25:48.257Z] === RUN TestTruncIndex [2022-05-04T09:25:48.257Z] --- PASS: TestTruncIndex (0.10s) [2022-05-04T09:25:48.257Z] PASS [2022-05-04T09:25:48.257Z] coverage: 91.5% of statements [2022-05-04T09:25:48.257Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2022-05-04T09:25:48.714Z] === RUN TestVersionInfo [2022-05-04T09:25:48.714Z] --- PASS: TestVersionInfo (0.00s) [2022-05-04T09:25:48.714Z] === RUN TestAppendVersions [2022-05-04T09:25:48.714Z] --- PASS: TestAppendVersions (0.00s) [2022-05-04T09:25:48.714Z] PASS [2022-05-04T09:25:48.714Z] coverage: 88.9% of statements [2022-05-04T09:25:48.714Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2022-05-04T09:25:49.193Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-04T09:25:50.128Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-04T09:25:50.880Z] === RUN TestValidatePrivileges [2022-05-04T09:25:50.880Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-04T09:25:50.880Z] === RUN TestFilterByCapNeg [2022-05-04T09:25:50.880Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-04T09:25:50.880Z] === RUN TestFilterByCapPos [2022-05-04T09:25:50.880Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-04T09:25:50.880Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-04T09:25:50.880Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-04T09:25:50.880Z] PASS [2022-05-04T09:25:50.880Z] coverage: 12.2% of statements [2022-05-04T09:25:50.880Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.2% of statements [2022-05-04T09:25:51.504Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-04T09:25:51.844Z] === RUN TestNewSettable [2022-05-04T09:25:51.844Z] --- PASS: TestNewSettable (0.00s) [2022-05-04T09:25:51.844Z] === RUN TestIsSettable [2022-05-04T09:25:51.844Z] --- PASS: TestIsSettable (0.00s) [2022-05-04T09:25:51.844Z] === RUN TestUpdateSettingsEnv [2022-05-04T09:25:51.844Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-04T09:25:51.844Z] PASS [2022-05-04T09:25:51.844Z] coverage: 20.0% of statements [2022-05-04T09:25:51.844Z] ok github.com/docker/docker/plugin/v2 0.036s coverage: 20.0% of statements [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.18s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.04s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.23s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.31s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.39s) [2022-05-04T09:25:52.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.77s) [2022-05-04T09:25:52.363Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:25:52.363Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:25:52.440Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-04T09:25:52.440Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-04T09:25:52.807Z] === RUN TestLoad [2022-05-04T09:25:52.807Z] --- PASS: TestLoad (0.00s) [2022-05-04T09:25:52.807Z] === RUN TestSave [2022-05-04T09:25:52.807Z] --- PASS: TestSave (0.03s) [2022-05-04T09:25:52.807Z] === RUN TestAddDeleteGet [2022-05-04T09:25:52.807Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-04T09:25:52.807Z] === RUN TestInvalidTags [2022-05-04T09:25:52.807Z] --- PASS: TestInvalidTags (0.01s) [2022-05-04T09:25:52.807Z] PASS [2022-05-04T09:25:52.807Z] coverage: 84.4% of statements [2022-05-04T09:25:52.807Z] ok github.com/docker/docker/reference 0.115s coverage: 84.4% of statements [2022-05-04T09:25:53.263Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-04T09:25:53.263Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-04T09:25:53.263Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-04T09:25:53.263Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-04T09:25:53.263Z] --- PASS: TestGet (15.01s) [2022-05-04T09:25:53.263Z] === RUN TestPluginWithNoManifest [2022-05-04T09:25:53.263Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-04T09:25:53.263Z] === RUN TestGetAll [2022-05-04T09:25:53.263Z] --- PASS: TestGetAll (0.00s) [2022-05-04T09:25:53.263Z] PASS [2022-05-04T09:25:53.263Z] coverage: 73.2% of statements [2022-05-04T09:25:53.263Z] ok github.com/docker/docker/pkg/plugins 36.100s coverage: 73.2% of statements [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReaderWithReadError [2022-05-04T09:25:54.228Z] time="2022-05-04T09:25:53Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReader [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-04T09:25:54.228Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-04T09:25:54.228Z] PASS [2022-05-04T09:25:54.228Z] coverage: 100.0% of statements [2022-05-04T09:25:54.228Z] ok github.com/docker/docker/registry/resumable 0.278s coverage: 100.0% of statements [2022-05-04T09:25:54.228Z] === RUN TestRestartManagerTimeout [2022-05-04T09:25:54.228Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-04T09:25:54.228Z] === RUN TestRestartManagerTimeoutReset [2022-05-04T09:25:54.228Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-04T09:25:54.228Z] PASS [2022-05-04T09:25:54.228Z] coverage: 50.9% of statements [2022-05-04T09:25:54.228Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 50.9% of statements [2022-05-04T09:25:54.345Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-04T09:25:55.191Z] === RUN TestResolveAuthConfigIndexServer [2022-05-04T09:25:55.191Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestResolveAuthConfigFullURL [2022-05-04T09:25:55.191Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-04T09:25:55.191Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestValidateMirror [2022-05-04T09:25:55.191Z] --- PASS: TestValidateMirror (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestLoadInsecureRegistries [2022-05-04T09:25:55.191Z] time="2022-05-04T09:25:54Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:25:55.191Z] time="2022-05-04T09:25:54Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-04T09:25:55.191Z] time="2022-05-04T09:25:54Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:25:55.191Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-05-04T09:25:55.191Z] === RUN TestNewServiceConfig [2022-05-04T09:25:55.191Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestValidateIndexName [2022-05-04T09:25:55.191Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestValidateIndexNameWithError [2022-05-04T09:25:55.191Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestEndpointParse [2022-05-04T09:25:55.191Z] --- PASS: TestEndpointParse (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestEndpointParseInvalid [2022-05-04T09:25:55.191Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestValidateEndpoint [2022-05-04T09:25:55.191Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-04T09:25:55.191Z] === RUN TestPing [2022-05-04T09:25:55.191Z] --- PASS: TestPing (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestPingRegistryEndpoint [2022-05-04T09:25:55.191Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:55.191Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-04T09:25:55.191Z] === RUN TestEndpoint [2022-05-04T09:25:55.191Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:55.191Z] --- SKIP: TestEndpoint (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestParseRepositoryInfo [2022-05-04T09:25:55.191Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-04T09:25:55.191Z] === RUN TestNewIndexInfo [2022-05-04T09:25:55.192Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestMirrorEndpointLookup [2022-05-04T09:25:55.192Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:25:55.192Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestSearchRepositories [2022-05-04T09:25:55.192Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-04T09:25:55.192Z] Host: 127.0.0.1:49357 [2022-05-04T09:25:55.192Z] User-Agent: docker test client [2022-05-04T09:25:55.192Z] Authorization: Token fake-token [2022-05-04T09:25:55.192Z] X-Docker-Token: true [2022-05-04T09:25:55.192Z] Accept-Encoding: gzip [2022-05-04T09:25:55.192Z] [2022-05-04T09:25:55.192Z] [2022-05-04T09:25:55.192Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-04T09:25:55.192Z] Connection: close [2022-05-04T09:25:55.192Z] Content-Length: 144 [2022-05-04T09:25:55.192Z] Cache-Control: no-cache [2022-05-04T09:25:55.192Z] Content-Type: application/json [2022-05-04T09:25:55.192Z] Date: Wed, 04 May 2022 09:25:54 GMT [2022-05-04T09:25:55.192Z] Expires: -1 [2022-05-04T09:25:55.192Z] Pragma: no-cache [2022-05-04T09:25:55.192Z] Server: docker-tests/mock [2022-05-04T09:25:55.192Z] X-Docker-Registry-Config: mock [2022-05-04T09:25:55.192Z] X-Docker-Registry-Version: 0.0.0 [2022-05-04T09:25:55.192Z] [2022-05-04T09:25:55.192Z] [2022-05-04T09:25:55.192Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-04T09:25:55.192Z] === RUN TestTrustedLocation [2022-05-04T09:25:55.192Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-04T09:25:55.192Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestAllowNondistributableArtifacts [2022-05-04T09:25:55.192Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestIsSecureIndex [2022-05-04T09:25:55.192Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-04T09:25:55.192Z] PASS [2022-05-04T09:25:55.192Z] coverage: 51.7% of statements [2022-05-04T09:25:55.192Z] ok github.com/docker/docker/registry 0.282s coverage: 51.7% of statements [2022-05-04T09:25:55.192Z] === RUN TestDecodeContainerConfig [2022-05-04T09:25:55.192Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-04T09:25:55.192Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-04T09:25:55.192Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestDecodeContainerConfigIsolation [2022-05-04T09:25:55.192Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestValidatePrivileged [2022-05-04T09:25:55.192Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-04T09:25:55.192Z] PASS [2022-05-04T09:25:55.192Z] coverage: 52.4% of statements [2022-05-04T09:25:55.192Z] ok github.com/docker/docker/runconfig 0.052s coverage: 52.4% of statements [2022-05-04T09:25:55.192Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-04T09:25:55.192Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-04T09:25:55.192Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-04T09:25:55.192Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-04T09:25:55.192Z] PASS [2022-05-04T09:25:55.192Z] coverage: 62.5% of statements [2022-05-04T09:25:55.192Z] ok github.com/docker/docker/testutil 0.040s coverage: 62.5% of statements [2022-05-04T09:25:55.284Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-04T09:25:56.666Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-04T09:25:56.666Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-04T09:25:56.926Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-04T09:25:57.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-04T09:25:57.361Z] === RUN TestGetDriver [2022-05-04T09:25:57.361Z] --- PASS: TestGetDriver (0.00s) [2022-05-04T09:25:57.361Z] === RUN TestVolumeRequestError [2022-05-04T09:25:57.361Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-04T09:25:57.361Z] PASS [2022-05-04T09:25:57.361Z] coverage: 36.1% of statements [2022-05-04T09:25:57.361Z] ok github.com/docker/docker/volume/drivers 0.067s coverage: 36.1% of statements [2022-05-04T09:25:57.818Z] === RUN TestGetAddress [2022-05-04T09:25:57.818Z] --- PASS: TestGetAddress (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestRemove [2022-05-04T09:25:57.818Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:25:57.818Z] --- SKIP: TestRemove (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestInitializeWithVolumes [2022-05-04T09:25:57.818Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-04T09:25:57.818Z] === RUN TestCreate [2022-05-04T09:25:57.818Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:25:57.818Z] === RUN TestValidateName [2022-05-04T09:25:57.818Z] --- PASS: TestValidateName (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestCreateWithOpts [2022-05-04T09:25:57.818Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:25:57.818Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestRelaodNoOpts [2022-05-04T09:25:57.818Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-05-04T09:25:57.818Z] PASS [2022-05-04T09:25:57.818Z] coverage: 41.5% of statements [2022-05-04T09:25:57.818Z] ok github.com/docker/docker/volume/local 0.077s coverage: 41.5% of statements [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRaw [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-04T09:25:57.818Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRaw [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-04T09:25:57.818Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestConvertTmpfsOptions [2022-05-04T09:25:57.818Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-04T09:25:57.818Z] linux_parser_test.go:209: data="ro" [2022-05-04T09:25:57.818Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestParseMountSpec [2022-05-04T09:25:57.818Z] parser_test.go:62: case 0 [2022-05-04T09:25:57.818Z] parser_test.go:62: case 1 [2022-05-04T09:25:57.818Z] parser_test.go:62: case 2 [2022-05-04T09:25:57.818Z] parser_test.go:62: case 3 [2022-05-04T09:25:57.818Z] parser_test.go:62: case 4 [2022-05-04T09:25:57.818Z] parser_test.go:62: case 5 [2022-05-04T09:25:57.818Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestValidateMount [2022-05-04T09:25:57.818Z] --- PASS: TestValidateMount (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRaw [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:25:57.818Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-04T09:25:57.818Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:25:57.818Z] PASS [2022-05-04T09:25:57.819Z] coverage: 67.6% of statements [2022-05-04T09:25:57.819Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.6% of statements [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan (13.04s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.32s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.24s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.01s) [2022-05-04T09:25:58.124Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.17s) [2022-05-04T09:25:58.124Z] PASS [2022-05-04T09:25:58.124Z] [2022-05-04T09:25:58.124Z] DONE 8 tests in 14.561s [2022-05-04T09:25:58.124Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-04T09:25:58.124Z] ++ 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-05-04T09:25:58.124Z] ++ set -e [2022-05-04T09:25:58.124Z] ++ '[' -n 0 ']' [2022-05-04T09:25:58.124Z] ++ set -x [2022-05-04T09:25:58.124Z] ++ 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-05-04T09:25:58.124Z] testing: warning: no tests to run [2022-05-04T09:25:58.124Z] PASS [2022-05-04T09:25:58.124Z] [2022-05-04T09:25:58.124Z] DONE 0 tests in 0.033s [2022-05-04T09:25:58.124Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-04T09:25:58.124Z] ++ 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-05-04T09:25:58.124Z] ++ set -e [2022-05-04T09:25:58.124Z] ++ '[' -n 0 ']' [2022-05-04T09:25:58.124Z] ++ set -x [2022-05-04T09:25:58.124Z] ++ 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-05-04T09:25:58.384Z] INFO: Testing against a local daemon [2022-05-04T09:25:58.384Z] === RUN TestAuthZPluginAllowRequest [2022-05-04T09:25:59.348Z] === RUN TestSetGetMeta [2022-05-04T09:25:59.348Z] === PAUSE TestSetGetMeta [2022-05-04T09:25:59.348Z] === RUN TestRestore [2022-05-04T09:25:59.348Z] === PAUSE TestRestore [2022-05-04T09:25:59.348Z] === RUN TestServiceCreate [2022-05-04T09:25:59.348Z] === PAUSE TestServiceCreate [2022-05-04T09:25:59.348Z] === RUN TestServiceList [2022-05-04T09:25:59.348Z] === PAUSE TestServiceList [2022-05-04T09:25:59.348Z] === RUN TestServiceRemove [2022-05-04T09:25:59.348Z] === PAUSE TestServiceRemove [2022-05-04T09:25:59.348Z] === RUN TestServiceGet [2022-05-04T09:25:59.348Z] === PAUSE TestServiceGet [2022-05-04T09:25:59.348Z] === RUN TestServicePrune [2022-05-04T09:25:59.348Z] === PAUSE TestServicePrune [2022-05-04T09:25:59.348Z] === RUN TestCreate [2022-05-04T09:25:59.348Z] === PAUSE TestCreate [2022-05-04T09:25:59.348Z] === RUN TestRemove [2022-05-04T09:25:59.348Z] === PAUSE TestRemove [2022-05-04T09:25:59.348Z] === RUN TestList [2022-05-04T09:25:59.348Z] === PAUSE TestList [2022-05-04T09:25:59.348Z] === RUN TestFindByDriver [2022-05-04T09:25:59.348Z] === PAUSE TestFindByDriver [2022-05-04T09:25:59.348Z] === RUN TestFindByReferenced [2022-05-04T09:25:59.348Z] === PAUSE TestFindByReferenced [2022-05-04T09:25:59.348Z] === RUN TestDerefMultipleOfSameRef [2022-05-04T09:25:59.348Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-04T09:25:59.348Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:25:59.348Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:25:59.348Z] === RUN TestDefererencePluginOnCreateError [2022-05-04T09:25:59.348Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-04T09:25:59.348Z] === RUN TestRefDerefRemove [2022-05-04T09:25:59.348Z] === PAUSE TestRefDerefRemove [2022-05-04T09:25:59.348Z] === RUN TestGet [2022-05-04T09:25:59.348Z] === PAUSE TestGet [2022-05-04T09:25:59.348Z] === RUN TestGetWithReference [2022-05-04T09:25:59.348Z] === PAUSE TestGetWithReference [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_nil_list [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_empty_list [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_filter_some [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_filter_middle [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:25:59.348Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-04T09:25:59.348Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_nil_list [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_filter_some [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_filter_middle [2022-05-04T09:25:59.348Z] === CONT TestFilterFunc/test_empty_list [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-04T09:25:59.348Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-04T09:25:59.348Z] === CONT TestSetGetMeta [2022-05-04T09:25:59.348Z] === CONT TestList [2022-05-04T09:25:59.348Z] === CONT TestServiceGet [2022-05-04T09:25:59.348Z] === CONT TestCreate [2022-05-04T09:25:59.348Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestGetWithReference [2022-05-04T09:25:59.348Z] --- PASS: TestCreate (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestGet [2022-05-04T09:25:59.348Z] --- PASS: TestList (0.03s) [2022-05-04T09:25:59.348Z] === CONT TestRefDerefRemove [2022-05-04T09:25:59.348Z] --- PASS: TestGetWithReference (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestDefererencePluginOnCreateError [2022-05-04T09:25:59.348Z] --- PASS: TestGet (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:25:59.348Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestDerefMultipleOfSameRef [2022-05-04T09:25:59.348Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-04T09:25:59.348Z] === CONT TestFindByReferenced [2022-05-04T09:25:59.348Z] === CONT TestFindByDriver [2022-05-04T09:25:59.348Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-04T09:25:59.348Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-04T09:25:59.348Z] === CONT TestServiceList [2022-05-04T09:25:59.348Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-04T09:25:59.348Z] === CONT TestServiceRemove [2022-05-04T09:25:59.348Z] --- PASS: TestFindByDriver (0.03s) [2022-05-04T09:25:59.348Z] === CONT TestServiceCreate [2022-05-04T09:25:59.348Z] --- PASS: TestServiceGet (0.18s) [2022-05-04T09:25:59.348Z] === CONT TestRestore [2022-05-04T09:25:59.348Z] --- PASS: TestServiceRemove (0.09s) [2022-05-04T09:25:59.348Z] === CONT TestServicePrune [2022-05-04T09:25:59.348Z] --- PASS: TestServiceList (0.10s) [2022-05-04T09:25:59.348Z] === CONT TestRemove [2022-05-04T09:25:59.348Z] --- PASS: TestServiceCreate (0.09s) [2022-05-04T09:25:59.348Z] time="2022-05-04T09:25:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:25:59.348Z] time="2022-05-04T09:25:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:25:59.348Z] --- PASS: TestRestore (0.04s) [2022-05-04T09:25:59.348Z] --- PASS: TestRemove (0.03s) [2022-05-04T09:25:59.348Z] time="2022-05-04T09:25:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:25:59.348Z] time="2022-05-04T09:25:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-04T09:25:59.349Z] time="2022-05-04T09:25:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:25:59.349Z] --- PASS: TestServicePrune (0.06s) [2022-05-04T09:25:59.349Z] PASS [2022-05-04T09:25:59.349Z] coverage: 69.0% of statements [2022-05-04T09:25:59.349Z] ok github.com/docker/docker/volume/service 0.281s coverage: 69.0% of statements [2022-05-04T09:25:59.771Z] docker_api_swarm_test.go:304: [d61df2c270e51] joining swarm manager [db745b413221e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:26:00.339Z] --- PASS: TestAuthZPluginAllowRequest (1.88s) [2022-05-04T09:26:00.339Z] === RUN TestAuthZPluginTLS [2022-05-04T09:26:00.339Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-04T09:26:00.673Z] === RUN TestBoolValue [2022-05-04T09:26:00.673Z] --- PASS: TestBoolValue (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestBoolValueOrDefault [2022-05-04T09:26:00.673Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestInt64ValueOrZero [2022-05-04T09:26:00.673Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestInt64ValueOrDefault [2022-05-04T09:26:00.673Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-04T09:26:00.673Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestJsonContentType [2022-05-04T09:26:00.673Z] --- PASS: TestJsonContentType (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestReadJSON [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/nil_body [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/empty_body [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/with_valid_request [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/with_whitespace [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/with_extra_content [2022-05-04T09:26:00.673Z] === RUN TestReadJSON/invalid_JSON [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-04T09:26:00.673Z] PASS [2022-05-04T09:26:00.673Z] coverage: 31.9% of statements [2022-05-04T09:26:00.673Z] ok github.com/docker/docker/api/server/httputils 0.084s coverage: 31.9% of statements [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-04T09:26:00.673Z] === RUN TestMaskSecretKeys [2022-05-04T09:26:00.673Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-04T09:26:00.673Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-04T09:26:00.673Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-04T09:26:00.673Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-04T09:26:00.673Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestVersionMiddlewareVersion [2022-05-04T09:26:00.673Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-04T09:26:00.673Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-04T09:26:00.673Z] PASS [2022-05-04T09:26:00.673Z] coverage: 37.7% of statements [2022-05-04T09:26:00.673Z] ok github.com/docker/docker/api/server/middleware 0.092s coverage: 37.7% of statements [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-04T09:26:00.673Z] === RUN TestStrSliceMarshalJSON [2022-05-04T09:26:00.673Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestStrSliceUnmarshalJSON [2022-05-04T09:26:00.673Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestStrSliceUnmarshalString [2022-05-04T09:26:00.673Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestStrSliceUnmarshalSlice [2022-05-04T09:26:00.673Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-04T09:26:00.673Z] PASS [2022-05-04T09:26:00.673Z] coverage: 90.0% of statements [2022-05-04T09:26:00.673Z] ok github.com/docker/docker/api/types/strslice 0.055s coverage: 90.0% of statements [2022-05-04T09:26:00.673Z] === RUN TestToJSON [2022-05-04T09:26:00.673Z] --- PASS: TestToJSON (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestToParamWithVersion [2022-05-04T09:26:00.673Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestFromJSON [2022-05-04T09:26:00.673Z] --- PASS: TestFromJSON (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestEmpty [2022-05-04T09:26:00.673Z] --- PASS: TestEmpty (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestArgsMatchKVListEmptySources [2022-05-04T09:26:00.673Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestArgsMatchKVList [2022-05-04T09:26:00.673Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestArgsMatch [2022-05-04T09:26:00.673Z] --- PASS: TestArgsMatch (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestAdd [2022-05-04T09:26:00.673Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestDel [2022-05-04T09:26:00.673Z] --- PASS: TestDel (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestLen [2022-05-04T09:26:00.673Z] --- PASS: TestLen (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestExactMatch [2022-05-04T09:26:00.673Z] --- PASS: TestExactMatch (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestOnlyOneExactMatch [2022-05-04T09:26:00.673Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestContains [2022-05-04T09:26:00.673Z] --- PASS: TestContains (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestValidate [2022-05-04T09:26:00.673Z] --- PASS: TestValidate (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestWalkValues [2022-05-04T09:26:00.673Z] --- PASS: TestWalkValues (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestFuzzyMatch [2022-05-04T09:26:00.673Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-04T09:26:00.673Z] === RUN TestClone [2022-05-04T09:26:00.673Z] --- PASS: TestClone (0.00s) [2022-05-04T09:26:00.673Z] PASS [2022-05-04T09:26:00.673Z] coverage: 92.2% of statements [2022-05-04T09:26:00.673Z] ok github.com/docker/docker/api/types/filters 0.064s coverage: 92.2% of statements [2022-05-04T09:26:00.673Z] === RUN TestGetTimestamp [2022-05-04T09:26:00.673Z] === RUN TestAdjustForAPIVersion [2022-05-04T09:26:00.673Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-04T09:26:00.673Z] PASS [2022-05-04T09:26:00.673Z] coverage: 6.1% of statements [2022-05-04T09:26:00.673Z] ok github.com/docker/docker/api/server/router/swarm 0.055s coverage: 6.1% of statements [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-04T09:26:00.673Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-04T09:26:00.674Z] --- PASS: TestGetTimestamp (0.21s) [2022-05-04T09:26:00.674Z] === RUN TestParseTimestamps [2022-05-04T09:26:00.674Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/api/types/time 0.259s coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] === RUN TestCompareVersion [2022-05-04T09:26:00.674Z] --- PASS: TestCompareVersion (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 77.3% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 77.3% of statements [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-04T09:26:00.674Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-04T09:26:00.674Z] === RUN TestIsGIT [2022-05-04T09:26:00.674Z] --- PASS: TestIsGIT (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.068s coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-04T09:26:00.674Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestCloneArgsSmartHttp [2022-05-04T09:26:00.674Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestCloneArgsDumbHttp [2022-05-04T09:26:00.674Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestCloneArgsGit [2022-05-04T09:26:00.674Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestCheckoutGit [2022-05-04T09:26:00.674Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-04T09:26:00.674Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestProcessNoDockerignore [2022-05-04T09:26:00.674Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-04T09:26:00.674Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestDetectContentType [2022-05-04T09:26:00.674Z] --- PASS: TestDetectContentType (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestSelectAcceptableMIME [2022-05-04T09:26:00.674Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestInspectEmptyResponse [2022-05-04T09:26:00.674Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestInspectResponseBinary [2022-05-04T09:26:00.674Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestResponseUnsupportedContentType [2022-05-04T09:26:00.674Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestInspectResponseTextSimple [2022-05-04T09:26:00.674Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestInspectResponseEmptyContentType [2022-05-04T09:26:00.674Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestUnknownContentLength [2022-05-04T09:26:00.674Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestDownloadRemote [2022-05-04T09:26:00.674Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-04T09:26:00.674Z] === RUN TestGetWithStatusError [2022-05-04T09:26:00.674Z] === RUN TestEnable [2022-05-04T09:26:00.674Z] --- PASS: TestEnable (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestDisable [2022-05-04T09:26:00.674Z] --- PASS: TestDisable (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestEnabled [2022-05-04T09:26:00.674Z] --- PASS: TestEnabled (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] --- PASS: TestGetWithStatusError (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestCloseRootDirectory [2022-05-04T09:26:00.674Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:00.674Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestHashFile [2022-05-04T09:26:00.674Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:00.674Z] --- SKIP: TestHashFile (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestHashSubdir [2022-05-04T09:26:00.674Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2022-05-04T09:26:00.674Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestRemoveDirectory [2022-05-04T09:26:00.674Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:00.674Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 9.3% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/builder/remotecontext 0.466s coverage: 9.3% of statements [2022-05-04T09:26:00.674Z] === RUN TestGetAllAllowed [2022-05-04T09:26:00.674Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestGetAllMeta [2022-05-04T09:26:00.674Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-04T09:26:00.674Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestIsUnreferencedBuiltin [2022-05-04T09:26:00.674Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestIsExistingDirectory [2022-05-04T09:26:00.674Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestGetFilenameForDownload [2022-05-04T09:26:00.674Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestEnv2Variables [2022-05-04T09:26:00.674Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-04T09:26:00.674Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestMaintainer [2022-05-04T09:26:00.674Z] --- PASS: TestMaintainer (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestLabel [2022-05-04T09:26:00.674Z] --- PASS: TestLabel (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestFromScratch [2022-05-04T09:26:00.674Z] --- PASS: TestFromScratch (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestFromWithArg [2022-05-04T09:26:00.674Z] --- PASS: TestFromWithArg (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-04T09:26:00.674Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestFromWithUndefinedArg [2022-05-04T09:26:00.674Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestFromMultiStageWithNamedStage [2022-05-04T09:26:00.674Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestOnbuild [2022-05-04T09:26:00.674Z] --- PASS: TestOnbuild (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestWorkdir [2022-05-04T09:26:00.674Z] --- PASS: TestWorkdir (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestCmd [2022-05-04T09:26:00.674Z] --- PASS: TestCmd (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestHealthcheckNone [2022-05-04T09:26:00.674Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestHealthcheckCmd [2022-05-04T09:26:00.674Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestEntrypoint [2022-05-04T09:26:00.674Z] --- PASS: TestEntrypoint (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestExpose [2022-05-04T09:26:00.674Z] --- PASS: TestExpose (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestUser [2022-05-04T09:26:00.674Z] --- PASS: TestUser (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestVolume [2022-05-04T09:26:00.674Z] --- PASS: TestVolume (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestStopSignal [2022-05-04T09:26:00.674Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:26:00.674Z] --- SKIP: TestStopSignal (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestArg [2022-05-04T09:26:00.674Z] --- PASS: TestArg (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestShell [2022-05-04T09:26:00.674Z] --- PASS: TestShell (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestPrependEnvOnCmd [2022-05-04T09:26:00.674Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestRunWithBuildArgs [2022-05-04T09:26:00.674Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestRunIgnoresHealthcheck [2022-05-04T09:26:00.674Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestDispatchUnsupportedOptions [2022-05-04T09:26:00.674Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-04T09:26:00.674Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-04T09:26:00.674Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-04T09:26:00.674Z] --- PASS: TestDispatchUnsupportedOptions (0.01s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestNormalizeWorkdir [2022-05-04T09:26:00.674Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestDispatch [2022-05-04T09:26:00.674Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-04T09:26:00.674Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-04T09:26:00.674Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-04T09:26:00.674Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-04T09:26:00.674Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-04T09:26:00.674Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-04T09:26:00.674Z] === RUN TestDispatch/COPY_url [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch (0.09s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-04T09:26:00.674Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestAddScratchImageAddsToMounts [2022-05-04T09:26:00.674Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-04T09:26:00.674Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-04T09:26:00.674Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-04T09:26:00.674Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestImageSourceGetAddsToMounts [2022-05-04T09:26:00.674Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestEmptyDockerfile [2022-05-04T09:26:00.674Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestSymlinkDockerfile [2022-05-04T09:26:00.674Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-04T09:26:00.674Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestNonExistingDockerfile [2022-05-04T09:26:00.674Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestCopyRunConfig [2022-05-04T09:26:00.674Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestDeepCopyRunConfig [2022-05-04T09:26:00.674Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestExportImage [2022-05-04T09:26:00.674Z] --- PASS: TestExportImage (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestNormalizeDest [2022-05-04T09:26:00.674Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 46.7% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/builder/dockerfile 0.325s coverage: 46.7% of statements [2022-05-04T09:26:00.674Z] === RUN TestTCP4Proxy [2022-05-04T09:26:00.674Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestTCP4ProxyHalfClose [2022-05-04T09:26:00.674Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-05-04T09:26:00.674Z] === RUN TestTCP6Proxy [2022-05-04T09:26:00.674Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:26:00.674Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestTCPDualStackProxy [2022-05-04T09:26:00.674Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:26:00.674Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestUDP4Proxy [2022-05-04T09:26:00.674Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestUDP6Proxy [2022-05-04T09:26:00.674Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:26:00.674Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestUDPWriteError [2022-05-04T09:26:00.674Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestSCTP4Proxy [2022-05-04T09:26:00.674Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:26:00.674Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-04T09:26:00.674Z] === RUN TestSCTP6Proxy [2022-05-04T09:26:00.674Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:26:00.674Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-04T09:26:00.674Z] PASS [2022-05-04T09:26:00.674Z] coverage: 49.4% of statements [2022-05-04T09:26:00.674Z] ok github.com/docker/docker/cmd/docker-proxy 0.083s coverage: 49.4% of statements [2022-05-04T09:26:00.906Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-05-04T09:26:00.906Z] === RUN TestAuthZPluginDenyRequest [2022-05-04T09:26:01.165Z] docker_api_swarm_test.go:305: [df5563a082099] joining swarm manager [db745b413221e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:26:01.423Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2022-05-04T09:26:01.423Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-04T09:26:01.989Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-05-04T09:26:01.989Z] === RUN TestAuthZPluginDenyResponse [2022-05-04T09:26:02.560Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-05-04T09:26:02.560Z] === RUN TestAuthZPluginAllowEventStream [2022-05-04T09:26:02.560Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-04T09:26:02.780Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:26:02.780Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:26:03.131Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-04T09:26:03.390Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-04T09:26:03.766Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:26:03.957Z] --- PASS: TestAuthZPluginAllowEventStream (1.48s) [2022-05-04T09:26:03.957Z] === RUN TestAuthZPluginErrorResponse [2022-05-04T09:26:04.523Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-04T09:26:04.523Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-05-04T09:26:04.523Z] === RUN TestAuthZPluginErrorRequest [2022-05-04T09:26:04.751Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:26:05.091Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-05-04T09:26:05.091Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-04T09:26:05.660Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-05-04T09:26:05.660Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy (13.65s) [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.01s) [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.89s) [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.07s) [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.25s) [2022-05-04T09:26:06.315Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.43s) [2022-05-04T09:26:06.315Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:26:07.565Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s) [2022-05-04T09:26:07.565Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-04T09:26:09.265Z] --- PASS: TestBuildMultiStageParentConfig (2.72s) [2022-05-04T09:26:09.265Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:26:09.265Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:26:09.265Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-04T09:26:09.265Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:26:09.576Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2022-05-04T09:26:09.576Z] === RUN TestAuthZPluginHeader [2022-05-04T09:26:10.147Z] --- PASS: TestAuthZPluginHeader (0.89s) [2022-05-04T09:26:10.147Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-04T09:26:10.253Z] --- PASS: TestBuildWithEmptyLayers (1.43s) [2022-05-04T09:26:10.253Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:26:11.529Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-04T09:26:13.196Z] === RUN TestCheckpointCreateError [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointCreate [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointDeleteError [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointDelete [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointListError [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointList [2022-05-04T09:26:13.196Z] --- PASS: TestCheckpointList (0.00s) [2022-05-04T09:26:13.196Z] === RUN TestCheckpointListContainerNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNewClientWithOpsFromEnv [2022-05-04T09:26:13.197Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:26:13.197Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestGetAPIPath [2022-05-04T09:26:13.197Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestParseHostURL [2022-05-04T09:26:13.197Z] --- PASS: TestParseHostURL (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-04T09:26:13.197Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPVersionOverride [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-04T09:26:13.197Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestClientRedirect [2022-05-04T09:26:13.197Z] === RUN TestClientRedirect/GET [2022-05-04T09:26:13.197Z] === RUN TestClientRedirect/POST [2022-05-04T09:26:13.197Z] === RUN TestClientRedirect/PUT [2022-05-04T09:26:13.197Z] === RUN TestClientRedirect/DELETE [2022-05-04T09:26:13.197Z] --- PASS: TestClientRedirect (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-04T09:26:13.197Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigCreateUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigCreateError [2022-05-04T09:26:13.197Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigCreate [2022-05-04T09:26:13.197Z] --- PASS: TestConfigCreate (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspectNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspectWithEmptyID [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspectUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspectError [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspectConfigNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigInspect [2022-05-04T09:26:13.197Z] --- PASS: TestConfigInspect (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigListUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigListError [2022-05-04T09:26:13.197Z] --- PASS: TestConfigListError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigList [2022-05-04T09:26:13.197Z] --- PASS: TestConfigList (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigRemoveUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigRemoveError [2022-05-04T09:26:13.197Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigRemove [2022-05-04T09:26:13.197Z] --- PASS: TestConfigRemove (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigUpdateUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigUpdateError [2022-05-04T09:26:13.197Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestConfigUpdate [2022-05-04T09:26:13.197Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCommitError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCommit [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCommit (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStatPathError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStatPathNotFoundError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStatPathNoHeaderError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStatPath [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyToContainerError [2022-05-04T09:26:13.197Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyToContainerNotFoundError [2022-05-04T09:26:13.197Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyToContainerEmptyResponse [2022-05-04T09:26:13.197Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyToContainer [2022-05-04T09:26:13.197Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyFromContainerError [2022-05-04T09:26:13.197Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyFromContainerNotFoundError [2022-05-04T09:26:13.197Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-04T09:26:13.197Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-04T09:26:13.197Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestCopyFromContainer [2022-05-04T09:26:13.197Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCreateError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCreateImageNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCreateWithName [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerCreateAutoRemove [2022-05-04T09:26:13.197Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerDiffError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerDiff [2022-05-04T09:26:13.197Z] --- PASS: TestContainerDiff (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecCreateError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecCreate [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecStartError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecStart [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecInspectError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecInspect [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExportError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExportError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExport [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExport (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerInspectError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerInspectContainerNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerInspectWithEmptyID [2022-05-04T09:26:13.197Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerInspect [2022-05-04T09:26:13.197Z] --- PASS: TestContainerInspect (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerInspectNode [2022-05-04T09:26:13.197Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerKillError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerKillError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerKill [2022-05-04T09:26:13.197Z] --- PASS: TestContainerKill (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerListError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerListError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerList [2022-05-04T09:26:13.197Z] --- PASS: TestContainerList (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerLogsNotFoundError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerLogsError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerLogs [2022-05-04T09:26:13.197Z] --- PASS: TestContainerLogs (0.25s) [2022-05-04T09:26:13.197Z] === RUN TestContainerPauseError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerPause [2022-05-04T09:26:13.197Z] --- PASS: TestContainerPause (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainersPruneError [2022-05-04T09:26:13.197Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainersPrune [2022-05-04T09:26:13.197Z] --- PASS: TestContainersPrune (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRemoveError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRemoveNotFoundError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRemove [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRemove (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRenameError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRename [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRename (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerResizeError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecResizeError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerResize [2022-05-04T09:26:13.197Z] --- PASS: TestContainerResize (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerExecResize [2022-05-04T09:26:13.197Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRestartError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerRestart [2022-05-04T09:26:13.197Z] --- PASS: TestContainerRestart (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStartError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStartError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStart [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStart (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStatsError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStats [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStats (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStopError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStopError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerStop [2022-05-04T09:26:13.197Z] --- PASS: TestContainerStop (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerTopError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerTopError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerTop [2022-05-04T09:26:13.197Z] --- PASS: TestContainerTop (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerUnpauseError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerUnpause [2022-05-04T09:26:13.197Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerUpdateError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerUpdate [2022-05-04T09:26:13.197Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerWaitError [2022-05-04T09:26:13.197Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestContainerWait [2022-05-04T09:26:13.197Z] --- PASS: TestContainerWait (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestDiskUsageError [2022-05-04T09:26:13.197Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestDiskUsage [2022-05-04T09:26:13.197Z] --- PASS: TestDiskUsage (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestDistributionInspectUnsupported [2022-05-04T09:26:13.197Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestDistributionInspectWithEmptyID [2022-05-04T09:26:13.197Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestEventsErrorInOptions [2022-05-04T09:26:13.197Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestEventsErrorFromServer [2022-05-04T09:26:13.197Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestEvents [2022-05-04T09:26:13.197Z] --- PASS: TestEvents (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestTLSCloseWriter [2022-05-04T09:26:13.197Z] === PAUSE TestTLSCloseWriter [2022-05-04T09:26:13.197Z] === RUN TestImageBuildError [2022-05-04T09:26:13.197Z] --- PASS: TestImageBuildError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageBuild [2022-05-04T09:26:13.197Z] --- PASS: TestImageBuild (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestGetDockerOS [2022-05-04T09:26:13.197Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageCreateError [2022-05-04T09:26:13.197Z] --- PASS: TestImageCreateError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageCreate [2022-05-04T09:26:13.197Z] --- PASS: TestImageCreate (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageHistoryError [2022-05-04T09:26:13.197Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageHistory [2022-05-04T09:26:13.197Z] --- PASS: TestImageHistory (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageImportError [2022-05-04T09:26:13.197Z] --- PASS: TestImageImportError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageImport [2022-05-04T09:26:13.197Z] --- PASS: TestImageImport (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageInspectError [2022-05-04T09:26:13.197Z] --- PASS: TestImageInspectError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageInspectImageNotFound [2022-05-04T09:26:13.197Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageInspectWithEmptyID [2022-05-04T09:26:13.197Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageInspect [2022-05-04T09:26:13.197Z] --- PASS: TestImageInspect (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageListError [2022-05-04T09:26:13.197Z] --- PASS: TestImageListError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageList [2022-05-04T09:26:13.197Z] --- PASS: TestImageList (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageListApiBefore125 [2022-05-04T09:26:13.197Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageLoadError [2022-05-04T09:26:13.197Z] --- PASS: TestImageLoadError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImageLoad [2022-05-04T09:26:13.197Z] --- PASS: TestImageLoad (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagesPruneError [2022-05-04T09:26:13.197Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagesPrune [2022-05-04T09:26:13.197Z] --- PASS: TestImagesPrune (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullReferenceParseError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullAnyError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePullWithoutErrors [2022-05-04T09:26:13.197Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePushReferenceError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePushAnyError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-04T09:26:13.197Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-04T09:26:13.197Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithoutErrors [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-04T09:26:13.198Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageRemoveError [2022-05-04T09:26:13.198Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageRemoveImageNotFound [2022-05-04T09:26:13.198Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageRemove [2022-05-04T09:26:13.198Z] --- PASS: TestImageRemove (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSaveError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSaveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSave [2022-05-04T09:26:13.198Z] --- PASS: TestImageSave (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchAnyError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageSearchWithoutErrors [2022-05-04T09:26:13.198Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageTagError [2022-05-04T09:26:13.198Z] --- PASS: TestImageTagError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageTagInvalidReference [2022-05-04T09:26:13.198Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageTagInvalidSourceImageName [2022-05-04T09:26:13.198Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageTagHexSource [2022-05-04T09:26:13.198Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestImageTag [2022-05-04T09:26:13.198Z] --- PASS: TestImageTag (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestInfoServerError [2022-05-04T09:26:13.198Z] --- PASS: TestInfoServerError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestInfoInvalidResponseJSONError [2022-05-04T09:26:13.198Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestInfo [2022-05-04T09:26:13.198Z] --- PASS: TestInfo (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkConnectError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkConnect [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkCreateError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkCreate [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkDisconnectError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkDisconnect [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/empty_ID [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/no_options [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/verbose [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/global_scope [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/unknown_network [2022-05-04T09:26:13.198Z] === RUN TestNetworkInspect/server_error [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkListError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkListError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkList [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkList (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworksPruneError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworksPrune [2022-05-04T09:26:13.198Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkRemoveError [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNetworkRemove [2022-05-04T09:26:13.198Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeInspectError [2022-05-04T09:26:13.198Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeInspectNodeNotFound [2022-05-04T09:26:13.198Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeInspectWithEmptyID [2022-05-04T09:26:13.198Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeInspect [2022-05-04T09:26:13.198Z] --- PASS: TestNodeInspect (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeListError [2022-05-04T09:26:13.198Z] --- PASS: TestNodeListError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeList [2022-05-04T09:26:13.198Z] --- PASS: TestNodeList (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeRemoveError [2022-05-04T09:26:13.198Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeRemove [2022-05-04T09:26:13.198Z] --- PASS: TestNodeRemove (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeUpdateError [2022-05-04T09:26:13.198Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestNodeUpdate [2022-05-04T09:26:13.198Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestOptionWithHostFromEnv [2022-05-04T09:26:13.198Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestOptionWithTimeout [2022-05-04T09:26:13.198Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestOptionWithVersionFromEnv [2022-05-04T09:26:13.198Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPingFail [2022-05-04T09:26:13.198Z] --- PASS: TestPingFail (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPingWithError [2022-05-04T09:26:13.198Z] 2022/05/04 09:26:12 RoundTripper returned a response & error; ignoring response [2022-05-04T09:26:13.198Z] 2022/05/04 09:26:12 RoundTripper returned a response & error; ignoring response [2022-05-04T09:26:13.198Z] --- PASS: TestPingWithError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPingSuccess [2022-05-04T09:26:13.198Z] --- PASS: TestPingSuccess (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPingHeadFallback [2022-05-04T09:26:13.198Z] === RUN TestPingHeadFallback/OK [2022-05-04T09:26:13.198Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-04T09:26:13.198Z] === RUN TestPingHeadFallback/Not_Found [2022-05-04T09:26:13.198Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-04T09:26:13.198Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-04T09:26:13.198Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginDisableError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginDisable [2022-05-04T09:26:13.198Z] --- PASS: TestPluginDisable (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginEnableError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginEnable [2022-05-04T09:26:13.198Z] --- PASS: TestPluginEnable (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginInspectError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginInspectWithEmptyID [2022-05-04T09:26:13.198Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginInspect [2022-05-04T09:26:13.198Z] --- PASS: TestPluginInspect (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginListError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginListError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginList [2022-05-04T09:26:13.198Z] --- PASS: TestPluginList (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginPushError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginPushError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginPush [2022-05-04T09:26:13.198Z] --- PASS: TestPluginPush (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginRemoveError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginRemove [2022-05-04T09:26:13.198Z] --- PASS: TestPluginRemove (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginSetError [2022-05-04T09:26:13.198Z] --- PASS: TestPluginSetError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPluginSet [2022-05-04T09:26:13.198Z] --- PASS: TestPluginSet (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSetHostHeader [2022-05-04T09:26:13.198Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestPlainTextError [2022-05-04T09:26:13.198Z] --- PASS: TestPlainTextError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestInfiniteError [2022-05-04T09:26:13.198Z] --- PASS: TestInfiniteError (0.04s) [2022-05-04T09:26:13.198Z] === RUN TestCanceledContext [2022-05-04T09:26:13.198Z] 2022/05/04 09:26:12 RoundTripper returned a response & error; ignoring response [2022-05-04T09:26:13.198Z] --- PASS: TestCanceledContext (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestDeadlineExceededContext [2022-05-04T09:26:13.198Z] 2022/05/04 09:26:12 RoundTripper returned a response & error; ignoring response [2022-05-04T09:26:13.198Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretCreateUnsupported [2022-05-04T09:26:13.198Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretCreateError [2022-05-04T09:26:13.198Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretCreate [2022-05-04T09:26:13.198Z] --- PASS: TestSecretCreate (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretInspectUnsupported [2022-05-04T09:26:13.198Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretInspectError [2022-05-04T09:26:13.198Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretInspectSecretNotFound [2022-05-04T09:26:13.198Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretInspectWithEmptyID [2022-05-04T09:26:13.198Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretInspect [2022-05-04T09:26:13.198Z] --- PASS: TestSecretInspect (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretListUnsupported [2022-05-04T09:26:13.198Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretListError [2022-05-04T09:26:13.198Z] --- PASS: TestSecretListError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretList [2022-05-04T09:26:13.198Z] --- PASS: TestSecretList (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretRemoveUnsupported [2022-05-04T09:26:13.198Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretRemoveError [2022-05-04T09:26:13.198Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-04T09:26:13.198Z] === RUN TestSecretRemove [2022-05-04T09:26:13.199Z] --- PASS: TestSecretRemove (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestSecretUpdateUnsupported [2022-05-04T09:26:13.199Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestSecretUpdateError [2022-05-04T09:26:13.199Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestSecretUpdate [2022-05-04T09:26:13.199Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceCreateError [2022-05-04T09:26:13.199Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceCreate [2022-05-04T09:26:13.199Z] --- PASS: TestServiceCreate (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-04T09:26:13.199Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceCreateDigestPinning [2022-05-04T09:26:13.199Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceInspectError [2022-05-04T09:26:13.199Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceInspectServiceNotFound [2022-05-04T09:26:13.199Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceInspectWithEmptyID [2022-05-04T09:26:13.199Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceInspect [2022-05-04T09:26:13.199Z] --- PASS: TestServiceInspect (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceListError [2022-05-04T09:26:13.199Z] --- PASS: TestServiceListError (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceList [2022-05-04T09:26:13.199Z] --- PASS: TestServiceList (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceLogsError [2022-05-04T09:26:13.199Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-04T09:26:13.199Z] === RUN TestServiceLogs [2022-05-04T09:26:13.668Z] --- PASS: TestServiceLogs (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestServiceRemoveError [2022-05-04T09:26:13.668Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestServiceRemoveNotFoundError [2022-05-04T09:26:13.668Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestServiceRemove [2022-05-04T09:26:13.668Z] --- PASS: TestServiceRemove (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestServiceUpdateError [2022-05-04T09:26:13.668Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestServiceUpdate [2022-05-04T09:26:13.668Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmGetUnlockKeyError [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmGetUnlockKey [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmInitError [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmInit [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmInit (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmInspectError [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmInspect [2022-05-04T09:26:13.668Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-04T09:26:13.668Z] === RUN TestSwarmJoinError [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmJoin [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmLeaveError [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmLeave [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmUnlockError [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmUnlock [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmUpdateError [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestSwarmUpdate [2022-05-04T09:26:13.669Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestTaskInspectError [2022-05-04T09:26:13.669Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestTaskInspectWithEmptyID [2022-05-04T09:26:13.669Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestTaskInspect [2022-05-04T09:26:13.669Z] --- PASS: TestTaskInspect (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestTaskListError [2022-05-04T09:26:13.669Z] --- PASS: TestTaskListError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestTaskList [2022-05-04T09:26:13.669Z] --- PASS: TestTaskList (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeCreateError [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeCreate [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeInspectError [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeInspectNotFound [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeInspectWithEmptyID [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeInspect [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeListError [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeListError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeList [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeList (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeRemoveError [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-04T09:26:13.669Z] === RUN TestVolumeRemove [2022-05-04T09:26:13.669Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-04T09:26:13.669Z] === CONT TestTLSCloseWriter [2022-05-04T09:26:13.669Z] --- PASS: TestTLSCloseWriter (0.03s) [2022-05-04T09:26:13.669Z] PASS [2022-05-04T09:26:13.669Z] coverage: 75.1% of statements [2022-05-04T09:26:13.669Z] ok github.com/docker/docker/client 0.616s coverage: 75.1% of statements [2022-05-04T09:26:14.815Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.47s) [2022-05-04T09:26:14.815Z] === RUN TestAuthZPluginV2Disable [2022-05-04T09:26:14.815Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-04T09:26:16.191Z] === RUN TestDockerSuite/TestBuildRm [2022-05-04T09:26:18.728Z] --- PASS: TestAuthZPluginV2Disable (3.81s) [2022-05-04T09:26:18.728Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-04T09:26:18.728Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-04T09:26:19.295Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-04T09:26:20.229Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-04T09:26:20.396Z] 2022/05/04 09:26:17 Closing DB instances... [2022-05-04T09:26:20.488Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-04T09:26:20.747Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-04T09:26:20.852Z] --- PASS: TestNetworkDBGarbageCollection (54.85s) [2022-05-04T09:26:20.853Z] === RUN TestFindNode [2022-05-04T09:26:20.853Z] 2022/05/04 09:26:20 Closing DB instances... [2022-05-04T09:26:20.853Z] --- PASS: TestFindNode (0.02s) [2022-05-04T09:26:20.853Z] === RUN TestChangeNodeState [2022-05-04T09:26:20.853Z] 2022/05/04 09:26:20 Closing DB instances... [2022-05-04T09:26:20.853Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-04T09:26:20.853Z] === RUN TestNodeReincarnation [2022-05-04T09:26:20.853Z] 2022/05/04 09:26:20 Closing DB instances... [2022-05-04T09:26:21.006Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-04T09:26:22.382Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.82s) [2022-05-04T09:26:22.382Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-04T09:26:22.382Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-04T09:26:23.322Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-04T09:26:24.258Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-04T09:26:25.175Z] --- PASS: TestBuildMultiStageOnBuild (13.87s) [2022-05-04T09:26:25.175Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:26:25.175Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:26:25.175Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-04T09:26:25.175Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:26:25.523Z] time="2022-05-04T09:26:25Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-04T09:26:25.523Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-04T09:26:25.523Z] === RUN TestParallelCreate [2022-05-04T09:26:25.979Z] 2022/05/04 09:26:25 Closing DB instances... [2022-05-04T09:26:25.979Z] --- PASS: TestParallelCreate (0.03s) [2022-05-04T09:26:25.979Z] === RUN TestParallelDelete [2022-05-04T09:26:25.979Z] 2022/05/04 09:26:25 Closing DB instances... [2022-05-04T09:26:25.979Z] --- PASS: TestParallelDelete (0.02s) [2022-05-04T09:26:25.979Z] === RUN TestNetworkDBIslands [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:80895c618f5e with config:&{NodeID:80895c618f5e 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-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node 80895c618f5e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node 80895c618f5e/172.22.221.38, added to nodes list" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b79c1c9a4cab with config:&{NodeID:b79c1c9a4cab 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-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, added to nodes list" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49391" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, added to nodes list" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node 80895c618f5e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=info msg="Node 80895c618f5e/172.22.221.38, added to nodes list" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-04T09:26:25.979Z] time="2022-05-04T09:26:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49392" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:366a3b187f74 with config:&{NodeID:366a3b187f74 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-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, added to nodes list" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49393" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, added to nodes list" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 80895c618f5e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 80895c618f5e/172.22.221.38, added to nodes list" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, added to nodes list" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49394" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:26.942Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:cb3b84d5788a with config:&{NodeID:cb3b84d5788a 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-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49395" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node 366a3b187f74/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node 80895c618f5e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=info msg="Node 80895c618f5e/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49396" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.398Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:2415c7b8c6de with config:&{NodeID:2415c7b8c6de 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-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49398" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 366a3b187f74/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 366a3b187f74/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 80895c618f5e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 80895c618f5e/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49399" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:27.856Z] networkdb_test.go:835: Re-joining: 3 [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=info msg="The new bootstrap node list is:[172.22.221.38:10033 172.22.221.38:10034 172.22.221.38:10035]" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10033" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49400" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10034" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49401" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49402" [2022-05-04T09:26:27.856Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10035" [2022-05-04T09:26:28.313Z] networkdb_test.go:835: Re-joining: 4 [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=info msg="The new bootstrap node list is:[172.22.221.38:10033 172.22.221.38:10034 172.22.221.38:10035]" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10033" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49403" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10034" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49404" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10035" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:27Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49405" [2022-05-04T09:26:28.313Z] time="2022-05-04T09:26:28Z" level=info msg="node 0 leaving" [2022-05-04T09:26:28.453Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-04T09:26:28.453Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-04T09:26:28.453Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-04T09:26:28.453Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-04T09:26:28.713Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e change state NodeActive --> NodeLeft" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="node3(366a3b187f74): Node leave event for 80895c618f5e/172.22.221.38" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e change state NodeActive --> NodeLeft" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="node4(cb3b84d5788a): Node leave event for 80895c618f5e/172.22.221.38" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e change state NodeActive --> NodeLeft" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="node5(2415c7b8c6de): Node leave event for 80895c618f5e/172.22.221.38" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e change state NodeActive --> NodeLeft" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="node2(b79c1c9a4cab): Node leave event for 80895c618f5e/172.22.221.38" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e change state NodeActive --> NodeLeft" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="node1(80895c618f5e): Node leave event for 80895c618f5e/172.22.221.38" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:28.768Z] time="2022-05-04T09:26:28Z" level=info msg="Node 80895c618f5e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:28.972Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="node 1 leaving" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="node5(2415c7b8c6de): Node leave event for b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="node4(cb3b84d5788a): Node leave event for b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="node3(366a3b187f74): Node leave event for b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="node2(b79c1c9a4cab): Node leave event for b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:28Z" level=info msg="Node b79c1c9a4cab/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="node 2 leaving" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74 change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="node5(2415c7b8c6de): Node leave event for 366a3b187f74/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74 change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="node4(cb3b84d5788a): Node leave event for 366a3b187f74/172.22.221.38" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74 change state NodeActive --> NodeLeft" [2022-05-04T09:26:29.224Z] time="2022-05-04T09:26:29Z" level=info msg="node3(366a3b187f74): Node leave event for 366a3b187f74/172.22.221.38" [2022-05-04T09:26:29.544Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-04T09:26:29.544Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-04T09:26:29.544Z] { [2022-05-04T09:26:29.544Z] "RT_GROUP_ICON": { [2022-05-04T09:26:29.544Z] "#1": { [2022-05-04T09:26:29.544Z] "0409": "../../winresources/docker.ico" [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] }, [2022-05-04T09:26:29.544Z] "RT_MANIFEST": { [2022-05-04T09:26:29.544Z] "#1": { [2022-05-04T09:26:29.544Z] "0409": { [2022-05-04T09:26:29.544Z] "identity": {}, [2022-05-04T09:26:29.544Z] "description": "Docker Engine", [2022-05-04T09:26:29.544Z] "minimum-os": "vista", [2022-05-04T09:26:29.544Z] "execution-level": "", [2022-05-04T09:26:29.544Z] "ui-access": false, [2022-05-04T09:26:29.544Z] "auto-elevate": false, [2022-05-04T09:26:29.544Z] "dpi-awareness": "unaware", [2022-05-04T09:26:29.544Z] "disable-theming": false, [2022-05-04T09:26:29.544Z] "disable-window-filtering": false, [2022-05-04T09:26:29.544Z] "high-resolution-scrolling-aware": false, [2022-05-04T09:26:29.544Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-04T09:26:29.544Z] "long-path-aware": false, [2022-05-04T09:26:29.544Z] "printer-driver-isolation": false, [2022-05-04T09:26:29.544Z] "gdi-scaling": false, [2022-05-04T09:26:29.544Z] "segment-heap": false, [2022-05-04T09:26:29.544Z] "use-common-controls-v6": false [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] }, [2022-05-04T09:26:29.544Z] "RT_MESSAGETABLE": { [2022-05-04T09:26:29.544Z] "#1": { [2022-05-04T09:26:29.544Z] "0409": "../../winresources/event_messages.bin" [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] }, [2022-05-04T09:26:29.544Z] "RT_VERSION": { [2022-05-04T09:26:29.544Z] "#1": { [2022-05-04T09:26:29.544Z] "0409": { [2022-05-04T09:26:29.544Z] "fixed": { [2022-05-04T09:26:29.544Z] "file_version": "0.0.0.0", [2022-05-04T09:26:29.544Z] "product_version": "0.0.0.0", [2022-05-04T09:26:29.544Z] "type": "Unknown" [2022-05-04T09:26:29.544Z] }, [2022-05-04T09:26:29.544Z] "info": { [2022-05-04T09:26:29.544Z] "0000": { [2022-05-04T09:26:29.544Z] "CompanyName": "", [2022-05-04T09:26:29.544Z] "FileVersion": "dev", [2022-05-04T09:26:29.544Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-04T09:26:29.544Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-04T09:26:29.544Z] "ProductName": "", [2022-05-04T09:26:29.544Z] "ProductVersion": "dev", [2022-05-04T09:26:29.544Z] "SpecialBuild": "a35040222cb7582b344fbf96799408d37c710ea0" [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] } [2022-05-04T09:26:29.544Z] cmd/docker-proxy/genwinres_windows.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/main.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/network_proxy_test.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/proxy.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/sctp_proxy.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/tcp_proxy.go [2022-05-04T09:26:29.544Z] cmd/docker-proxy/udp_proxy.go [2022-05-04T09:26:29.544Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-04T09:26:29.544Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-04T09:26:29.544Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-04T09:26:29.544Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-04T09:26:29.544Z] remote: Enumerating objects: 23, done. [2022-05-04T09:26:29.544Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-04T09:26:29.544Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-04T09:26:29.544Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-04T09:26:29.544Z] 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-05-04T09:26:29.544Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-04T09:26:29.544Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-04T09:26:29.544Z] Cross building: bundles/cross/linux/ppc64le [2022-05-04T09:26:29.544Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-04T09:26:29.544Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-04T09:26:29.681Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.681Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74/172.22.221.38, left gossip cluster" [2022-05-04T09:26:29.681Z] time="2022-05-04T09:26:29Z" level=info msg="Node 366a3b187f74/172.22.221.38, left gossip cluster" [2022-05-04T09:26:30.137Z] networkdb_test.go:867: node4: OK [2022-05-04T09:26:30.137Z] networkdb_test.go:867: node5: OK [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="node 0 coming back" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ccd55d205b7e with config:&{NodeID:ccd55d205b7e 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-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node ccd55d205b7e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node ccd55d205b7e/172.22.221.38, added to nodes list" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="node 1 coming back" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a8da25e24382 with config:&{NodeID:a8da25e24382 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-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node a8da25e24382/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node a8da25e24382/172.22.221.38, added to nodes list" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="node 2 coming back" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ffec18a0ba2c with config:&{NodeID:ffec18a0ba2c 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-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:30.137Z] time="2022-05-04T09:26:29Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, added to nodes list" [2022-05-04T09:26:30.350Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-04T09:26:30.350Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-04T09:26:30.918Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-04T09:26:31.099Z] time="2022-05-04T09:26:31Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:33.267Z] time="2022-05-04T09:26:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.221.38:10033 172.22.221.38:10034 172.22.221.38:10035]" [2022-05-04T09:26:33.267Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:33.449Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.00s) [2022-05-04T09:26:33.449Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-04T09:26:33.723Z] time="2022-05-04T09:26:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.221.38:10033 172.22.221.38:10034 172.22.221.38:10035]" [2022-05-04T09:26:34.014Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10033" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49409" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, is the new incarnation of the shutdown node 80895c618f5e/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10034" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49410" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, is the new incarnation of the shutdown node b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10035" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49411" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node cb3b84d5788a/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, is the new incarnation of the shutdown node 366a3b187f74/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, is the new incarnation of the shutdown node b79c1c9a4cab/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node a8da25e24382/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, is the new incarnation of the shutdown node 80895c618f5e/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:33Z" level=info msg="Node ccd55d205b7e/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, joined gossip cluster" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, is the new incarnation of the shutdown node 366a3b187f74/172.22.221.38" [2022-05-04T09:26:34.179Z] time="2022-05-04T09:26:34Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, added to nodes list" [2022-05-04T09:26:34.581Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10033" [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49412" [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10034" [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49413" [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.221.38:10035" [2022-05-04T09:26:34.636Z] time="2022-05-04T09:26:34Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49414" [2022-05-04T09:26:34.913Z] --- PASS: TestCheckoutGit (40.64s) [2022-05-04T09:26:34.913Z] === RUN TestValidGitTransport [2022-05-04T09:26:34.913Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-04T09:26:34.913Z] === RUN TestGitInvalidRef [2022-05-04T09:26:34.913Z] --- PASS: TestGitInvalidRef (0.29s) [2022-05-04T09:26:34.913Z] PASS [2022-05-04T09:26:34.913Z] coverage: 86.3% of statements [2022-05-04T09:26:34.913Z] ok github.com/docker/docker/builder/remotecontext/git 40.991s coverage: 86.3% of statements [2022-05-04T09:26:35.092Z] 2022/05/04 09:26:34 Closing DB instances... [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="Node ccd55d205b7e change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="node3(ffec18a0ba2c): Node leave event for ccd55d205b7e/172.22.221.38" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="Node ccd55d205b7e change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="node4(cb3b84d5788a): Node leave event for ccd55d205b7e/172.22.221.38" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="Node ccd55d205b7e change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="node2(a8da25e24382): Node leave event for ccd55d205b7e/172.22.221.38" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="Node ccd55d205b7e change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="node5(2415c7b8c6de): Node leave event for ccd55d205b7e/172.22.221.38" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="Node ccd55d205b7e change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:34Z" level=info msg="node1(ccd55d205b7e): Node leave event for ccd55d205b7e/172.22.221.38" [2022-05-04T09:26:35.092Z] time="2022-05-04T09:26:35Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:35.147Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node ccd55d205b7e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node ccd55d205b7e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node ccd55d205b7e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node ccd55d205b7e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node ccd55d205b7e/172.22.221.38, left gossip cluster" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382 change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382 change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="node3(ffec18a0ba2c): Node leave event for a8da25e24382/172.22.221.38" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="node5(2415c7b8c6de): Node leave event for a8da25e24382/172.22.221.38" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382 change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="node2(a8da25e24382): Node leave event for a8da25e24382/172.22.221.38" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382 change state NodeActive --> NodeLeft" [2022-05-04T09:26:35.548Z] time="2022-05-04T09:26:35Z" level=info msg="node4(cb3b84d5788a): Node leave event for a8da25e24382/172.22.221.38" [2022-05-04T09:26:35.715Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node a8da25e24382/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node ffec18a0ba2c change state NodeActive --> NodeLeft" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="node4(cb3b84d5788a): Node leave event for ffec18a0ba2c/172.22.221.38" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="Node ffec18a0ba2c change state NodeActive --> NodeLeft" [2022-05-04T09:26:36.004Z] time="2022-05-04T09:26:35Z" level=info msg="node5(2415c7b8c6de): Node leave event for ffec18a0ba2c/172.22.221.38" [2022-05-04T09:26:36.282Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-04T09:26:36.460Z] time="2022-05-04T09:26:35Z" level=info msg="Node ffec18a0ba2c change state NodeActive --> NodeLeft" [2022-05-04T09:26:36.460Z] time="2022-05-04T09:26:35Z" level=info msg="node3(ffec18a0ba2c): Node leave event for ffec18a0ba2c/172.22.221.38" [2022-05-04T09:26:36.460Z] time="2022-05-04T09:26:35Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="Node ffec18a0ba2c/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=debug msg="memberlist: Failed ping: 2415c7b8c6de (timeout reached)" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.221.38:10036: use of closed network connection" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.221.38:10035: use of closed network connection" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=debug msg="memberlist: Stream connection from=172.22.221.38:49416" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="Node cb3b84d5788a change state NodeActive --> NodeLeft" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="node5(2415c7b8c6de): Node leave event for cb3b84d5788a/172.22.221.38" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="Node cb3b84d5788a change state NodeActive --> NodeLeft" [2022-05-04T09:26:36.461Z] time="2022-05-04T09:26:36Z" level=info msg="node4(cb3b84d5788a): Node leave event for cb3b84d5788a/172.22.221.38" [2022-05-04T09:26:36.481Z] ? github.com/docker/docker/cli [no test files] [2022-05-04T09:26:36.481Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-04T09:26:36.481Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-04T09:26:36.481Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-04T09:26:36.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-04T09:26:36.916Z] time="2022-05-04T09:26:36Z" level=info msg="Node cb3b84d5788a/172.22.221.38, left gossip cluster" [2022-05-04T09:26:36.916Z] time="2022-05-04T09:26:36Z" level=warning msg="memberlist: Was able to connect to 2415c7b8c6de but other probes failed, network may be misconfigured" [2022-05-04T09:26:37.108Z] === RUN TestDockerSuite/TestBuildUser [2022-05-04T09:26:37.372Z] time="2022-05-04T09:26:36Z" level=info msg="Node cb3b84d5788a/172.22.221.38, left gossip cluster" [2022-05-04T09:26:37.372Z] time="2022-05-04T09:26:37Z" level=debug msg="memberlist: Failed to join 172.22.221.38: dial tcp 172.22.221.38:10017: connectex: No connection could be made because the target machine actively refused it." [2022-05-04T09:26:37.662Z] --- PASS: TestBuildMultiStageLayerLeak (11.81s) [2022-05-04T09:26:37.663Z] === RUN TestBuildWithHugeFile [2022-05-04T09:26:37.828Z] time="2022-05-04T09:26:37Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, left gossip cluster" [2022-05-04T09:26:37.828Z] time="2022-05-04T09:26:37Z" level=info msg="Node 2415c7b8c6de change state NodeActive --> NodeFailed" [2022-05-04T09:26:37.828Z] time="2022-05-04T09:26:37Z" level=info msg="Node 2415c7b8c6de/172.22.221.38, added to failed nodes list" [2022-05-04T09:26:37.828Z] --- PASS: TestNetworkDBIslands (11.86s) [2022-05-04T09:26:37.828Z] PASS [2022-05-04T09:26:37.828Z] coverage: 56.1% of statements [2022-05-04T09:26:37.828Z] ok github.com/docker/docker/libnetwork/networkdb 105.395s coverage: 56.1% of statements [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/quota [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/rootless [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/volume [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-04T09:26:37.828Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-04T09:26:39.011Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-04T09:26:39.270Z] docker_api_swarm_test.go:272: [dda0077928595] joining swarm manager [d2e9735f7e0b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:26:40.651Z] docker_api_swarm_test.go:273: [dbc3f16efa682] joining swarm manager [d2e9735f7e0b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === Skipped [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-04T09:26:40.721Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-04T09:26:40.721Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-04T09:26:40.721Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-05-04T09:26:40.721Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-04T09:26:40.721Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-05-04T09:26:40.721Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-04T09:26:40.721Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-04T09:26:40.721Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-04T09:26:40.721Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-04T09:26:40.721Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-04T09:26:40.721Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-04T09:26:40.721Z] daemon_test.go:145: root required [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:26:40.721Z] reload_test.go:342: root required [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-04T09:26:40.721Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:26:40.721Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-04T09:26:40.721Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-04T09:26:40.721Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-04T09:26:40.721Z] layer_test.go:291: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-04T09:26:40.721Z] layer_test.go:340: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-04T09:26:40.721Z] layer_test.go:455: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-04T09:26:40.721Z] layer_test.go:684: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-04T09:26:40.721Z] migration_test.go:45: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:26:40.721Z] migration_test.go:181: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-04T09:26:40.721Z] mount_test.go:17: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-04T09:26:40.721Z] mount_test.go:76: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-04T09:26:40.721Z] mount_test.go:125: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-04T09:26:40.721Z] mount_test.go:212: Failing on Windows [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-04T09:26:40.721Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-05-04T09:26:40.721Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-04T09:26:40.721Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-04T09:26:40.721Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-04T09:26:40.721Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-04T09:26:40.721Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:26:40.721Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-04T09:26:40.721Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:26:40.721Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-04T09:26:40.721Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:26:40.721Z] [2022-05-04T09:26:40.721Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-04T09:26:40.722Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-04T09:26:40.722Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:26:40.722Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:26:40.722Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:26:40.722Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:26:40.722Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:26:40.722Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-04T09:26:40.722Z] archive_test.go:140: zstd not installed [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:26:40.722Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:26:40.722Z] changes_test.go:196: needs more investigation [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-04T09:26:40.722Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-04T09:26:40.722Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-04T09:26:40.722Z] changes_test.go:433: needs further investigation [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:26:40.722Z] changes_test.go:469: needs further investigation [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:26:40.722Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-04T09:26:40.722Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:26:40.722Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:26:40.722Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-04T09:26:40.722Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-04T09:26:40.722Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-04T09:26:40.722Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-04T09:26:40.722Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-04T09:26:40.722Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:26:40.722Z] [2022-05-04T09:26:40.722Z] DONE 2287 tests, 70 skipped in 300.985s [2022-05-04T09:26:40.722Z] INFO: make.ps1 ended at 05/04/2022 09:26:40 [2022-05-04T09:26:41.585Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-04T09:26:42.887Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-04T09:26:42.887Z] INFO: Unit tests ended at 05/04/2022 09:26:42. Duration:00:05:17.4024045 [2022-05-04T09:26:42.887Z] INFO: Building busybox [2022-05-04T09:26:42.887Z] Sending build context to Docker daemon 5.12kB [2022-05-04T09:26:42.887Z] [2022-05-04T09:26:42.887Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-04T09:26:42.887Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-04T09:26:42.887Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-04T09:26:42.887Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-04T09:26:42.887Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-04T09:26:42.887Z] ---> aa8714eb8356 [2022-05-04T09:26:42.887Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-04T09:26:42.887Z] ---> Running in c068c0032712 [2022-05-04T09:26:48.660Z] Removing intermediate container c068c0032712 [2022-05-04T09:26:48.660Z] ---> d00a1aeaed32 [2022-05-04T09:26:48.660Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-04T09:26:48.660Z] ---> Running in 40b25e3520d4 [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-04T09:26:48.985Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestConfigureDaemonLogs [2022-05-04T09:26:48.985Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestCommonOptionsInstallFlags [2022-05-04T09:26:48.985Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-04T09:26:48.985Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-04T09:26:48.986Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-04T09:26:48.986Z] PASS [2022-05-04T09:26:48.986Z] coverage: 20.1% of statements [2022-05-04T09:26:48.986Z] ok github.com/docker/docker/cmd/dockerd 0.251s coverage: 20.1% of statements [2022-05-04T09:26:48.986Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-04T09:26:48.986Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-04T09:26:49.119Z] Removing intermediate container 40b25e3520d4 [2022-05-04T09:26:49.119Z] ---> b48697c5005b [2022-05-04T09:26:49.119Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-04T09:26:49.456Z] === RUN TestContainerStopSignal [2022-05-04T09:26:49.456Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestContainerStopTimeout [2022-05-04T09:26:49.456Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-04T09:26:49.456Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-04T09:26:49.456Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-04T09:26:49.456Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-05-04T09:26:49.456Z] === RUN TestReplaceAndAppendEnvVars [2022-05-04T09:26:49.456Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-04T09:26:49.456Z] --- PASS: TestReplaceAndAppendEnvVars (0.01s) [2022-05-04T09:26:49.456Z] === RUN TestNewMemoryStore [2022-05-04T09:26:49.456Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestAddContainers [2022-05-04T09:26:49.456Z] --- PASS: TestAddContainers (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestGetContainer [2022-05-04T09:26:49.456Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestDeleteContainer [2022-05-04T09:26:49.456Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestListContainers [2022-05-04T09:26:49.456Z] --- PASS: TestListContainers (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestFirstContainer [2022-05-04T09:26:49.456Z] --- PASS: TestFirstContainer (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestApplyAllContainer [2022-05-04T09:26:49.456Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestIsValidHealthString [2022-05-04T09:26:49.456Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestStateRunStop [2022-05-04T09:26:49.456Z] --- PASS: TestStateRunStop (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestStateTimeoutWait [2022-05-04T09:26:49.456Z] state_test.go:141: Stop callback fired [2022-05-04T09:26:49.456Z] state_test.go:165: Stop callback fired [2022-05-04T09:26:49.456Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-04T09:26:49.456Z] === RUN TestIsValidStateString [2022-05-04T09:26:49.456Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-04T09:26:49.456Z] === RUN TestViewSaveDelete [2022-05-04T09:26:49.456Z] --- PASS: TestViewSaveDelete (0.02s) [2022-05-04T09:26:49.456Z] === RUN TestViewAll [2022-05-04T09:26:49.456Z] --- PASS: TestViewAll (0.02s) [2022-05-04T09:26:49.456Z] === RUN TestViewGet [2022-05-04T09:26:49.578Z] ---> Running in 4b3afe2aeca4 [2022-05-04T09:26:49.697Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-05-04T09:26:49.697Z] PASS [2022-05-04T09:26:49.697Z] [2022-05-04T09:26:49.697Z] DONE 17 tests in 51.516s [2022-05-04T09:26:49.697Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-04T09:26:49.697Z] ++ 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-05-04T09:26:49.697Z] ++ set -e [2022-05-04T09:26:49.697Z] ++ '[' -n 0 ']' [2022-05-04T09:26:49.697Z] ++ set -x [2022-05-04T09:26:49.697Z] ++ 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-05-04T09:26:49.927Z] --- PASS: TestViewGet (0.01s) [2022-05-04T09:26:49.927Z] === RUN TestNames [2022-05-04T09:26:49.927Z] --- PASS: TestNames (0.00s) [2022-05-04T09:26:49.927Z] === RUN TestViewWithHealthCheck [2022-05-04T09:26:49.927Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-04T09:26:49.927Z] PASS [2022-05-04T09:26:49.927Z] coverage: 41.7% of statements [2022-05-04T09:26:49.927Z] ok github.com/docker/docker/container 0.296s coverage: 41.7% of statements [2022-05-04T09:26:49.927Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-04T09:26:49.927Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-04T09:26:49.927Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-04T09:26:49.927Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-04T09:26:49.957Z] INFO: Testing against a local daemon [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:26:49.957Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:26:49.957Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:26:49.957Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:26:49.957Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:26:49.957Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:26:49.957Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:26:49.957Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:26:49.957Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:26:49.957Z] === RUN TestPluginInstall [2022-05-04T09:26:49.957Z] === RUN TestPluginInstall/no_auth [2022-05-04T09:26:50.038Z] Removing intermediate container 4b3afe2aeca4 [2022-05-04T09:26:50.038Z] ---> 43655fb45394 [2022-05-04T09:26:50.038Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-04T09:26:50.402Z] === RUN TestPrepare [2022-05-04T09:26:50.402Z] --- PASS: TestPrepare (0.00s) [2022-05-04T09:26:50.402Z] === RUN TestStart [2022-05-04T09:26:50.402Z] --- PASS: TestStart (0.00s) [2022-05-04T09:26:50.402Z] === RUN TestWaitCancel [2022-05-04T09:26:50.402Z] --- PASS: TestWaitCancel (0.00s) [2022-05-04T09:26:50.402Z] === RUN TestWaitDisabled [2022-05-04T09:26:50.402Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-04T09:26:50.402Z] === RUN TestWaitEnabled [2022-05-04T09:26:50.402Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-04T09:26:50.402Z] === RUN TestRemove [2022-05-04T09:26:50.402Z] --- PASS: TestRemove (0.00s) [2022-05-04T09:26:50.402Z] PASS [2022-05-04T09:26:50.402Z] coverage: 65.3% of statements [2022-05-04T09:26:50.402Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.100s coverage: 65.3% of statements [2022-05-04T09:26:51.578Z] [2022-05-04T09:26:51.861Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-04T09:26:52.039Z] ---> 8a1c8cdbe145 [2022-05-04T09:26:52.039Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-04T09:26:52.039Z] ---> Running in ecb311c5fa33 [2022-05-04T09:26:52.427Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-04T09:26:52.686Z] time="2022-05-04T09:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:52.686Z] time="2022-05-04T09:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb0a675de162048ba51f41f9c0fee74abcf2fb32f3c79ee85444625b5ffc4580" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:52.686Z] time="2022-05-04T09:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:52.686Z] time="2022-05-04T09:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb0a675de162048ba51f41f9c0fee74abcf2fb32f3c79ee85444625b5ffc4580" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:52.686Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-04T09:26:52.945Z] === RUN TestPluginInstall/with_htpasswd [2022-05-04T09:26:53.357Z] === RUN TestNewListSecretsFilters [2022-05-04T09:26:53.357Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-04T09:26:53.357Z] === RUN TestNewListConfigsFilters [2022-05-04T09:26:53.357Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-04T09:26:53.357Z] PASS [2022-05-04T09:26:53.357Z] coverage: 0.5% of statements [2022-05-04T09:26:53.357Z] ok github.com/docker/docker/daemon/cluster 0.219s coverage: 0.5% of statements [2022-05-04T09:26:53.512Z] time="2022-05-04T09:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:53.512Z] time="2022-05-04T09:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8000e5d0bd058e430b16603f61961efe1b903310c23513925656f9634b176e88" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:53.512Z] time="2022-05-04T09:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:53.512Z] time="2022-05-04T09:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8000e5d0bd058e430b16603f61961efe1b903310c23513925656f9634b176e88" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:53.512Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-04T09:26:54.090Z] === RUN TestPluginInstall/with_insecure [2022-05-04T09:26:54.658Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-04T09:26:54.916Z] time="2022-05-04T09:26:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:54.916Z] time="2022-05-04T09:26:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96c3f40eeff838b703b006407d2f780791ef0dab3f927cad1bf7275d866f5d76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:54.916Z] time="2022-05-04T09:26:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-04T09:26:54.916Z] time="2022-05-04T09:26:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96c3f40eeff838b703b006407d2f780791ef0dab3f927cad1bf7275d866f5d76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-04T09:26:54.924Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-04T09:26:54.924Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.35s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-04T09:26:54.924Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-04T09:26:54.924Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-04T09:26:55.174Z] plugin_test.go:195: [d103926da1cc8] daemon is not started [2022-05-04T09:26:55.174Z] --- PASS: TestPluginInstall (5.29s) [2022-05-04T09:26:55.174Z] --- PASS: TestPluginInstall/no_auth (3.05s) [2022-05-04T09:26:55.174Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2022-05-04T09:26:55.175Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-05-04T09:26:55.175Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-04T09:26:55.394Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-04T09:26:55.394Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-04T09:26:55.394Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-04T09:26:55.394Z] PASS [2022-05-04T09:26:55.394Z] coverage: 35.9% of statements [2022-05-04T09:26:55.394Z] ok github.com/docker/docker/daemon/cluster/convert 0.982s coverage: 35.9% of statements [2022-05-04T09:26:55.742Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-04T09:26:55.742Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-04T09:26:55.742Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-04T09:26:55.742Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-04T09:26:55.742Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-04T09:26:55.742Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-04T09:26:55.742Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-04T09:26:55.742Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-04T09:26:55.742Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-04T09:26:57.120Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-04T09:26:57.121Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-04T09:26:57.383Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-04T09:26:57.950Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-04T09:26:57.950Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-04T09:26:58.349Z] === RUN TestWaitNodeAttachment [2022-05-04T09:26:58.517Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-04T09:26:58.818Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-04T09:26:58.818Z] === RUN TestIsolationConversion [2022-05-04T09:26:58.818Z] === RUN TestIsolationConversion/default [2022-05-04T09:26:58.818Z] === RUN TestIsolationConversion/process [2022-05-04T09:26:58.818Z] === RUN TestIsolationConversion/hyperv [2022-05-04T09:26:58.818Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestContainerLabels [2022-05-04T09:26:58.818Z] --- PASS: TestContainerLabels (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestCredentialSpecConversion [2022-05-04T09:26:58.818Z] === RUN TestCredentialSpecConversion/none [2022-05-04T09:26:58.818Z] === RUN TestCredentialSpecConversion/config [2022-05-04T09:26:58.818Z] === RUN TestCredentialSpecConversion/file [2022-05-04T09:26:58.818Z] === RUN TestCredentialSpecConversion/registry [2022-05-04T09:26:58.818Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountBind [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountVolume [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountTarget [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountTmpfs [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountInvalidType [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestControllerValidateMountNamedPipe [2022-05-04T09:26:58.818Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-04T09:26:58.818Z] PASS [2022-05-04T09:26:58.818Z] coverage: 11.0% of statements [2022-05-04T09:26:58.818Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.935s coverage: 11.0% of statements [2022-05-04T09:26:58.818Z] === RUN TestEventsLog [2022-05-04T09:26:58.818Z] --- PASS: TestEventsLog (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestEventsLogTimeout [2022-05-04T09:26:58.818Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestLogEvents [2022-05-04T09:26:58.818Z] === RUN TestBuilderGC [2022-05-04T09:26:58.818Z] --- PASS: TestBuilderGC (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationNotFound [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonBrokenConfiguration [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestFindConfigurationConflicts [2022-05-04T09:26:58.818Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-04T09:26:58.818Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-04T09:26:58.818Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-04T09:26:58.818Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-04T09:26:58.818Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-04T09:26:58.818Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_label [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_dns [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_hosts [2022-05-04T09:26:58.818Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-04T09:26:58.818Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestReloadSetConfigFileNotExist [2022-05-04T09:26:58.818Z] --- PASS: TestLogEvents (0.06s) [2022-05-04T09:26:58.818Z] === RUN TestLoadBufferedEvents [2022-05-04T09:26:58.818Z] time="2022-05-04T09:26:58Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-04T09:26:58.818Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-05-04T09:26:58.818Z] === RUN TestReloadDefaultConfigNotExist [2022-05-04T09:26:58.818Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:26:58.818Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestReloadBadDefaultConfig [2022-05-04T09:26:58.818Z] time="2022-05-04T09:26:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2667842384" [2022-05-04T09:26:58.818Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestReloadWithConflictingLabels [2022-05-04T09:26:58.818Z] time="2022-05-04T09:26:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4287611155" [2022-05-04T09:26:58.818Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-04T09:26:58.818Z] === RUN TestReloadWithDuplicateLabels [2022-05-04T09:26:58.818Z] time="2022-05-04T09:26:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1979693712" [2022-05-04T09:26:58.819Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-04T09:26:58.819Z] === RUN TestMaskURLCredentials [2022-05-04T09:26:58.819Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-04T09:26:58.819Z] === RUN TestDaemonConfigurationMerge [2022-05-04T09:26:58.819Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-04T09:26:58.819Z] PASS [2022-05-04T09:26:58.819Z] coverage: 79.8% of statements [2022-05-04T09:26:58.819Z] ok github.com/docker/docker/daemon/config 0.392s coverage: 79.8% of statements [2022-05-04T09:26:58.819Z] --- PASS: TestLoadBufferedEvents (0.23s) [2022-05-04T09:26:58.819Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-04T09:26:58.819Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-04T09:26:58.819Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-04T09:26:58.819Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-04T09:26:58.819Z] PASS [2022-05-04T09:26:58.819Z] coverage: 50.0% of statements [2022-05-04T09:26:58.819Z] ok github.com/docker/docker/daemon/events 0.360s coverage: 50.0% of statements [2022-05-04T09:26:59.451Z] --- PASS: TestPluginsWithRuntimes (4.02s) [2022-05-04T09:26:59.451Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-05-04T09:26:59.451Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2022-05-04T09:26:59.451Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:26:59.451Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-04T09:26:59.451Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-04T09:27:00.017Z] --- PASS: TestPluginBackCompatMediaTypes (0.80s) [2022-05-04T09:27:00.017Z] PASS [2022-05-04T09:27:00.017Z] [2022-05-04T09:27:00.017Z] DONE 24 tests in 10.309s [2022-05-04T09:27:00.017Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-04T09:27:00.017Z] ++ 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-05-04T09:27:00.017Z] ++ set -e [2022-05-04T09:27:00.017Z] ++ '[' -n 0 ']' [2022-05-04T09:27:00.017Z] ++ set -x [2022-05-04T09:27:00.017Z] ++ 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-05-04T09:27:00.276Z] INFO: Testing against a local daemon [2022-05-04T09:27:00.276Z] === RUN TestExternalGraphDriver [2022-05-04T09:27:00.276Z] === RUN TestExternalGraphDriver/json [2022-05-04T09:27:01.039Z] === RUN TestIsEmptyDir [2022-05-04T09:27:01.039Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-04T09:27:01.039Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-04T09:27:01.039Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-04T09:27:01.039Z] PASS [2022-05-04T09:27:01.039Z] coverage: 2.3% of statements [2022-05-04T09:27:01.039Z] ok github.com/docker/docker/daemon/graphdriver 0.304s coverage: 2.3% of statements [2022-05-04T09:27:01.039Z] === RUN TestLinkNaming [2022-05-04T09:27:01.039Z] --- PASS: TestLinkNaming (0.00s) [2022-05-04T09:27:01.039Z] === RUN TestLinkNew [2022-05-04T09:27:01.039Z] --- PASS: TestLinkNew (0.00s) [2022-05-04T09:27:01.039Z] === RUN TestLinkEnv [2022-05-04T09:27:01.039Z] --- PASS: TestLinkEnv (0.00s) [2022-05-04T09:27:01.039Z] === RUN TestLinkMultipleEnv [2022-05-04T09:27:01.039Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-04T09:27:01.039Z] === RUN TestLinkPortRangeEnv [2022-05-04T09:27:01.039Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-04T09:27:01.039Z] PASS [2022-05-04T09:27:01.039Z] coverage: 93.0% of statements [2022-05-04T09:27:01.039Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2022-05-04T09:27:01.655Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-04T09:27:01.655Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-04T09:27:02.030Z] === RUN TestVerifyNetworkingConfig [2022-05-04T09:27:02.030Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestGetContainer [2022-05-04T09:27:02.030Z] --- PASS: TestGetContainer (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestValidContainerNames [2022-05-04T09:27:02.030Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestContainerInitDNS [2022-05-04T09:27:02.030Z] daemon_test.go:145: root required [2022-05-04T09:27:02.030Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestMerge [2022-05-04T09:27:02.030Z] --- PASS: TestMerge (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestValidateContainerIsolation [2022-05-04T09:27:02.030Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestFindNetworkErrorType [2022-05-04T09:27:02.030Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestEnsureServicesExist [2022-05-04T09:27:02.030Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-05-04T09:27:02.030Z] === RUN TestEnsureServicesExistErrors [2022-05-04T09:27:02.030Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-04T09:27:02.030Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-04T09:27:02.030Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-04T09:27:02.030Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-04T09:27:02.030Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:27:02.030Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-04T09:27:02.030Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestContainerDelete [2022-05-04T09:27:02.030Z] --- PASS: TestContainerDelete (0.01s) [2022-05-04T09:27:02.030Z] === RUN TestContainerDoubleDelete [2022-05-04T09:27:02.030Z] --- PASS: TestContainerDoubleDelete (0.01s) [2022-05-04T09:27:02.030Z] === RUN TestLogContainerEventCopyLabels [2022-05-04T09:27:02.030Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestLogContainerEventWithAttributes [2022-05-04T09:27:02.030Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestNoneHealthcheck [2022-05-04T09:27:02.030Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-04T09:27:02.030Z] === RUN TestHealthStates [2022-05-04T09:27:02.227Z] === RUN TestExternalGraphDriver/spec [2022-05-04T09:27:02.363Z] Removing intermediate container ecb311c5fa33 [2022-05-04T09:27:02.363Z] ---> a45d1e2576b2 [2022-05-04T09:27:02.363Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-04T09:27:02.363Z] ---> Running in 891a925c88a8 [2022-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] time="2022-05-04T09:27:01Z" 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-05-04T09:27:02.499Z] --- PASS: TestHealthStates (0.21s) [2022-05-04T09:27:02.499Z] === RUN TestGetInspectData [2022-05-04T09:27:02.499Z] --- PASS: TestGetInspectData (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestFillLicense [2022-05-04T09:27:02.499Z] --- PASS: TestFillLicense (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestListInvalidFilter [2022-05-04T09:27:02.499Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestNameFilter [2022-05-04T09:27:02.499Z] --- PASS: TestNameFilter (0.01s) [2022-05-04T09:27:02.499Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-04T09:27:02.499Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-04T09:27:02.499Z] === 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-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-04T09:27:02.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-04T09:27:02.499Z] --- 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-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-04T09:27:02.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices (0.01s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.01s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-04T09:27:02.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadLabels [2022-05-04T09:27:02.499Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-04T09:27:02.499Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadMirrors [2022-05-04T09:27:02.499Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-04T09:27:02.499Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-04T09:27:02.499Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-04T09:27:02.499Z] reload_test.go:342: root required [2022-05-04T09:27:02.499Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-04T09:27:02.499Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-04T09:27:02.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-04T09:27:02.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-05-04T09:27:02.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-04T09:27:02.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-05-04T09:27:02.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-04T09:27:02.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-05-04T09:27:02.499Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-04T09:27:02.499Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-04T09:27:02.499Z] === RUN TestParseVolumesFrom [2022-05-04T09:27:02.499Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-04T09:27:02.499Z] PASS [2022-05-04T09:27:02.499Z] coverage: 8.6% of statements [2022-05-04T09:27:02.499Z] ok github.com/docker/docker/daemon 0.930s coverage: 8.6% of statements [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-04T09:27:02.499Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-04T09:27:02.500Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-04T09:27:03.607Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-04T09:27:03.988Z] [2022-05-04T09:27:03.988Z] SUCCESS: Specified value was saved. [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/defaults [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-04T09:27:04.069Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-04T09:27:04.069Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-04T09:27:04.069Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-04T09:27:04.069Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-04T09:27:04.069Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-04T09:27:04.069Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-04T09:27:04.069Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-04T09:27:04.069Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-04T09:27:04.070Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-04T09:27:04.070Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-05-04T09:27:04.070Z] === RUN TestCreateSuccess [2022-05-04T09:27:04.070Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCreateStreamSkipped [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-04T09:27:04.070Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCreateLogGroupSuccess [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-04T09:27:04.070Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCreateError [2022-05-04T09:27:04.070Z] --- PASS: TestCreateError (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCreateAlreadyExists [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-04T09:27:04.070Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestLogClosed [2022-05-04T09:27:04.070Z] --- PASS: TestLogClosed (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestLogBlocking [2022-05-04T09:27:04.070Z] --- PASS: TestLogBlocking (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-04T09:27:04.070Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestLogNonBlockingBufferFull [2022-05-04T09:27:04.070Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestPublishBatchSuccess [2022-05-04T09:27:04.070Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestPublishBatchError [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=error msg=error [2022-05-04T09:27:04.070Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:27:04.070Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-04T09:27:04.070Z] time="2022-05-04T09:27:03Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-04T09:27:04.070Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchSimple [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchTicker [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchMultilinePattern [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-04T09:27:04.070Z] === RUN TestCollectBatchClose [2022-05-04T09:27:04.070Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/0/Hello [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/2/🙃 [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/3/���� [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/4/He��o [2022-05-04T09:27:04.070Z] === RUN TestEffectiveLen/5/ [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-04T09:27:04.070Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/0/ [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/1/Hello [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: Hello [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/2/Hello [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: He [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: llo [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/3/Hello [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: Hello [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/4/🙃 [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/5/🙃 [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:27:04.070Z] === RUN TestFindValidSplit/6/a� [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1076: a [2022-05-04T09:27:04.070Z] cloudwatchlogs_test.go:1077: � [2022-05-04T09:27:04.175Z] === RUN TestExternalGraphDriver/pull [2022-05-04T09:27:04.539Z] === RUN TestFindValidSplit/7/a� [2022-05-04T09:27:04.539Z] cloudwatchlogs_test.go:1076: a� [2022-05-04T09:27:04.539Z] cloudwatchlogs_test.go:1077: [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestProcessEventEmoji [2022-05-04T09:27:04.539Z] --- PASS: TestProcessEventEmoji (0.05s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchLineSplit [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchMaxEvents [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchMaxEvents (0.11s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchMaxTotalBytes (0.12s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-04T09:27:04.539Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-04T09:27:04.539Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-04T09:27:04.539Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-04T09:27:04.539Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-04T09:27:04.539Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCreateTagSuccess [2022-05-04T09:27:04.539Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-04T09:27:04.539Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-04T09:27:04.539Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-04T09:27:04.539Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-04T09:27:04.539Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-04T09:27:04.539Z] PASS [2022-05-04T09:27:04.539Z] coverage: 80.2% of statements [2022-05-04T09:27:04.539Z] ok github.com/docker/docker/daemon/logger/awslogs 0.672s coverage: 80.2% of statements [2022-05-04T09:27:04.539Z] === RUN TestAdapterReadLogs [2022-05-04T09:27:04.539Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCopier [2022-05-04T09:27:04.539Z] --- PASS: TestCopier (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCopierLongLines [2022-05-04T09:27:04.539Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCopierSlow [2022-05-04T09:27:04.539Z] --- PASS: TestCopierSlow (0.20s) [2022-05-04T09:27:04.539Z] === RUN TestCopierWithSized [2022-05-04T09:27:04.539Z] === RUN TestCopierWithSized/as_is [2022-05-04T09:27:04.539Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-04T09:27:04.539Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-04T09:27:04.539Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-04T09:27:04.539Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestCopierWithPartial [2022-05-04T09:27:04.539Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestRingLogger [2022-05-04T09:27:04.539Z] --- PASS: TestRingLogger (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestRingCap [2022-05-04T09:27:04.539Z] --- PASS: TestRingCap (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestRingClose [2022-05-04T09:27:04.539Z] --- PASS: TestRingClose (0.00s) [2022-05-04T09:27:04.539Z] === RUN TestRingDrain [2022-05-04T09:27:04.539Z] --- PASS: TestRingDrain (0.00s) [2022-05-04T09:27:04.539Z] PASS [2022-05-04T09:27:05.009Z] coverage: 43.2% of statements [2022-05-04T09:27:05.009Z] ok github.com/docker/docker/daemon/logger 0.297s coverage: 43.2% of statements [2022-05-04T09:27:05.009Z] === RUN TestSearchRegistryForImagesErrors [2022-05-04T09:27:05.009Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-04T09:27:05.009Z] === RUN TestSearchRegistryForImages [2022-05-04T09:27:05.009Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-04T09:27:05.009Z] === RUN TestOnlyPlatformWithFallback [2022-05-04T09:27:05.009Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-04T09:27:05.009Z] === RUN TestImageDelete [2022-05-04T09:27:05.009Z] === RUN TestImageDelete/no_lease [2022-05-04T09:27:05.009Z] === RUN TestImageDelete/lease_exists [2022-05-04T09:27:05.009Z] --- PASS: TestImageDelete (0.07s) [2022-05-04T09:27:05.009Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-04T09:27:05.009Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-05-04T09:27:05.009Z] === RUN TestContentStoreForPull [2022-05-04T09:27:05.009Z] --- PASS: TestContentStoreForPull (0.24s) [2022-05-04T09:27:05.009Z] PASS [2022-05-04T09:27:05.009Z] coverage: 6.6% of statements [2022-05-04T09:27:05.009Z] ok github.com/docker/docker/daemon/images 0.471s coverage: 6.6% of statements [2022-05-04T09:27:05.009Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-04T09:27:05.009Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-04T09:27:05.009Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-04T09:27:05.118Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-04T09:27:05.118Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-04T09:27:05.687Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-04T09:27:05.687Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-04T09:27:05.687Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-04T09:27:05.997Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/#00 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-04T09:27:05.997Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/something:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-04T09:27:05.998Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-04T09:27:05.998Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-04T09:27:06.256Z] --- PASS: TestExternalGraphDriver (5.89s) [2022-05-04T09:27:06.256Z] --- PASS: TestExternalGraphDriver/json (1.91s) [2022-05-04T09:27:06.256Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2022-05-04T09:27:06.256Z] --- PASS: TestExternalGraphDriver/pull (1.93s) [2022-05-04T09:27:06.256Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-04T09:27:06.469Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-04T09:27:06.469Z] PASS [2022-05-04T09:27:06.469Z] coverage: 53.6% of statements [2022-05-04T09:27:06.469Z] ok github.com/docker/docker/daemon/logger/fluentd 0.132s coverage: 53.6% of statements [2022-05-04T09:27:06.469Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-04T09:27:06.469Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-04T09:27:06.469Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-04T09:27:06.469Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-04T09:27:06.469Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-04T09:27:06.469Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-04T09:27:06.469Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-05-04T09:27:06.469Z] === RUN TestFastTimeMarshalJSON [2022-05-04T09:27:06.469Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-04T09:27:06.469Z] PASS [2022-05-04T09:27:06.469Z] coverage: 87.2% of statements [2022-05-04T09:27:06.469Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.266s coverage: 87.2% of statements [2022-05-04T09:27:06.515Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-04T09:27:06.939Z] === RUN TestJSONFileLogger [2022-05-04T09:27:06.939Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-04T09:27:06.939Z] === RUN TestJSONFileLoggerWithTags [2022-05-04T09:27:06.939Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-04T09:27:06.939Z] === RUN TestJSONFileLoggerWithOpts [2022-05-04T09:27:06.939Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-04T09:27:06.939Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-04T09:27:06.939Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-04T09:27:06.939Z] === RUN TestEncodeDecode [2022-05-04T09:27:06.939Z] === PAUSE TestEncodeDecode [2022-05-04T09:27:06.939Z] === RUN TestUnexpectedEOF [2022-05-04T09:27:06.939Z] time="2022-05-04T09:27:06Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:27:06.939Z] time="2022-05-04T09:27:06Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-04T09:27:06.939Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-05-04T09:27:06.939Z] === CONT TestEncodeDecode [2022-05-04T09:27:06.939Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-04T09:27:06.939Z] PASS [2022-05-04T09:27:06.939Z] coverage: 69.9% of statements [2022-05-04T09:27:06.939Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.317s coverage: 69.9% of statements [2022-05-04T09:27:07.408Z] === RUN TestWriteLog [2022-05-04T09:27:07.408Z] === PAUSE TestWriteLog [2022-05-04T09:27:07.408Z] === RUN TestReadLog [2022-05-04T09:27:07.408Z] === PAUSE TestReadLog [2022-05-04T09:27:07.408Z] === RUN TestDecode [2022-05-04T09:27:07.708Z] Removing intermediate container 891a925c88a8 [2022-05-04T09:27:07.708Z] ---> 0d06345709ef [2022-05-04T09:27:07.708Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-04T09:27:07.708Z] ---> Running in 8e7b39c8efcf [2022-05-04T09:27:07.876Z] --- PASS: TestDecode (0.03s) [2022-05-04T09:27:07.877Z] === CONT TestWriteLog [2022-05-04T09:27:07.877Z] --- PASS: TestWriteLog (0.00s) [2022-05-04T09:27:07.877Z] === CONT TestReadLog [2022-05-04T09:27:07.877Z] === RUN TestReadLog/tail_exact [2022-05-04T09:27:07.877Z] === RUN TestReadLog/tail_less_than_available [2022-05-04T09:27:07.877Z] === RUN TestReadLog/tail_more_than_available [2022-05-04T09:27:07.877Z] --- PASS: TestReadLog (0.26s) [2022-05-04T09:27:07.877Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-05-04T09:27:07.877Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-04T09:27:07.877Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-04T09:27:07.877Z] PASS [2022-05-04T09:27:07.877Z] coverage: 78.7% of statements [2022-05-04T09:27:07.877Z] ok github.com/docker/docker/daemon/logger/local 0.355s coverage: 78.7% of statements [2022-05-04T09:27:07.877Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-04T09:27:08.347Z] === RUN TestLog [2022-05-04T09:27:08.347Z] --- PASS: TestLog (0.03s) [2022-05-04T09:27:08.347Z] PASS [2022-05-04T09:27:08.347Z] coverage: 31.5% of statements [2022-05-04T09:27:08.347Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.154s coverage: 31.5% of statements [2022-05-04T09:27:08.419Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-04T09:27:08.419Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-04T09:27:08.419Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T09:27:08.419Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-04T09:27:08.678Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-04T09:27:08.818Z] === RUN TestOpenFileDelete [2022-05-04T09:27:08.818Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestOpenFileRename [2022-05-04T09:27:08.818Z] --- PASS: TestOpenFileRename (0.01s) [2022-05-04T09:27:08.818Z] === RUN TestHandleDecoderErr [2022-05-04T09:27:08.818Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestParseLogTagDefaultTag [2022-05-04T09:27:08.818Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestParseLogTag [2022-05-04T09:27:08.818Z] --- PASS: TestParseLogTag (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestParseLogTagEmptyTag [2022-05-04T09:27:08.818Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestTailFiles [2022-05-04T09:27:08.818Z] --- PASS: TestTailFiles (0.00s) [2022-05-04T09:27:08.818Z] === RUN TestFollowLogsConsumerGone [2022-05-04T09:27:08.818Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-05-04T09:27:08.818Z] === RUN TestFollowLogsProducerGone [2022-05-04T09:27:08.818Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-04T09:27:08.818Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-04T09:27:08.818Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-04T09:27:08.818Z] === RUN TestCheckCapacityAndRotate [2022-05-04T09:27:08.818Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-04T09:27:08.818Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-04T09:27:08.818Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2022-05-04T09:27:08.818Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s) [2022-05-04T09:27:08.818Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-05-04T09:27:08.818Z] PASS [2022-05-04T09:27:08.818Z] coverage: 55.1% of statements [2022-05-04T09:27:08.818Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.260s coverage: 55.1% of statements [2022-05-04T09:27:09.247Z] === RUN TestDockerSuite/TestCommitChange [2022-05-04T09:27:09.807Z] === RUN TestNewParse [2022-05-04T09:27:09.807Z] --- PASS: TestNewParse (0.00s) [2022-05-04T09:27:09.807Z] PASS [2022-05-04T09:27:09.807Z] coverage: 8.3% of statements [2022-05-04T09:27:09.807Z] === RUN TestValidateLogOpt [2022-05-04T09:27:09.807Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestNewMissedConfig [2022-05-04T09:27:09.807Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestNewMissedUrl [2022-05-04T09:27:09.807Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestNewMissedToken [2022-05-04T09:27:09.807Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestNewWithProxy [2022-05-04T09:27:09.807Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestDefault [2022-05-04T09:27:09.807Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2022-05-04T09:27:09.807Z] --- PASS: TestDefault (0.01s) [2022-05-04T09:27:09.807Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-04T09:27:09.807Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-05-04T09:27:09.807Z] === RUN TestJsonFormat [2022-05-04T09:27:09.807Z] --- PASS: TestJsonFormat (0.01s) [2022-05-04T09:27:09.807Z] === RUN TestRawFormat [2022-05-04T09:27:09.807Z] --- PASS: TestRawFormat (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestRawFormatWithLabels [2022-05-04T09:27:09.807Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestRawFormatWithoutTag [2022-05-04T09:27:09.807Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestBatching [2022-05-04T09:27:09.807Z] === RUN TestParseLogFormat [2022-05-04T09:27:09.807Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestValidateLogOptEmpty [2022-05-04T09:27:09.807Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestParseAddressDefaultPort [2022-05-04T09:27:09.807Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestValidateSyslogFacility [2022-05-04T09:27:09.807Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestValidateLogOptSyslogFormat [2022-05-04T09:27:09.807Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-04T09:27:09.807Z] === RUN TestValidateLogOpt [2022-05-04T09:27:09.807Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-04T09:27:09.807Z] PASS [2022-05-04T09:27:09.807Z] coverage: 43.6% of statements [2022-05-04T09:27:09.807Z] ok github.com/docker/docker/daemon/logger/syslog 0.073s coverage: 43.6% of statements [2022-05-04T09:27:10.182Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-04T09:27:10.276Z] --- PASS: TestBatching (0.30s) [2022-05-04T09:27:10.276Z] === RUN TestFrequency [2022-05-04T09:27:10.276Z] --- PASS: TestFrequency (0.21s) [2022-05-04T09:27:10.276Z] === RUN TestOneMessagePerRequest [2022-05-04T09:27:10.276Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-04T09:27:10.276Z] === RUN TestVerify [2022-05-04T09:27:10.276Z] --- PASS: TestVerify (0.00s) [2022-05-04T09:27:10.276Z] === RUN TestSkipVerify [2022-05-04T09:27:10.442Z] --- PASS: TestGraphdriverPluginV2 (4.44s) [2022-05-04T09:27:10.442Z] PASS [2022-05-04T09:27:10.442Z] [2022-05-04T09:27:10.442Z] DONE 5 tests in 10.481s [2022-05-04T09:27:10.701Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-04T09:27:10.701Z] ++ 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-05-04T09:27:10.701Z] ++ set -e [2022-05-04T09:27:10.701Z] ++ '[' -n 0 ']' [2022-05-04T09:27:10.701Z] ++ set -x [2022-05-04T09:27:10.701Z] ++ 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-05-04T09:27:10.701Z] INFO: Testing against a local daemon [2022-05-04T09:27:10.701Z] === RUN TestContinueAfterPluginCrash [2022-05-04T09:27:10.701Z] === PAUSE TestContinueAfterPluginCrash [2022-05-04T09:27:10.701Z] === RUN TestReadPluginNoRead [2022-05-04T09:27:10.701Z] === PAUSE TestReadPluginNoRead [2022-05-04T09:27:10.701Z] === RUN TestDaemonStartWithLogOpt [2022-05-04T09:27:10.701Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-04T09:27:10.701Z] === CONT TestContinueAfterPluginCrash [2022-05-04T09:27:10.701Z] === CONT TestDaemonStartWithLogOpt [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.745Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:10.959Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-04T09:27:11.215Z] --- PASS: TestSkipVerify (0.62s) [2022-05-04T09:27:11.215Z] === RUN TestBufferMaximum [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.764846\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.764846\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] --- PASS: TestBufferMaximum (0.01s) [2022-05-04T09:27:11.215Z] === RUN TestServerAlwaysDown [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.768838\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.768838\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.768838\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.769827\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] time="2022-05-04T09:27:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651656430.769827\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:11.215Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-04T09:27:11.215Z] === RUN TestCannotSendAfterClose [2022-05-04T09:27:11.215Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-04T09:27:11.215Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-04T09:27:12.206Z] time="2022-05-04T09:27:11Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-04T09:27:12.206Z] time="2022-05-04T09:27:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"011e5475cc34\"}'" [2022-05-04T09:27:12.206Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-05-04T09:27:12.206Z] PASS [2022-05-04T09:27:12.206Z] coverage: 82.5% of statements [2022-05-04T09:27:12.206Z] ok github.com/docker/docker/daemon/logger/splunk 2.286s coverage: 82.5% of statements [2022-05-04T09:27:12.206Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-04T09:27:12.206Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-04T09:27:12.206Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-04T09:27:12.206Z] === RUN TestV1IDService [2022-05-04T09:27:12.206Z] --- PASS: TestV1IDService (0.06s) [2022-05-04T09:27:12.206Z] === RUN TestV2MetadataService [2022-05-04T09:27:12.381Z] Cannot create a file when that file already exists. [2022-05-04T09:27:12.676Z] === RUN TestSuccessfulDownload [2022-05-04T09:27:12.676Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:27:12.676Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-04T09:27:12.676Z] === RUN TestCancelledDownload [2022-05-04T09:27:12.676Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-04T09:27:12.676Z] === RUN TestMaxDownloadAttempts [2022-05-04T09:27:12.676Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:27:12.676Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:27:12.676Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:27:12.676Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:27:12.676Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:27:12.676Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:27:12.676Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:27:12.676Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:27:12.676Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-04T09:27:12.676Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-04T09:27:12.676Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-04T09:27:12.676Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-04T09:27:12.881Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-04T09:27:13.148Z] time="2022-05-04T09:27:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:27:13.148Z] time="2022-05-04T09:27:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:27:13.148Z] time="2022-05-04T09:27:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:27:13.148Z] time="2022-05-04T09:27:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-04T09:27:13.148Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-04T09:27:13.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.54s) [2022-05-04T09:27:13.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.54s) [2022-05-04T09:27:13.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.54s) [2022-05-04T09:27:13.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.54s) [2022-05-04T09:27:13.148Z] === RUN TestTransfer [2022-05-04T09:27:13.148Z] --- PASS: TestTransfer (0.16s) [2022-05-04T09:27:13.148Z] === RUN TestConcurrencyLimit [2022-05-04T09:27:13.148Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-04T09:27:13.148Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-04T09:27:13.148Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-04T09:27:13.148Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-04T09:27:13.148Z] === RUN TestContinueOnError_NeverContinue [2022-05-04T09:27:13.148Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-04T09:27:13.148Z] === RUN TestManifestStore [2022-05-04T09:27:13.148Z] === RUN TestManifestStore/no_remote_or_local [2022-05-04T09:27:13.617Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-05-04T09:27:13.617Z] === RUN TestInactiveJobs [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2711482751\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/no_local_cache [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/with_local_cache [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/unknown_media_type [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="reference for unknown type: " [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="reference for unknown type: " [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="reference for unknown type: " [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="reference for unknown type: " [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="reference for unknown type: " [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-04T09:27:13.617Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-04T09:27:13.617Z] --- PASS: TestV2MetadataService (1.46s) [2022-05-04T09:27:13.617Z] PASS [2022-05-04T09:27:13.617Z] coverage: 48.2% of statements [2022-05-04T09:27:13.617Z] ok github.com/docker/docker/distribution/metadata 1.605s coverage: 48.2% of statements [2022-05-04T09:27:13.617Z] time="2022-05-04T09:27:13Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore (0.41s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-04T09:27:13.617Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.01s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-04T09:27:13.617Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestFixManifestLayers [2022-05-04T09:27:13.617Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-04T09:27:13.617Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:27:13.617Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestFixManifestLayersBadParent [2022-05-04T09:27:13.617Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestValidateManifest [2022-05-04T09:27:13.617Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:27:13.617Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestFormatPlatform [2022-05-04T09:27:13.617Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-04T09:27:13.617Z] === RUN TestPullSchema2Config [2022-05-04T09:27:13.617Z] === RUN TestPullSchema2Config/success_first_time [2022-05-04T09:27:13.617Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:27:13.617Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:13.617Z] === RUN TestPullSchema2Config/500_status [2022-05-04T09:27:13.617Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:27:13.617Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:14.092Z] --- PASS: TestInactiveJobs (0.36s) [2022-05-04T09:27:14.092Z] === RUN TestWatchRelease [2022-05-04T09:27:14.092Z] --- PASS: TestWatchRelease (0.05s) [2022-05-04T09:27:14.092Z] === RUN TestWatchFinishedTransfer [2022-05-04T09:27:14.092Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestDuplicateTransfer [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:14.092Z] === RUN TestPullSchema2Config/EOF [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:27:14.092Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-04T09:27:14.092Z] === RUN TestSuccessfulUpload [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:14.092Z] 2022/05/04 09:27:13 http: panic serving 127.0.0.1:49220: intentional panic [2022-05-04T09:27:14.092Z] goroutine 95 [running]: [2022-05-04T09:27:14.092Z] net/http.(*conn).serve.func1() [2022-05-04T09:27:14.092Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:27:14.092Z] panic({0x1038f00, 0x121b310}) [2022-05-04T09:27:14.092Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:27:14.092Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000535520?, {0x1222ab8?, 0xc00009c380?}) [2022-05-04T09:27:14.092Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-04T09:27:14.092Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1222ab8, 0xc00009c380}, 0xc000158400) [2022-05-04T09:27:14.092Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-04T09:27:14.092Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1222ab8?, 0xc00009c380?}, 0xc00005a800?) [2022-05-04T09:27:14.092Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:27:14.092Z] net/http.serverHandler.ServeHTTP({0xc00040f0b0?}, {0x1222ab8, 0xc00009c380}, 0xc000158400) [2022-05-04T09:27:14.092Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:27:14.092Z] net/http.(*conn).serve(0xc000078fa0, {0x1223330, 0xc00033bef0}) [2022-05-04T09:27:14.092Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:27:14.092Z] created by net/http.(*Server).Serve [2022-05-04T09:27:14.092Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:27:14.092Z] === RUN TestNotFound [2022-05-04T09:27:14.092Z] --- PASS: TestNotFound (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestConflict [2022-05-04T09:27:14.092Z] --- PASS: TestConflict (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestForbidden [2022-05-04T09:27:14.092Z] --- PASS: TestForbidden (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestInvalidParameter [2022-05-04T09:27:14.092Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestNotImplemented [2022-05-04T09:27:14.092Z] --- PASS: TestNotImplemented (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestNotModified [2022-05-04T09:27:14.092Z] --- PASS: TestNotModified (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestUnauthorized [2022-05-04T09:27:14.092Z] --- PASS: TestUnauthorized (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestUnknown [2022-05-04T09:27:14.092Z] --- PASS: TestUnknown (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestCancelled [2022-05-04T09:27:14.092Z] --- PASS: TestCancelled (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestDeadline [2022-05-04T09:27:14.092Z] --- PASS: TestDeadline (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestDataLoss [2022-05-04T09:27:14.092Z] --- PASS: TestDataLoss (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestUnavailable [2022-05-04T09:27:14.092Z] --- PASS: TestUnavailable (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestSystem [2022-05-04T09:27:14.092Z] --- PASS: TestSystem (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Not_Found [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Bad_Request [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Conflict [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Unauthorized [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Forbidden [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Not_Modified [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-04T09:27:14.092Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-04T09:27:14.092Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-04T09:27:14.092Z] PASS [2022-05-04T09:27:14.092Z] coverage: 77.0% of statements [2022-05-04T09:27:14.092Z] ok github.com/docker/docker/errdefs 0.049s coverage: 77.0% of statements [2022-05-04T09:27:14.092Z] time="2022-05-04T09:27:13Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:14.092Z] === RUN TestPullSchema2Config/unauthorized [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-04T09:27:14.092Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-04T09:27:14.092Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-04T09:27:14.092Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-04T09:27:14.092Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-04T09:27:14.092Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-04T09:27:14.092Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-04T09:27:14.092Z] === RUN TestGetRepositoryMountCandidates [2022-05-04T09:27:14.092Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestLayerAlreadyExists [2022-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] 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-05-04T09:27:14.092Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-04T09:27:14.092Z] === RUN TestWhenEmptyAuthConfig [2022-05-04T09:27:14.263Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-04T09:27:14.563Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-05-04T09:27:14.563Z] === RUN TestCancelledUpload [2022-05-04T09:27:14.563Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-04T09:27:14.563Z] PASS [2022-05-04T09:27:14.563Z] coverage: 76.8% of statements [2022-05-04T09:27:14.563Z] ok github.com/docker/docker/distribution/xfer 1.956s coverage: 76.8% of statements [2022-05-04T09:27:15.201Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-04T09:27:15.201Z] --- PASS: TestDaemonStartWithLogOpt (4.58s) [2022-05-04T09:27:15.201Z] === CONT TestReadPluginNoRead [2022-05-04T09:27:15.552Z] --- PASS: TestWhenEmptyAuthConfig (1.26s) [2022-05-04T09:27:15.552Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-04T09:27:15.552Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-04T09:27:15.552Z] === RUN TestTokenPassThru [2022-05-04T09:27:15.552Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-04T09:27:15.552Z] === RUN TestTokenPassThruDifferentHost [2022-05-04T09:27:15.552Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-04T09:27:15.552Z] PASS [2022-05-04T09:27:15.552Z] coverage: 26.6% of statements [2022-05-04T09:27:15.552Z] ok github.com/docker/docker/distribution 2.341s coverage: 26.6% of statements [2022-05-04T09:27:15.552Z] === RUN TestCompare [2022-05-04T09:27:15.552Z] --- PASS: TestCompare (0.00s) [2022-05-04T09:27:15.552Z] PASS [2022-05-04T09:27:15.552Z] coverage: 19.2% of statements [2022-05-04T09:27:15.552Z] ok github.com/docker/docker/image/cache 0.093s coverage: 19.2% of statements [2022-05-04T09:27:15.552Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-04T09:27:15.553Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-04T09:27:16.022Z] === RUN TestFSGetInvalidData [2022-05-04T09:27:16.022Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-04T09:27:16.022Z] === RUN TestFSInvalidSet [2022-05-04T09:27:16.022Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-04T09:27:16.022Z] === RUN TestFSInvalidRoot [2022-05-04T09:27:16.022Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-04T09:27:16.022Z] === RUN TestFSMetadataGetSet [2022-05-04T09:27:16.022Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-05-04T09:27:16.022Z] === RUN TestFSInvalidWalker [2022-05-04T09:27:16.022Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-05-04T09:27:16.022Z] === RUN TestFSGetSet [2022-05-04T09:27:16.022Z] --- PASS: TestFSGetSet (0.05s) [2022-05-04T09:27:16.022Z] === RUN TestFSGetUnsetKey [2022-05-04T09:27:16.022Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-04T09:27:16.022Z] === RUN TestFSGetEmptyData [2022-05-04T09:27:16.022Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-04T09:27:16.022Z] === RUN TestFSDelete [2022-05-04T09:27:16.022Z] --- PASS: TestFSDelete (0.04s) [2022-05-04T09:27:16.022Z] === RUN TestFSWalker [2022-05-04T09:27:16.022Z] --- PASS: TestFSWalker (0.03s) [2022-05-04T09:27:16.022Z] === RUN TestFSWalkerStopOnError [2022-05-04T09:27:16.022Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-04T09:27:16.022Z] === RUN TestNewFromJSON [2022-05-04T09:27:16.022Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-04T09:27:16.022Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-04T09:27:16.022Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-04T09:27:16.022Z] === RUN TestMarshalKeyOrder [2022-05-04T09:27:16.022Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-04T09:27:16.022Z] === RUN TestHistoryEqual [2022-05-04T09:27:16.492Z] === RUN TestValidateManifest [2022-05-04T09:27:16.492Z] === RUN TestValidateManifest/nil [2022-05-04T09:27:16.492Z] === RUN TestValidateManifest/non-nil [2022-05-04T09:27:16.492Z] --- PASS: TestValidateManifest (0.00s) [2022-05-04T09:27:16.492Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-04T09:27:16.492Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-04T09:27:16.492Z] PASS [2022-05-04T09:27:16.492Z] coverage: 0.7% of statements [2022-05-04T09:27:16.492Z] ok github.com/docker/docker/image/tarexport 0.096s coverage: 0.7% of statements [2022-05-04T09:27:16.492Z] --- PASS: TestHistoryEqual (0.22s) [2022-05-04T09:27:16.492Z] === RUN TestImage [2022-05-04T09:27:16.492Z] --- PASS: TestImage (0.00s) [2022-05-04T09:27:16.492Z] === RUN TestImageOSNotEmpty [2022-05-04T09:27:16.492Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-04T09:27:16.492Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-04T09:27:16.492Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-04T09:27:16.492Z] === RUN TestCreate [2022-05-04T09:27:16.492Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:27:16.492Z] === RUN TestRestore [2022-05-04T09:27:16.492Z] time="2022-05-04T09:27:16Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-04T09:27:16.492Z] --- PASS: TestRestore (0.04s) [2022-05-04T09:27:16.492Z] === RUN TestAddDelete [2022-05-04T09:27:16.492Z] --- PASS: TestAddDelete (0.05s) [2022-05-04T09:27:16.492Z] === RUN TestSearchAfterDelete [2022-05-04T09:27:16.492Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-04T09:27:16.492Z] === RUN TestParentReset [2022-05-04T09:27:16.492Z] --- PASS: TestParentReset (0.04s) [2022-05-04T09:27:16.492Z] === RUN TestGetAndSetLastUpdated [2022-05-04T09:27:16.492Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-04T09:27:16.492Z] === RUN TestStoreLen [2022-05-04T09:27:16.492Z] --- PASS: TestStoreLen (0.07s) [2022-05-04T09:27:16.492Z] PASS [2022-05-04T09:27:16.492Z] coverage: 86.9% of statements [2022-05-04T09:27:16.492Z] ok github.com/docker/docker/image 0.841s coverage: 86.9% of statements [2022-05-04T09:27:16.584Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-04T09:27:16.962Z] === RUN TestMakeV1ConfigFromConfig [2022-05-04T09:27:16.962Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-05-04T09:27:16.962Z] PASS [2022-05-04T09:27:16.962Z] coverage: 25.0% of statements [2022-05-04T09:27:17.153Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-04T09:27:17.431Z] ok github.com/docker/docker/image/v1 0.227s coverage: 25.0% of statements [2022-05-04T09:27:17.431Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-04T09:27:18.091Z] === RUN TestReadPluginNoRead/default [2022-05-04T09:27:18.162Z] Removing intermediate container 8e7b39c8efcf [2022-05-04T09:27:18.162Z] ---> 4e4febfb8116 [2022-05-04T09:27:18.162Z] Step 13/13 : CMD ["sh"] [2022-05-04T09:27:18.162Z] ---> Running in 2d0bff6b5331 [2022-05-04T09:27:18.162Z] Removing intermediate container 2d0bff6b5331 [2022-05-04T09:27:18.162Z] ---> 76ffaa0ee827 [2022-05-04T09:27:18.162Z] Successfully built 76ffaa0ee827 [2022-05-04T09:27:18.162Z] Successfully tagged busybox:latest [2022-05-04T09:27:18.162Z] INFO: Docker images of the daemon under test [2022-05-04T09:27:18.162Z] [2022-05-04T09:27:18.162Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:27:18.162Z] busybox latest 76ffaa0ee827 Less than a second ago 5.02GB [2022-05-04T09:27:18.162Z] microsoft/windowsservercore latest aa8714eb8356 4 weeks ago 4.98GB [2022-05-04T09:27:18.162Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 4 weeks ago 4.98GB [2022-05-04T09:27:18.162Z] [2022-05-04T09:27:18.162Z] INFO: Running integration tests at 05/04/2022 09:27:17... [2022-05-04T09:27:18.162Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-04T09:27:18.162Z] INFO: Integration API tests being run from the host: [2022-05-04T09:27:18.162Z] INFO: make.ps1 starting at 05/04/2022 09:27:17 [2022-05-04T09:27:18.350Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-04T09:27:18.998Z] === RUN TestSerialization [2022-05-04T09:27:18.998Z] --- PASS: TestSerialization (0.08s) [2022-05-04T09:27:18.998Z] PASS [2022-05-04T09:27:18.998Z] coverage: 100.0% of statements [2022-05-04T09:27:18.998Z] ok github.com/docker/docker/libcontainerd/queue 0.160s coverage: 100.0% of statements [2022-05-04T09:27:18.998Z] === RUN TestEmptyLayer [2022-05-04T09:27:18.999Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-04T09:27:18.999Z] === RUN TestCommitFailure [2022-05-04T09:27:18.999Z] --- PASS: TestCommitFailure (0.01s) [2022-05-04T09:27:18.999Z] === RUN TestStartTransactionFailure [2022-05-04T09:27:18.999Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-05-04T09:27:18.999Z] === RUN TestGetOrphan [2022-05-04T09:27:18.999Z] --- PASS: TestGetOrphan (0.01s) [2022-05-04T09:27:18.999Z] === RUN TestMountAndRegister [2022-05-04T09:27:18.999Z] layer_test.go:258: Layer size: 14 [2022-05-04T09:27:19.126Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-04T09:27:19.286Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-04T09:27:19.468Z] --- PASS: TestMountAndRegister (0.08s) [2022-05-04T09:27:19.468Z] === RUN TestLayerRelease [2022-05-04T09:27:19.468Z] layer_test.go:291: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestStoreRestore [2022-05-04T09:27:19.468Z] layer_test.go:340: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestTarStreamStability [2022-05-04T09:27:19.468Z] layer_test.go:455: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestRegisterExistingLayer [2022-05-04T09:27:19.468Z] === RUN TestEnvironmentParsing [2022-05-04T09:27:19.468Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-04T09:27:19.468Z] PASS [2022-05-04T09:27:19.468Z] coverage: 1.2% of statements [2022-05-04T09:27:19.468Z] ok github.com/docker/docker/libcontainerd/local 0.077s coverage: 1.2% of statements [2022-05-04T09:27:19.468Z] --- PASS: TestRegisterExistingLayer (0.22s) [2022-05-04T09:27:19.468Z] === RUN TestTarStreamVerification [2022-05-04T09:27:19.468Z] layer_test.go:684: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestLayerMigration [2022-05-04T09:27:19.468Z] migration_test.go:45: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestLayerMigrationNoTarsplit [2022-05-04T09:27:19.468Z] migration_test.go:181: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestMountInit [2022-05-04T09:27:19.468Z] mount_test.go:17: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestMountInit (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestMountSize [2022-05-04T09:27:19.468Z] mount_test.go:76: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestMountSize (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestMountChanges [2022-05-04T09:27:19.468Z] mount_test.go:125: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestMountChanges (0.00s) [2022-05-04T09:27:19.468Z] === RUN TestMountApply [2022-05-04T09:27:19.468Z] mount_test.go:212: Failing on Windows [2022-05-04T09:27:19.468Z] --- SKIP: TestMountApply (0.00s) [2022-05-04T09:27:19.468Z] PASS [2022-05-04T09:27:19.468Z] coverage: 30.6% of statements [2022-05-04T09:27:19.468Z] ok github.com/docker/docker/layer 0.414s coverage: 30.6% of statements [2022-05-04T09:27:19.547Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-04T09:27:19.937Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-04T09:27:19.937Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-04T09:27:19.937Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-04T09:27:19.937Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-04T09:27:20.484Z] --- PASS: TestContinueAfterPluginCrash (9.62s) [2022-05-04T09:27:20.484Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-04T09:27:20.926Z] === RUN TestSequenceGetAvailableBit [2022-05-04T09:27:20.926Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSequenceEqual [2022-05-04T09:27:20.926Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSequenceCopy [2022-05-04T09:27:20.926Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestGetFirstAvailable [2022-05-04T09:27:20.926Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestFindSequence [2022-05-04T09:27:20.926Z] --- PASS: TestFindSequence (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestCheckIfAvailable [2022-05-04T09:27:20.926Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestMergeSequences [2022-05-04T09:27:20.926Z] --- PASS: TestMergeSequences (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestPushReservation [2022-05-04T09:27:20.926Z] --- PASS: TestPushReservation (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSerializeDeserialize [2022-05-04T09:27:20.926Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSet [2022-05-04T09:27:20.926Z] --- PASS: TestSet (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSetUnset [2022-05-04T09:27:20.926Z] --- PASS: TestSetUnset (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestOffsetSetUnset [2022-05-04T09:27:20.926Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSetInRange [2022-05-04T09:27:20.926Z] --- PASS: TestSetInRange (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestSetAnyInRange [2022-05-04T09:27:20.926Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestMethods [2022-05-04T09:27:20.926Z] --- PASS: TestMethods (0.00s) [2022-05-04T09:27:20.926Z] === RUN TestRandomAllocateDeallocate [2022-05-04T09:27:21.051Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-04T09:27:21.986Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-04T09:27:21.986Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-04T09:27:22.554Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-04T09:27:22.554Z] === CONT TestReadPluginNoRead [2022-05-04T09:27:22.554Z] read_test.go:92: [d910c5dc6d40a] daemon is not started [2022-05-04T09:27:22.554Z] --- PASS: TestReadPluginNoRead (7.19s) [2022-05-04T09:27:22.554Z] --- PASS: TestReadPluginNoRead/default (1.49s) [2022-05-04T09:27:22.554Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2022-05-04T09:27:22.554Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s) [2022-05-04T09:27:22.554Z] PASS [2022-05-04T09:27:22.554Z] [2022-05-04T09:27:22.554Z] DONE 6 tests in 11.920s [2022-05-04T09:27:22.554Z] 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-05-04T09:27:22.554Z] ++ 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-05-04T09:27:22.554Z] ++ set -e [2022-05-04T09:27:22.554Z] ++ '[' -n 0 ']' [2022-05-04T09:27:22.554Z] ++ set -x [2022-05-04T09:27:22.554Z] ++ 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-05-04T09:27:22.554Z] testing: warning: no tests to run [2022-05-04T09:27:22.554Z] PASS [2022-05-04T09:27:22.555Z] [2022-05-04T09:27:22.555Z] DONE 0 tests in 0.058s [2022-05-04T09:27:22.555Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-04T09:27:22.555Z] ++ 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-05-04T09:27:22.555Z] ++ set -e [2022-05-04T09:27:22.555Z] ++ '[' -n 0 ']' [2022-05-04T09:27:22.555Z] ++ set -x [2022-05-04T09:27:22.555Z] ++ 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-05-04T09:27:22.814Z] INFO: Testing against a local daemon [2022-05-04T09:27:22.814Z] === RUN TestPluginWithDevMounts [2022-05-04T09:27:22.814Z] === PAUSE TestPluginWithDevMounts [2022-05-04T09:27:22.814Z] === CONT TestPluginWithDevMounts [2022-05-04T09:27:23.073Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-04T09:27:23.146Z] === RUN TestInvalidConfig [2022-05-04T09:27:23.146Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-04T09:27:23.146Z] === RUN TestConfig [2022-05-04T09:27:23.146Z] --- PASS: TestConfig (0.00s) [2022-05-04T09:27:23.146Z] === RUN TestOptionsLabels [2022-05-04T09:27:23.146Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-04T09:27:23.146Z] === RUN TestValidName [2022-05-04T09:27:23.146Z] --- PASS: TestValidName (0.00s) [2022-05-04T09:27:23.146Z] PASS [2022-05-04T09:27:23.146Z] coverage: 19.7% of statements [2022-05-04T09:27:23.146Z] ok github.com/docker/docker/libnetwork/config 0.105s coverage: 19.7% of statements [2022-05-04T09:27:23.615Z] === RUN TestKey [2022-05-04T09:27:23.615Z] --- PASS: TestKey (0.00s) [2022-05-04T09:27:23.615Z] === RUN TestParseKey [2022-05-04T09:27:23.615Z] --- PASS: TestParseKey (0.00s) [2022-05-04T09:27:23.615Z] === RUN TestInvalidDataStore [2022-05-04T09:27:23.615Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-04T09:27:23.615Z] === RUN TestKVObjectFlatKey [2022-05-04T09:27:23.615Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-04T09:27:23.615Z] === RUN TestAtomicKVObjectFlatKey [2022-05-04T09:27:23.615Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-04T09:27:23.615Z] PASS [2022-05-04T09:27:23.615Z] coverage: 21.9% of statements [2022-05-04T09:27:23.615Z] ok github.com/docker/docker/libnetwork/datastore 0.060s coverage: 21.9% of statements [2022-05-04T09:27:23.641Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-04T09:27:24.086Z] === RUN TestErrorInterfaces [2022-05-04T09:27:24.086Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-04T09:27:24.086Z] === RUN TestNetworkMarshalling [2022-05-04T09:27:24.209Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-04T09:27:24.469Z] --- PASS: TestPluginWithDevMounts (1.79s) [2022-05-04T09:27:24.469Z] PASS [2022-05-04T09:27:24.469Z] [2022-05-04T09:27:24.469Z] DONE 1 tests in 1.962s [2022-05-04T09:27:24.558Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-05-04T09:27:24.558Z] === RUN TestEndpointMarshalling [2022-05-04T09:27:24.558Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestAuxAddresses [2022-05-04T09:27:24.558Z] time="2022-05-04T09:27:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:27:24.558Z] --- PASS: TestAuxAddresses (0.03s) [2022-05-04T09:27:24.558Z] === RUN TestSRVServiceQuery [2022-05-04T09:27:24.558Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-04T09:27:24.558Z] === RUN TestServiceVIPReuse [2022-05-04T09:27:24.558Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-04T09:27:24.558Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestDNSIPQuery [2022-05-04T09:27:24.558Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestDNSProxyServFail [2022-05-04T09:27:24.558Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestSandboxAddEmpty [2022-05-04T09:27:24.558Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestSandboxAddMultiPrio [2022-05-04T09:27:24.558Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestSandboxAddSamePrio [2022-05-04T09:27:24.558Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestCleanupServiceDiscovery [2022-05-04T09:27:24.558Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestDNSOptions [2022-05-04T09:27:24.558Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:27:24.558Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestMultipleControllersWithSameStore [2022-05-04T09:27:24.558Z] time="2022-05-04T09:27:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:27:24.558Z] time="2022-05-04T09:27:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-04T09:27:24.558Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-04T09:27:24.558Z] PASS [2022-05-04T09:27:24.558Z] coverage: 8.5% of statements [2022-05-04T09:27:24.558Z] ok github.com/docker/docker/libnetwork 0.443s coverage: 8.5% of statements [2022-05-04T09:27:24.558Z] === RUN TestIPDataMarshalling [2022-05-04T09:27:24.558Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-04T09:27:24.558Z] === RUN TestValidateAndIsV6 [2022-05-04T09:27:24.558Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-04T09:27:24.558Z] PASS [2022-05-04T09:27:24.558Z] coverage: 68.9% of statements [2022-05-04T09:27:24.558Z] ok github.com/docker/docker/libnetwork/driverapi 0.051s coverage: 68.9% of statements [2022-05-04T09:27:24.729Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-04T09:27:24.729Z] ++ 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-05-04T09:27:24.729Z] ++ set -e [2022-05-04T09:27:24.729Z] ++ '[' -n 0 ']' [2022-05-04T09:27:24.729Z] ++ set -x [2022-05-04T09:27:24.729Z] ++ 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-05-04T09:27:24.729Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-04T09:27:24.729Z] INFO: Testing against a local daemon [2022-05-04T09:27:24.729Z] === RUN TestSecretInspect [2022-05-04T09:27:24.729Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-04T09:27:24.729Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-04T09:27:25.547Z] === RUN TestDriver [2022-05-04T09:27:25.547Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:27:25.547Z] PASS [2022-05-04T09:27:25.547Z] coverage: 34.8% of statements [2022-05-04T09:27:25.547Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-05-04T09:27:25.668Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-04T09:27:25.668Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-04T09:27:25.668Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-04T09:27:25.668Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset=== RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-04T09:27:25.668Z] [2022-05-04T09:27:25.668Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-04T09:27:26.017Z] === RUN TestDriver [2022-05-04T09:27:26.017Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:27:26.017Z] PASS [2022-05-04T09:27:26.017Z] coverage: 34.8% of statements [2022-05-04T09:27:26.017Z] ok github.com/docker/docker/libnetwork/drivers/null 0.052s coverage: 34.8% of statements [2022-05-04T09:27:26.017Z] === RUN TestNetworkAllocateFree [2022-05-04T09:27:26.017Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-04T09:27:26.017Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-04T09:27:26.017Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-04T09:27:26.017Z] PASS [2022-05-04T09:27:26.017Z] coverage: 63.6% of statements [2022-05-04T09:27:26.017Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.053s coverage: 63.6% of statements [2022-05-04T09:27:26.607Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-04T09:27:27.007Z] === RUN TestGetEmptyCapabilities [2022-05-04T09:27:27.007Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-04T09:27:27.007Z] === RUN TestGetExtraCapabilities [2022-05-04T09:27:27.007Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-04T09:27:27.007Z] === RUN TestGetInvalidCapabilities [2022-05-04T09:27:27.007Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-04T09:27:27.007Z] === RUN TestRemoteDriver [2022-05-04T09:27:27.007Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:27:27.007Z] === RUN TestDriverError [2022-05-04T09:27:27.007Z] --- PASS: TestDriverError (0.01s) [2022-05-04T09:27:27.007Z] === RUN TestMissingValues [2022-05-04T09:27:27.007Z] --- PASS: TestMissingValues (0.01s) [2022-05-04T09:27:27.007Z] === RUN TestRollback [2022-05-04T09:27:27.007Z] --- PASS: TestRollback (0.01s) [2022-05-04T09:27:27.007Z] PASS [2022-05-04T09:27:27.007Z] coverage: 57.4% of statements [2022-05-04T09:27:27.007Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.117s coverage: 57.4% of statements [2022-05-04T09:27:27.176Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-04T09:27:27.435Z] --- PASS: TestSecretInspect (2.76s) [2022-05-04T09:27:27.435Z] === RUN TestSecretList [2022-05-04T09:27:27.999Z] === RUN TestNew [2022-05-04T09:27:27.999Z] --- PASS: TestNew (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestAddDriver [2022-05-04T09:27:27.999Z] --- PASS: TestAddDriver (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestAddDuplicateDriver [2022-05-04T09:27:27.999Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-04T09:27:27.999Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestDriver [2022-05-04T09:27:27.999Z] --- PASS: TestDriver (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestIPAM [2022-05-04T09:27:27.999Z] --- PASS: TestIPAM (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestWalkIPAMs [2022-05-04T09:27:27.999Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestWalkDrivers [2022-05-04T09:27:27.999Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-04T09:27:27.999Z] PASS [2022-05-04T09:27:27.999Z] coverage: 82.4% of statements [2022-05-04T09:27:27.999Z] ok github.com/docker/docker/libnetwork/drvregistry 0.105s coverage: 82.4% of statements [2022-05-04T09:27:27.999Z] === RUN TestNAT [2022-05-04T09:27:27.999Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:27:27.999Z] --- SKIP: TestNAT (0.00s) [2022-05-04T09:27:27.999Z] === RUN TestTransparent [2022-05-04T09:27:27.999Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:27:27.999Z] --- SKIP: TestTransparent (0.00s) [2022-05-04T09:27:27.999Z] PASS [2022-05-04T09:27:27.999Z] coverage: 0.0% of statements [2022-05-04T09:27:27.999Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-05-04T09:27:28.004Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-04T09:27:28.004Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-04T09:27:28.469Z] === RUN TestBuildDefault [2022-05-04T09:27:28.469Z] --- PASS: TestBuildDefault (0.01s) [2022-05-04T09:27:28.469Z] === RUN TestBuildHostnameDomainname [2022-05-04T09:27:28.469Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestBuildHostname [2022-05-04T09:27:28.469Z] --- PASS: TestBuildHostname (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestBuildHostnameFQDN [2022-05-04T09:27:28.469Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestBuildNoIP [2022-05-04T09:27:28.469Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestUpdate [2022-05-04T09:27:28.469Z] --- PASS: TestUpdate (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-04T09:27:28.469Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-04T09:27:28.469Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestAddEmpty [2022-05-04T09:27:28.469Z] --- PASS: TestAddEmpty (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestAdd [2022-05-04T09:27:28.469Z] --- PASS: TestAdd (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestDeleteEmpty [2022-05-04T09:27:28.469Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestDeleteNewline [2022-05-04T09:27:28.469Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestDelete [2022-05-04T09:27:28.469Z] --- PASS: TestDelete (0.00s) [2022-05-04T09:27:28.469Z] === RUN TestConcurrentWrites [2022-05-04T09:27:28.469Z] --- PASS: TestConcurrentWrites (0.31s) [2022-05-04T09:27:28.469Z] PASS [2022-05-04T09:27:28.469Z] coverage: 81.2% of statements [2022-05-04T09:27:28.469Z] ok github.com/docker/docker/libnetwork/etchosts 0.398s coverage: 81.2% of statements [2022-05-04T09:27:28.939Z] === RUN TestNew [2022-05-04T09:27:28.939Z] --- PASS: TestNew (0.00s) [2022-05-04T09:27:28.939Z] === RUN TestAllocate [2022-05-04T09:27:28.939Z] --- PASS: TestAllocate (0.00s) [2022-05-04T09:27:28.939Z] === RUN TestUninitialized [2022-05-04T09:27:28.939Z] --- PASS: TestUninitialized (0.00s) [2022-05-04T09:27:28.939Z] === RUN TestAllocateInRange [2022-05-04T09:27:28.939Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-04T09:27:28.939Z] === RUN TestAllocateSerial [2022-05-04T09:27:28.939Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-04T09:27:28.939Z] PASS [2022-05-04T09:27:28.939Z] coverage: 87.5% of statements [2022-05-04T09:27:28.939Z] === RUN TestCaller [2022-05-04T09:27:28.939Z] --- PASS: TestCaller (0.00s) [2022-05-04T09:27:28.939Z] PASS [2022-05-04T09:27:28.939Z] coverage: 100.0% of statements [2022-05-04T09:27:28.939Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-05-04T09:27:28.939Z] ok github.com/docker/docker/libnetwork/internal/caller 0.050s coverage: 100.0% of statements [2022-05-04T09:27:29.929Z] === RUN TestSetSerialInsertDelete [2022-05-04T09:27:29.929Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-04T09:27:29.929Z] === RUN TestSetParallelInsertDelete [2022-05-04T09:27:29.929Z] --- PASS: TestRandomAllocateDeallocate (9.11s) [2022-05-04T09:27:29.929Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:27:30.538Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-04T09:27:30.539Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-05-04T09:27:30.917Z] === RUN TestInt2IP2IntConversion [2022-05-04T09:27:31.105Z] --- PASS: TestSecretList (3.49s) [2022-05-04T09:27:31.105Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:27:31.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-04T09:27:31.105Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-04T09:27:31.387Z] --- PASS: TestAllocateRandomDeallocate (1.60s) [2022-05-04T09:27:31.387Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-04T09:27:31.387Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-05-04T09:27:31.387Z] === RUN TestGetAddressVersion [2022-05-04T09:27:31.387Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-04T09:27:31.387Z] === RUN TestKeyString [2022-05-04T09:27:31.387Z] --- PASS: TestKeyString (0.00s) [2022-05-04T09:27:31.387Z] === RUN TestPoolDataMarshal [2022-05-04T09:27:31.387Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-04T09:27:31.387Z] === RUN TestSubnetsMarshal [2022-05-04T09:27:31.387Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-05-04T09:27:31.387Z] === RUN TestAddSubnets [2022-05-04T09:27:31.671Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-04T09:27:31.858Z] --- PASS: TestAddSubnets (0.08s) [2022-05-04T09:27:31.858Z] === RUN TestDoublePoolRelease [2022-05-04T09:27:31.858Z] --- PASS: TestDoublePoolRelease (0.08s) [2022-05-04T09:27:31.858Z] === RUN TestAddReleasePoolID [2022-05-04T09:27:31.858Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-05-04T09:27:31.858Z] === RUN TestPredefinedPool [2022-05-04T09:27:31.858Z] --- PASS: TestPredefinedPool (0.04s) [2022-05-04T09:27:31.858Z] === RUN TestRemoveSubnet [2022-05-04T09:27:31.858Z] === RUN TestPoolRequest [2022-05-04T09:27:31.858Z] --- PASS: TestPoolRequest (0.00s) [2022-05-04T09:27:31.858Z] === RUN TestOtherRequests [2022-05-04T09:27:31.858Z] --- PASS: TestOtherRequests (0.00s) [2022-05-04T09:27:31.858Z] PASS [2022-05-04T09:27:31.858Z] coverage: 57.1% of statements [2022-05-04T09:27:31.858Z] ok github.com/docker/docker/libnetwork/ipams/null 0.050s coverage: 57.1% of statements [2022-05-04T09:27:32.327Z] --- PASS: TestRemoveSubnet (0.38s) [2022-05-04T09:27:32.327Z] === RUN TestGetSameAddress [2022-05-04T09:27:32.327Z] --- PASS: TestGetSameAddress (0.05s) [2022-05-04T09:27:32.327Z] === RUN TestPoolAllocationReuse [2022-05-04T09:27:32.612Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-04T09:27:32.612Z] docker_api_swarm_node_test.go:20: [dce287aa19c5b] joining swarm manager [d58998f543677]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:27:33.316Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.63s) [2022-05-04T09:27:33.316Z] === RUN TestRetrieveFromStore [2022-05-04T09:27:33.316Z] === RUN TestGetCapabilities [2022-05-04T09:27:33.316Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-04T09:27:33.316Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-04T09:27:33.316Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-04T09:27:33.316Z] === RUN TestGetDefaultAddressSpaces [2022-05-04T09:27:33.316Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-04T09:27:33.316Z] === RUN TestRemoteDriver [2022-05-04T09:27:33.316Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-04T09:27:33.316Z] PASS [2022-05-04T09:27:33.316Z] coverage: 47.4% of statements [2022-05-04T09:27:33.316Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.091s coverage: 47.4% of statements [2022-05-04T09:27:33.548Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-04T09:27:33.549Z] docker_api_swarm_node_test.go:21: [ddf6534ea0d8a] joining swarm manager [d58998f543677]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:27:33.788Z] --- PASS: TestRetrieveFromStore (0.84s) [2022-05-04T09:27:33.788Z] === RUN TestIsCorrupted [2022-05-04T09:27:33.788Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-04T09:27:33.788Z] === RUN TestSetRollover [2022-05-04T09:27:34.485Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-04T09:27:34.485Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-04T09:27:34.485Z] --- PASS: TestSecretsCreateAndDelete (3.59s) [2022-05-04T09:27:34.485Z] === RUN TestSecretsUpdate [2022-05-04T09:27:34.777Z] === RUN TestWindowsIPAM [2022-05-04T09:27:34.777Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-04T09:27:34.777Z] PASS [2022-05-04T09:27:34.777Z] coverage: 71.4% of statements [2022-05-04T09:27:34.777Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.051s coverage: 71.4% of statements [2022-05-04T09:27:34.777Z] --- PASS: TestPoolAllocationReuse (2.54s) [2022-05-04T09:27:34.777Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-04T09:27:34.777Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-05-04T09:27:34.777Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-04T09:27:35.054Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-04T09:27:35.623Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-04T09:27:35.767Z] === RUN TestDefaultNetwork [2022-05-04T09:27:35.767Z] --- PASS: TestDefaultNetwork (0.33s) [2022-05-04T09:27:35.767Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-04T09:27:36.191Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-04T09:27:36.238Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.35s) [2022-05-04T09:27:36.238Z] === RUN TestInitAddressPools [2022-05-04T09:27:36.238Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-04T09:27:36.238Z] PASS [2022-05-04T09:27:36.238Z] coverage: 74.0% of statements [2022-05-04T09:27:36.238Z] ok github.com/docker/docker/libnetwork/ipamutils 0.762s coverage: 74.0% of statements [2022-05-04T09:27:36.238Z] --- PASS: TestSetRollover (2.53s) [2022-05-04T09:27:36.238Z] === RUN TestSetRolloverSerial [2022-05-04T09:27:36.451Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-04T09:27:37.020Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-04T09:27:37.239Z] === RUN TestKeyValue [2022-05-04T09:27:37.239Z] --- PASS: TestKeyValue (0.00s) [2022-05-04T09:27:37.239Z] PASS [2022-05-04T09:27:37.239Z] coverage: 60.0% of statements [2022-05-04T09:27:37.239Z] ok github.com/docker/docker/libnetwork/netlabel 0.051s coverage: 60.0% of statements [2022-05-04T09:27:37.281Z] --- PASS: TestSecretsUpdate (2.64s) [2022-05-04T09:27:37.281Z] === RUN TestTemplatedSecret [2022-05-04T09:27:38.221Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-04T09:27:38.809Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.76s) [2022-05-04T09:27:38.809Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-04T09:27:39.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-04T09:27:39.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-04T09:27:39.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-04T09:27:39.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-04T09:27:39.161Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-04T09:27:39.799Z] --- PASS: TestSetRolloverSerial (3.16s) [2022-05-04T09:27:39.799Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-04T09:27:39.799Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-04T09:27:39.799Z] PASS [2022-05-04T09:27:39.799Z] coverage: 84.4% of statements [2022-05-04T09:27:39.799Z] ok github.com/docker/docker/libnetwork/bitseq 18.966s coverage: 84.4% of statements [2022-05-04T09:27:39.799Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-04T09:27:39.799Z] PASS [2022-05-04T09:27:39.799Z] coverage: 100.0% of statements [2022-05-04T09:27:39.799Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-05-04T09:27:40.099Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-04T09:27:40.358Z] --- PASS: TestTemplatedSecret (3.09s) [2022-05-04T09:27:40.358Z] === RUN TestSecretCreateResolve [2022-05-04T09:27:40.789Z] === RUN TestNetworkDBSimple [2022-05-04T09:27:41.259Z] === RUN TestGenerate [2022-05-04T09:27:41.259Z] --- PASS: TestGenerate (0.00s) [2022-05-04T09:27:41.259Z] === RUN TestGeneratePtr [2022-05-04T09:27:41.259Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-04T09:27:41.259Z] === RUN TestGenerateMissingField [2022-05-04T09:27:41.259Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-04T09:27:41.259Z] === RUN TestFieldCannotBeSet [2022-05-04T09:27:41.259Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-04T09:27:41.259Z] === RUN TestTypeMismatchError [2022-05-04T09:27:41.259Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-04T09:27:41.259Z] PASS [2022-05-04T09:27:41.259Z] coverage: 100.0% of statements [2022-05-04T09:27:41.259Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-05-04T09:27:42.247Z] 2022/05/04 09:27:41 Closing DB instances... [2022-05-04T09:27:42.247Z] testing: warning: no tests to run [2022-05-04T09:27:42.247Z] PASS [2022-05-04T09:27:42.247Z] coverage: 0.0% of statements [2022-05-04T09:27:42.247Z] ok github.com/docker/docker/libnetwork/osl 0.052s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:27:42.890Z] --- PASS: TestSecretCreateResolve (2.14s) [2022-05-04T09:27:42.890Z] PASS [2022-05-04T09:27:42.890Z] [2022-05-04T09:27:42.890Z] DONE 6 tests in 17.854s [2022-05-04T09:27:42.890Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-04T09:27:42.890Z] ++ 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-05-04T09:27:42.890Z] ++ set -e [2022-05-04T09:27:42.890Z] ++ '[' -n 0 ']' [2022-05-04T09:27:42.890Z] ++ set -x [2022-05-04T09:27:42.890Z] ++ 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-05-04T09:27:42.890Z] INFO: Testing against a local daemon [2022-05-04T09:27:42.890Z] === RUN TestServiceCreateInit [2022-05-04T09:27:42.890Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:27:43.235Z] === RUN TestRequestNewPort [2022-05-04T09:27:43.235Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestRequestSpecificPort [2022-05-04T09:27:43.235Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestReleasePort [2022-05-04T09:27:43.235Z] --- PASS: TestReleasePort (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestReuseReleasedPort [2022-05-04T09:27:43.235Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestReleaseUnreadledPort [2022-05-04T09:27:43.235Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestUnknowProtocol [2022-05-04T09:27:43.235Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestAllocateAllPorts [2022-05-04T09:27:43.235Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestPortAllocation [2022-05-04T09:27:43.235Z] --- PASS: TestPortAllocation (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestPortAllocationWithCustomRange [2022-05-04T09:27:43.235Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestNoDuplicateBPR [2022-05-04T09:27:43.235Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-04T09:27:43.235Z] === RUN TestChangePortRange [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-04T09:27:43.235Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-04T09:27:43.235Z] --- PASS: TestChangePortRange (0.00s) [2022-05-04T09:27:43.235Z] PASS [2022-05-04T09:27:43.235Z] coverage: 88.6% of statements [2022-05-04T09:27:43.235Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-05-04T09:27:43.705Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (4.86s) [2022-05-04T09:27:43.705Z] === RUN TestGetAddress [2022-05-04T09:27:43.705Z] --- PASS: TestNetworkDBSimple (2.66s) [2022-05-04T09:27:43.705Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-04T09:27:44.701Z] testing: warning: no tests to run [2022-05-04T09:27:44.701Z] PASS [2022-05-04T09:27:44.701Z] coverage: 0.0% of statements [2022-05-04T09:27:44.701Z] ok github.com/docker/docker/libnetwork/portmapper 0.051s coverage: 0.0% of statements [no tests to run] [2022-05-04T09:27:44.701Z] 2022/05/04 09:27:44 Closing DB instances... [2022-05-04T09:27:44.791Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-04T09:27:44.791Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-04T09:27:45.053Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-04T09:27:45.689Z] === RUN TestHashData [2022-05-04T09:27:45.689Z] --- PASS: TestHashData (0.00s) [2022-05-04T09:27:45.689Z] PASS [2022-05-04T09:27:45.689Z] coverage: 2.8% of statements [2022-05-04T09:27:45.689Z] ok github.com/docker/docker/libnetwork/resolvconf 0.080s coverage: 2.8% of statements [2022-05-04T09:27:45.992Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-04T09:27:45.992Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-04T09:27:45.992Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-04T09:27:45.992Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-04T09:27:46.158Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-04T09:27:46.627Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.05s) [2022-05-04T09:27:46.627Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-04T09:27:46.628Z] === RUN TestErrorConstructors [2022-05-04T09:27:46.628Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-04T09:27:46.628Z] === RUN TestCompareIPMask [2022-05-04T09:27:46.628Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-04T09:27:46.628Z] === RUN TestUtilGetHostPartIP [2022-05-04T09:27:46.628Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-04T09:27:46.628Z] === RUN TestUtilGetBroadcastIP [2022-05-04T09:27:46.628Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-04T09:27:46.628Z] === RUN TestParseCIDR [2022-05-04T09:27:46.628Z] --- PASS: TestParseCIDR (0.00s) [2022-05-04T09:27:46.628Z] PASS [2022-05-04T09:27:46.628Z] coverage: 37.3% of statements [2022-05-04T09:27:46.628Z] ok github.com/docker/docker/libnetwork/types 0.071s coverage: 37.3% of statements [2022-05-04T09:27:47.371Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:27:47.616Z] 2022/05/04 09:27:47 Closing DB instances... [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-04T09:27:48.085Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-04T09:27:48.085Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-04T09:27:48.085Z] PASS [2022-05-04T09:27:48.085Z] coverage: 55.0% of statements [2022-05-04T09:27:48.085Z] ok github.com/docker/docker/oci 0.057s coverage: 55.0% of statements [2022-05-04T09:27:48.555Z] === RUN TestAddressPoolOpt [2022-05-04T09:27:48.555Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/a [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/something [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/_=a [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/env1=value1 [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/_env1=value1 [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/PATH [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/=a [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/PATH= [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/PATH=something [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/asd!qwe [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/1asd [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/123 [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/some_space [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/__some_space_before [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/some_space_after__ [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/= [2022-05-04T09:27:48.555Z] === RUN TestValidateEnv/PaTh [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-04T09:27:48.555Z] === RUN TestParseHost [2022-05-04T09:27:48.555Z] === RUN TestParseHost/unknown:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://:port [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://invalid:port [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/something_with_spaces [2022-05-04T09:27:48.555Z] === RUN TestParseHost/:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://:5555/ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://:5555/p [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/npipe:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://host: [2022-05-04T09:27:48.555Z] === RUN TestParseHost/__ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/fd://something [2022-05-04T09:27:48.555Z] === RUN TestParseHost/unix://path/to/socket [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/#00 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://: [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-04T09:27:48.555Z] === RUN TestParseHost/_ [2022-05-04T09:27:48.555Z] === RUN TestParseHost/fd:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/unix:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://[::1]: [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp:// [2022-05-04T09:27:48.555Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-04T09:27:48.555Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-04T09:27:48.555Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/: [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-04T09:27:48.556Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestParseTCP [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/localhost:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/localhost:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp:// [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/0.0.0.1 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/0.0.0.1: [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/: [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/::1 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp://:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[::1]:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/localhost [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/#00 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/tcp://: [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[::1]: [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-04T09:27:48.556Z] === RUN TestParseTCP/localhost: [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP (0.03s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-04T09:27:48.556Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestValidateExtraHosts [2022-05-04T09:27:48.556Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestValidateIPAddress [2022-05-04T09:27:48.556Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestMapOpts [2022-05-04T09:27:48.556Z] --- PASS: TestMapOpts (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestListOptsWithoutValidator [2022-05-04T09:27:48.556Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestListOptsWithValidator [2022-05-04T09:27:48.556Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestValidateDNSSearch [2022-05-04T09:27:48.556Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_general_format [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_one_more [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-04T09:27:48.556Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-04T09:27:48.556Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestNamedListOpts [2022-05-04T09:27:48.556Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestNamedMapOpts [2022-05-04T09:27:48.556Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestParseLink [2022-05-04T09:27:48.556Z] --- PASS: TestParseLink (0.00s) [2022-05-04T09:27:48.556Z] === RUN TestUlimitOpt [2022-05-04T09:27:48.556Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-04T09:27:48.556Z] PASS [2022-05-04T09:27:48.556Z] coverage: 65.5% of statements [2022-05-04T09:27:48.556Z] ok github.com/docker/docker/opts 0.165s coverage: 65.5% of statements [2022-05-04T09:27:48.752Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-04T09:27:49.026Z] === RUN TestParseVersion [2022-05-04T09:27:49.026Z] --- PASS: TestParseVersion (0.00s) [2022-05-04T09:27:49.026Z] PASS [2022-05-04T09:27:49.026Z] coverage: 52.9% of statements [2022-05-04T09:27:49.026Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 52.9% of statements [2022-05-04T09:27:49.498Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s) [2022-05-04T09:27:49.498Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-04T09:27:49.692Z] docker_api_swarm_test.go:502: [d164c61a53d54] joining swarm manager [d9097fc131d8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:27:49.950Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-04T09:27:50.886Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-04T09:27:51.071Z] === RUN TestPeerCertificateMarshalJSON [2022-05-04T09:27:51.541Z] 2022/05/04 09:27:51 Closing DB instances... [2022-05-04T09:27:52.011Z] === RUN TestIsArchivePathDir [2022-05-04T09:27:52.011Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-05-04T09:27:52.011Z] === RUN TestIsArchivePathInvalidFile [2022-05-04T09:27:52.011Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-04T09:27:52.011Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-04T09:27:52.011Z] --- PASS: TestPeerCertificateMarshalJSON (1.13s) [2022-05-04T09:27:52.011Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-04T09:27:52.011Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-04T09:27:52.011Z] === RUN TestMiddleware [2022-05-04T09:27:52.011Z] --- PASS: TestMiddleware (0.00s) [2022-05-04T09:27:52.011Z] === RUN TestNewResponseModifier [2022-05-04T09:27:52.011Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-04T09:27:52.011Z] PASS [2022-05-04T09:27:52.011Z] coverage: 26.8% of statements [2022-05-04T09:27:52.011Z] ok github.com/docker/docker/pkg/authorization 1.201s coverage: 26.8% of statements [2022-05-04T09:27:52.011Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-05-04T09:27:52.011Z] === RUN TestIsArchivePathTar [2022-05-04T09:27:52.266Z] --- PASS: TestServiceCreateInit (9.57s) [2022-05-04T09:27:52.266Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.46s) [2022-05-04T09:27:52.266Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2022-05-04T09:27:52.266Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:27:52.480Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-05-04T09:27:52.480Z] === RUN TestDecompressStreamGzip [2022-05-04T09:27:52.480Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-04T09:27:52.480Z] === RUN TestDecompressStreamBzip2 [2022-05-04T09:27:52.480Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-05-04T09:27:52.480Z] === RUN TestDecompressStreamXz [2022-05-04T09:27:52.480Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:27:52.480Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestDecompressStreamZstd [2022-05-04T09:27:52.480Z] archive_test.go:140: zstd not installed [2022-05-04T09:27:52.480Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-05-04T09:27:52.480Z] === RUN TestCompressStreamXzUnsupported [2022-05-04T09:27:52.480Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-04T09:27:52.480Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestCompressStreamInvalid [2022-05-04T09:27:52.480Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionInvalid [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionUncompressed [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionBzip2 [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionGzip [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionXz [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionXz (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestExtensionZstd [2022-05-04T09:27:52.480Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestCmdStreamLargeStderr [2022-05-04T09:27:52.480Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-04T09:27:52.480Z] === RUN TestCmdStreamBad [2022-05-04T09:27:52.480Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:27:52.480Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestCmdStreamGood [2022-05-04T09:27:52.480Z] === RUN TestUnbuffered [2022-05-04T09:27:52.480Z] --- PASS: TestUnbuffered (0.00s) [2022-05-04T09:27:52.480Z] === RUN TestRaceUnbuffered [2022-05-04T09:27:52.480Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-04T09:27:52.480Z] PASS [2022-05-04T09:27:52.480Z] coverage: 100.0% of statements [2022-05-04T09:27:52.480Z] --- PASS: TestCmdStreamGood (0.07s) [2022-05-04T09:27:52.480Z] === RUN TestUntarPathWithInvalidDest [2022-05-04T09:27:52.480Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2022-05-04T09:27:52.949Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-05-04T09:27:52.949Z] === RUN TestUntarPathWithInvalidSrc [2022-05-04T09:27:52.949Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-04T09:27:52.949Z] === RUN TestUntarPath [2022-05-04T09:27:52.949Z] --- PASS: TestUntarPath (0.08s) [2022-05-04T09:27:52.949Z] === RUN TestUntarPathWithDestinationFile [2022-05-04T09:27:52.949Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-05-04T09:27:52.949Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-04T09:27:52.949Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-04T09:27:52.949Z] === RUN TestCopyWithTarInvalidSrc [2022-05-04T09:27:52.949Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-04T09:27:52.949Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-04T09:27:52.949Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-04T09:27:52.949Z] === RUN TestCopyWithTarSrcFile [2022-05-04T09:27:52.949Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-04T09:27:52.949Z] === RUN TestCopyWithTarSrcFolder [2022-05-04T09:27:52.949Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-04T09:27:52.949Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-04T09:27:52.949Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-04T09:27:52.949Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-04T09:27:52.949Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-04T09:27:52.949Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-04T09:27:52.949Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-04T09:27:52.949Z] === RUN TestCopyFileWithTarSrcFile [2022-05-04T09:27:52.949Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-04T09:27:52.949Z] === RUN TestTarFiles [2022-05-04T09:27:53.418Z] === RUN TestMatch [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[foo]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[foo_bar]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[]#01 [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[qux]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-04T09:27:53.418Z] === RUN TestMatch/[[foo_baz]] [2022-05-04T09:27:53.418Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-04T09:27:53.418Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-04T09:27:53.418Z] PASS [2022-05-04T09:27:53.418Z] coverage: 87.5% of statements [2022-05-04T09:27:53.418Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2022-05-04T09:27:53.888Z] --- PASS: TestNetworkDBCRUDTableEntry (4.39s) [2022-05-04T09:27:53.888Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-04T09:27:54.814Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-04T09:27:54.876Z] === RUN TestChrootTarUntar [2022-05-04T09:27:54.876Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-04T09:27:54.876Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootUntarEmptyArchive [2022-05-04T09:27:54.876Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootTarUntarWithSymlink [2022-05-04T09:27:54.876Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootCopyWithTar [2022-05-04T09:27:54.876Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootCopyFileWithTar [2022-05-04T09:27:54.876Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootUntarPath [2022-05-04T09:27:54.876Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-04T09:27:54.876Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-04T09:27:54.876Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:27:54.876Z] === RUN TestChrootApplyDotDotFile [2022-05-04T09:27:54.876Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:27:54.876Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:27:54.876Z] PASS [2022-05-04T09:27:54.876Z] coverage: 12.0% of statements [2022-05-04T09:27:54.876Z] ok github.com/docker/docker/pkg/chrootarchive 0.114s coverage: 12.0% of statements [2022-05-04T09:27:55.072Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-04T09:27:55.864Z] 2022/05/04 09:27:55 Closing DB instances... [2022-05-04T09:27:56.334Z] === RUN TestEnsureRemoveAllNotExist [2022-05-04T09:27:56.334Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-04T09:27:56.334Z] === RUN TestEnsureRemoveAllWithDir [2022-05-04T09:27:56.334Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-04T09:27:56.334Z] === RUN TestEnsureRemoveAllWithFile [2022-05-04T09:27:56.334Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-04T09:27:56.334Z] PASS [2022-05-04T09:27:56.334Z] coverage: 0.0% of statements [2022-05-04T09:27:56.334Z] ok github.com/docker/docker/pkg/containerfs 0.054s coverage: 0.0% of statements [2022-05-04T09:27:56.802Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-05-04T09:27:56.802Z] === RUN TestNetworkDBNodeLeave [2022-05-04T09:27:56.978Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-04T09:27:57.271Z] === RUN TestSizeEmpty [2022-05-04T09:27:57.271Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestSizeEmptyFile [2022-05-04T09:27:57.271Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestSizeNonemptyFile [2022-05-04T09:27:57.271Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-04T09:27:57.271Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-04T09:27:57.271Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-04T09:27:57.271Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-04T09:27:57.271Z] === RUN TestMoveToSubdir [2022-05-04T09:27:57.271Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-04T09:27:57.271Z] === RUN TestSizeNonExistingDirectory [2022-05-04T09:27:57.271Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-04T09:27:57.271Z] PASS [2022-05-04T09:27:57.271Z] coverage: 80.0% of statements [2022-05-04T09:27:57.271Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2022-05-04T09:27:58.260Z] === RUN TestPollerAddRemove [2022-05-04T09:27:58.260Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-04T09:27:58.260Z] === RUN TestPollerEvent [2022-05-04T09:27:58.260Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:27:58.260Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-04T09:27:58.260Z] === RUN TestPollerClose [2022-05-04T09:27:58.260Z] --- PASS: TestPollerClose (0.00s) [2022-05-04T09:27:58.260Z] PASS [2022-05-04T09:27:58.260Z] coverage: 45.7% of statements [2022-05-04T09:27:58.260Z] ok github.com/docker/docker/pkg/filenotify 0.062s coverage: 45.7% of statements [2022-05-04T09:27:58.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-04T09:27:59.249Z] === RUN TestCopyFileWithInvalidSrc [2022-05-04T09:27:59.249Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:27:59.249Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-04T09:27:59.249Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-04T09:27:59.249Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestCopyFile [2022-05-04T09:27:59.249Z] --- PASS: TestCopyFile (0.01s) [2022-05-04T09:27:59.249Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-04T09:27:59.249Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:27:59.249Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-04T09:27:59.249Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-04T09:27:59.249Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:27:59.249Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:27:59.249Z] === RUN TestWildcardMatches [2022-05-04T09:27:59.249Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-04T09:27:59.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-05-04T09:27:59.560Z] docker_api_swarm_test.go:507: [dbf03321997d9] joining swarm manager [d9097fc131d8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:27:59.719Z] === RUN TestPatternMatches [2022-05-04T09:27:59.719Z] --- PASS: TestPatternMatches (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-04T09:27:59.719Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestPatternMatchesFolderExclusions [2022-05-04T09:27:59.719Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-04T09:27:59.719Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-04T09:27:59.719Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-04T09:27:59.719Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-04T09:27:59.719Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-04T09:27:59.719Z] === RUN TestSingleExclamationError [2022-05-04T09:27:59.720Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestMatchesWithNoPatterns [2022-05-04T09:27:59.720Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestMatchesWithMalformedPatterns [2022-05-04T09:27:59.720Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestMatches [2022-05-04T09:27:59.720Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-04T09:27:59.720Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-04T09:27:59.720Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-04T09:27:59.720Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-04T09:27:59.720Z] --- PASS: TestMatches (0.03s) [2022-05-04T09:27:59.720Z] --- PASS: TestMatches/MatchesOrParentMatches (0.02s) [2022-05-04T09:27:59.720Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-04T09:27:59.720Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-04T09:27:59.720Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatterns [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatternsExceptionFlag [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCleanPatternsErrorSingleException [2022-05-04T09:27:59.720Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCreateIfNotExistsDir [2022-05-04T09:27:59.720Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-05-04T09:27:59.720Z] === RUN TestCreateIfNotExistsFile [2022-05-04T09:27:59.720Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-04T09:27:59.720Z] === RUN TestMatch [2022-05-04T09:27:59.720Z] --- PASS: TestMatch (0.00s) [2022-05-04T09:27:59.720Z] === RUN TestCompile [2022-05-04T09:27:59.720Z] === RUN TestCompile/slash [2022-05-04T09:27:59.720Z] === RUN TestCompile/backslash [2022-05-04T09:27:59.720Z] --- PASS: TestCompile (0.00s) [2022-05-04T09:27:59.720Z] --- PASS: TestCompile/slash (0.00s) [2022-05-04T09:27:59.720Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-04T09:27:59.720Z] PASS [2022-05-04T09:27:59.720Z] coverage: 84.7% of statements [2022-05-04T09:27:59.720Z] ok github.com/docker/docker/pkg/fileutils 0.136s coverage: 84.7% of statements [2022-05-04T09:27:59.720Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-05-04T09:27:59.720Z] === RUN TestNetworkDBWatch [2022-05-04T09:27:59.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-05-04T09:28:00.190Z] === RUN TestGet [2022-05-04T09:28:00.190Z] --- PASS: TestGet (0.00s) [2022-05-04T09:28:00.190Z] === RUN TestGetShortcutString [2022-05-04T09:28:00.190Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-04T09:28:00.190Z] PASS [2022-05-04T09:28:00.190Z] coverage: 42.9% of statements [2022-05-04T09:28:00.190Z] ok github.com/docker/docker/pkg/homedir 0.052s coverage: 42.9% of statements [2022-05-04T09:28:00.190Z] --- PASS: TestTarFiles (7.36s) [2022-05-04T09:28:00.190Z] === RUN TestDetectCompressionZstd [2022-05-04T09:28:00.190Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-04T09:28:00.190Z] === RUN TestTarUntar [2022-05-04T09:28:00.659Z] --- PASS: TestTarUntar (0.05s) [2022-05-04T09:28:00.659Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-04T09:28:00.659Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-04T09:28:00.659Z] === RUN TestTarWithOptions [2022-05-04T09:28:00.659Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-04T09:28:00.659Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-04T09:28:00.659Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-04T09:28:00.659Z] === RUN TestUntarUstarGnuConflict [2022-05-04T09:28:00.659Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-04T09:28:00.659Z] === RUN TestUntarInvalidFilenames [2022-05-04T09:28:00.659Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1709758746\\dest" [2022-05-04T09:28:00.659Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-05-04T09:28:00.659Z] === RUN TestUntarHardlinkToSymlink [2022-05-04T09:28:00.659Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-04T09:28:00.659Z] === RUN TestUntarInvalidHardlink [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2526639106\\victim\\hello" -> "../victim/hello" [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2869679089\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2631788021\\victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4199853441\\victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1007557158\\victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1519236802\\victim" -> "../victim" [2022-05-04T09:28:00.659Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-04T09:28:00.659Z] === RUN TestUntarInvalidSymlink [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2863235979\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3853743798\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2234594285\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3445073150\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink689602220\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4200659808\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:00.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2302655911\\dest\\dir\\loophole" -> "../../victim" [2022-05-04T09:28:00.659Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-04T09:28:00.659Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-04T09:28:00.659Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-04T09:28:00.659Z] === RUN TestXGlobalNoParent [2022-05-04T09:28:00.659Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-04T09:28:00.659Z] === RUN TestReplaceFileTarWrapper [2022-05-04T09:28:01.130Z] --- PASS: TestReplaceFileTarWrapper (0.24s) [2022-05-04T09:28:01.130Z] === RUN TestPrefixHeaderReadable [2022-05-04T09:28:01.130Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-04T09:28:01.130Z] === RUN TestDisablePigz [2022-05-04T09:28:01.130Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-04T09:28:01.130Z] --- PASS: TestDisablePigz (0.13s) [2022-05-04T09:28:01.130Z] === RUN TestPigz [2022-05-04T09:28:01.600Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-04T09:28:01.600Z] --- PASS: TestPigz (0.18s) [2022-05-04T09:28:01.600Z] === RUN TestNosysFileInfo [2022-05-04T09:28:01.600Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestCopyFileWithInvalidDest [2022-05-04T09:28:01.600Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:28:01.600Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestCanonicalTarNameForPath [2022-05-04T09:28:01.600Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestCanonicalTarName [2022-05-04T09:28:01.600Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestChmodTarEntry [2022-05-04T09:28:01.600Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestHardLinkOrder [2022-05-04T09:28:01.600Z] 2022/05/04 09:28:01 Closing DB instances... [2022-05-04T09:28:01.600Z] --- PASS: TestHardLinkOrder (0.10s) [2022-05-04T09:28:01.600Z] === RUN TestChangeString [2022-05-04T09:28:01.600Z] --- PASS: TestChangeString (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestChangesWithNoChanges [2022-05-04T09:28:01.600Z] === RUN TestCreateIDMapOrder [2022-05-04T09:28:01.600Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-04T09:28:01.600Z] PASS [2022-05-04T09:28:01.600Z] coverage: 7.2% of statements [2022-05-04T09:28:01.600Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2022-05-04T09:28:01.600Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-04T09:28:01.600Z] === RUN TestChangesWithChanges [2022-05-04T09:28:01.600Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-04T09:28:01.600Z] === RUN TestChangesWithChangesGH13590 [2022-05-04T09:28:01.600Z] changes_test.go:196: needs more investigation [2022-05-04T09:28:01.600Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:28:01.600Z] === RUN TestChangesDirsEmpty [2022-05-04T09:28:01.600Z] --- PASS: TestChangesDirsEmpty (0.16s) [2022-05-04T09:28:01.600Z] === RUN TestChangesDirsMutated [2022-05-04T09:28:01.674Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:28:01.674Z] INFO: Testing against a local daemon [2022-05-04T09:28:01.674Z] === RUN TestBuildWithSession [2022-05-04T09:28:01.674Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:28:01.674Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:28:01.674Z] === RUN TestBuildSquashParent [2022-05-04T09:28:01.674Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:01.674Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:28:01.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:28:01.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:28:01.674Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:28:01.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:28:01.674Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:28:01.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:28:01.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-05-04T09:28:02.070Z] --- PASS: TestChangesDirsMutated (0.22s) [2022-05-04T09:28:02.070Z] === RUN TestApplyLayer [2022-05-04T09:28:02.070Z] changes_test.go:433: needs further investigation [2022-05-04T09:28:02.070Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-04T09:28:02.070Z] === RUN TestChangesSizeWithHardlinks [2022-05-04T09:28:02.070Z] changes_test.go:469: needs further investigation [2022-05-04T09:28:02.070Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:28:02.070Z] === RUN TestChangesSizeWithNoChanges [2022-05-04T09:28:02.070Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-04T09:28:02.070Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-04T09:28:02.070Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-04T09:28:02.070Z] === RUN TestChangesSize [2022-05-04T09:28:02.070Z] --- PASS: TestChangesSize (0.00s) [2022-05-04T09:28:02.070Z] === RUN TestApplyLayerInvalidFilenames [2022-05-04T09:28:02.070Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3868034429\\dest" [2022-05-04T09:28:02.070Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-04T09:28:02.070Z] === RUN TestApplyLayerInvalidHardlink [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2342902305\\victim\\hello" -> "../victim/hello" [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3028841192\\victim\\hello" -> "/../victim/hello" [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1827996843\\victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2969641885\\victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1458745156\\victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3633985155\\victim" -> "../victim" [2022-05-04T09:28:02.070Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-04T09:28:02.070Z] === RUN TestApplyLayerInvalidSymlink [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3905140638\\dest\\dotdot" -> "../victim/hello" [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1403695426\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3059317012\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2452841798\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink532134516\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:02.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2425587036\\dest\\loophole-victim" -> "../victim" [2022-05-04T09:28:02.070Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-04T09:28:02.070Z] === RUN TestApplyLayerWhiteouts [2022-05-04T09:28:02.070Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-05-04T09:28:02.070Z] === RUN TestGenerateEmptyFile [2022-05-04T09:28:02.071Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-04T09:28:02.071Z] === RUN TestGenerateWithContent [2022-05-04T09:28:02.071Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-04T09:28:02.071Z] PASS [2022-05-04T09:28:02.071Z] coverage: 62.9% of statements [2022-05-04T09:28:02.071Z] ok github.com/docker/docker/pkg/archive 10.445s coverage: 62.9% of statements [2022-05-04T09:28:03.061Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-05-04T09:28:03.061Z] === RUN TestNetworkDBBulkSync [2022-05-04T09:28:03.061Z] === RUN TestFixedBufferCap [2022-05-04T09:28:03.061Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestFixedBufferLen [2022-05-04T09:28:03.061Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestFixedBufferString [2022-05-04T09:28:03.061Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestFixedBufferWrite [2022-05-04T09:28:03.061Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestFixedBufferRead [2022-05-04T09:28:03.061Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestBytesPipeRead [2022-05-04T09:28:03.061Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestBytesPipeWrite [2022-05-04T09:28:03.061Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-04T09:28:03.061Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-04T09:28:03.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-05-04T09:28:03.530Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2022-05-04T09:28:03.530Z] === RUN TestAtomicWriteToFile [2022-05-04T09:28:03.530Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-04T09:28:03.530Z] === RUN TestAtomicWriteSetCommit [2022-05-04T09:28:03.530Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-04T09:28:03.530Z] === RUN TestAtomicWriteSetCancel [2022-05-04T09:28:03.530Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-04T09:28:03.530Z] === RUN TestReadCloserWrapperClose [2022-05-04T09:28:03.530Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestReaderErrWrapperReadOnError [2022-05-04T09:28:03.530Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestReaderErrWrapperRead [2022-05-04T09:28:03.530Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestCancelReadCloser [2022-05-04T09:28:03.530Z] --- PASS: TestCancelReadCloser (0.21s) [2022-05-04T09:28:03.530Z] === RUN TestWriteCloserWrapperClose [2022-05-04T09:28:03.530Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestNopWriteCloser [2022-05-04T09:28:03.530Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestNopWriter [2022-05-04T09:28:03.530Z] --- PASS: TestNopWriter (0.00s) [2022-05-04T09:28:03.530Z] === RUN TestWriteCounter [2022-05-04T09:28:03.530Z] --- PASS: TestWriteCounter (0.00s) [2022-05-04T09:28:03.530Z] PASS [2022-05-04T09:28:03.530Z] coverage: 70.1% of statements [2022-05-04T09:28:03.530Z] ok github.com/docker/docker/pkg/ioutils 0.788s coverage: 70.1% of statements [2022-05-04T09:28:03.999Z] 2022/05/04 09:28:03 Closing DB instances... [2022-05-04T09:28:04.477Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00079ecd8_} [2022-05-04T09:28:04.987Z] === RUN TestError [2022-05-04T09:28:04.987Z] --- PASS: TestError (0.00s) [2022-05-04T09:28:04.987Z] === RUN TestProgressString [2022-05-04T09:28:04.987Z] === RUN TestProgressString/no_progress [2022-05-04T09:28:04.987Z] === RUN TestProgressString/progress_1 [2022-05-04T09:28:04.987Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-04T09:28:04.987Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-04T09:28:04.987Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-04T09:28:04.987Z] === RUN TestProgressString/with_units [2022-05-04T09:28:04.987Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-04T09:28:04.987Z] === RUN TestProgressString/hide_counts [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-04T09:28:04.987Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-04T09:28:04.987Z] === RUN TestJSONMessageDisplay [2022-05-04T09:28:04.987Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-05-04T09:28:04.987Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-04T09:28:04.987Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-04T09:28:04.987Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-04T09:28:04.987Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-04T09:28:04.987Z] === RUN TestDisplayJSONMessagesStream [2022-05-04T09:28:04.987Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2022-05-04T09:28:04.987Z] PASS [2022-05-04T09:28:04.987Z] coverage: 91.7% of statements [2022-05-04T09:28:05.456Z] ok github.com/docker/docker/pkg/jsonmessage 0.242s coverage: 91.7% of statements [2022-05-04T09:28:05.456Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-05-04T09:28:05.456Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-04T09:28:05.851Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12537233134_/foo_false____} [2022-05-04T09:28:05.925Z] === RUN TestStandardLongPath [2022-05-04T09:28:05.925Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-04T09:28:05.925Z] === RUN TestUNCLongPath [2022-05-04T09:28:05.925Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-04T09:28:05.925Z] PASS [2022-05-04T09:28:05.925Z] coverage: 100.0% of statements [2022-05-04T09:28:05.925Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2022-05-04T09:28:06.913Z] === RUN TestNameFormat [2022-05-04T09:28:06.913Z] --- PASS: TestNameFormat (0.00s) [2022-05-04T09:28:06.913Z] === RUN TestNameRetries [2022-05-04T09:28:06.913Z] --- PASS: TestNameRetries (0.00s) [2022-05-04T09:28:06.913Z] PASS [2022-05-04T09:28:06.913Z] coverage: 85.7% of statements [2022-05-04T09:28:06.913Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-05-04T09:28:07.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12537233134_/foo_true____} [2022-05-04T09:28:07.383Z] === RUN TestParseKeyValueOpt [2022-05-04T09:28:07.383Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-04T09:28:07.383Z] === RUN TestParseUintList [2022-05-04T09:28:07.383Z] --- PASS: TestParseUintList (0.00s) [2022-05-04T09:28:07.383Z] === RUN TestParseUintListMaximumLimits [2022-05-04T09:28:07.383Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-04T09:28:07.383Z] PASS [2022-05-04T09:28:07.383Z] coverage: 97.0% of statements [2022-05-04T09:28:07.383Z] ok github.com/docker/docker/pkg/parsers 0.048s coverage: 97.0% of statements [2022-05-04T09:28:08.161Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_false____} [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-04T09:28:08.370Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-04T09:28:08.842Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-04T09:28:08.842Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-04T09:28:08.842Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-04T09:28:08.842Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-04T09:28:08.842Z] PASS [2022-05-04T09:28:08.842Z] coverage: 36.4% of statements [2022-05-04T09:28:08.843Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.045s coverage: 36.4% of statements [2022-05-04T09:28:09.537Z] --- PASS: TestCreateServiceMultipleTimes (17.07s) [2022-05-04T09:28:09.537Z] === RUN TestCreateServiceConflict [2022-05-04T09:28:09.537Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_true____} [2022-05-04T09:28:09.831Z] === RUN TestNewAndRemove [2022-05-04T09:28:09.831Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-04T09:28:09.831Z] === RUN TestRemoveInvalidPath [2022-05-04T09:28:09.831Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-04T09:28:09.831Z] PASS [2022-05-04T09:28:09.831Z] coverage: 82.6% of statements [2022-05-04T09:28:09.832Z] ok github.com/docker/docker/pkg/pidfile 0.042s coverage: 82.6% of statements [2022-05-04T09:28:10.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_true__0xc00079ed08__} [2022-05-04T09:28:12.053Z] === RUN TestFailedConnection [2022-05-04T09:28:12.299Z] --- PASS: TestCreateServiceConflict (2.77s) [2022-05-04T09:28:12.299Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:28:12.558Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00079ed20_} [2022-05-04T09:28:13.041Z] --- PASS: TestFailedConnection (1.10s) [2022-05-04T09:28:13.041Z] === RUN TestFailOnce [2022-05-04T09:28:13.041Z] 2022/05/04 09:28:12 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-05-04T09:28:13.041Z] goroutine 34 [running]: [2022-05-04T09:28:13.041Z] net/http.(*conn).serve.func1() [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-04T09:28:13.041Z] panic({0x1793700, 0x18dd0e0}) [2022-05-04T09:28:13.041Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-04T09:28:13.041Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0000cba70?) [2022-05-04T09:28:13.041Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-04T09:28:13.041Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x18e28f8?, 0xc00019c000?}, 0x16eda86?) [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-04T09:28:13.041Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x18e28f8, 0xc00019c000}, 0xc00022a000) [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-04T09:28:13.041Z] net/http.serverHandler.ServeHTTP({0x18e0f18?}, {0x18e28f8, 0xc00019c000}, 0xc00022a000) [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-04T09:28:13.041Z] net/http.(*conn).serve(0xc000220000, {0x18e2df8, 0xc0002020c0}) [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-04T09:28:13.041Z] created by net/http.(*Server).Serve [2022-05-04T09:28:13.041Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-04T09:28:13.041Z] time="2022-05-04T09:28:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.FailOnce: Post \"http://127.0.0.1:49297/Test.FailOnce\": EOF, retrying in 1s" [2022-05-04T09:28:13.938Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00079ed38_} [2022-05-04T09:28:14.032Z] --- PASS: TestGetAddress (30.23s) [2022-05-04T09:28:14.032Z] === RUN TestRequestSyntaxCheck [2022-05-04T09:28:14.032Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-05-04T09:28:14.032Z] === RUN TestRequest [2022-05-04T09:28:14.032Z] --- PASS: TestFailOnce (1.21s) [2022-05-04T09:28:14.032Z] === RUN TestEchoInputOutput [2022-05-04T09:28:14.032Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-04T09:28:14.032Z] === RUN TestBackoff [2022-05-04T09:28:14.032Z] --- PASS: TestBackoff (0.00s) [2022-05-04T09:28:14.032Z] === RUN TestAbortRetry [2022-05-04T09:28:14.032Z] --- PASS: TestAbortRetry (0.00s) [2022-05-04T09:28:14.032Z] === RUN TestClientScheme [2022-05-04T09:28:14.032Z] --- PASS: TestClientScheme (0.00s) [2022-05-04T09:28:14.032Z] === RUN TestNewClientWithTimeout [2022-05-04T09:28:14.502Z] time="2022-05-04T09:28:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-04T09:28:14.507Z] --- PASS: TestCreateServiceMaxReplicas (2.56s) [2022-05-04T09:28:14.507Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:28:15.454Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00079ed50_} [2022-05-04T09:28:16.069Z] time="2022-05-04T09:28:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-04T09:28:16.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00079ed68_} [2022-05-04T09:28:18.202Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-04T09:28:18.289Z] time="2022-05-04T09:28:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-04T09:28:19.137Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-04T09:28:19.137Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-04T09:28:19.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-04T09:28:19.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-04T09:28:19.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-04T09:28:19.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-04T09:28:19.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-04T09:28:19.369Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:28:19.369Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-04T09:28:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-04T09:28:19.655Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-04T09:28:21.067Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-04T09:28:21.067Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-04T09:28:21.067Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-04T09:28:21.067Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-04T09:28:21.067Z] Cross building: bundles/cross/linux/s390x [2022-05-04T09:28:21.067Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-04T09:28:21.067Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-04T09:28:21.559Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-04T09:28:22.937Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-04T09:28:23.051Z] time="2022-05-04T09:28:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-04T09:28:24.841Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-04T09:28:25.413Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-04T09:28:25.673Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-04T09:28:26.241Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-04T09:28:26.807Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-04T09:28:26.857Z] --- PASS: TestRequest (12.69s) [2022-05-04T09:28:26.858Z] === RUN TestOverlappingRequests [2022-05-04T09:28:26.858Z] === RUN TestParseEmptyInterface [2022-05-04T09:28:26.858Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestParseNonInterfaceType [2022-05-04T09:28:26.858Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestParseWithOneFunction [2022-05-04T09:28:26.858Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestParseWithMultipleFuncs [2022-05-04T09:28:26.858Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestParseWithUnnamedReturn [2022-05-04T09:28:26.858Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestEmbeddedInterface [2022-05-04T09:28:26.858Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestParsedImports [2022-05-04T09:28:26.858Z] --- PASS: TestParsedImports (0.00s) [2022-05-04T09:28:26.858Z] === RUN TestAliasedImports [2022-05-04T09:28:26.858Z] --- PASS: TestAliasedImports (0.00s) [2022-05-04T09:28:26.858Z] PASS [2022-05-04T09:28:26.858Z] coverage: 56.8% of statements [2022-05-04T09:28:26.858Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.064s coverage: 56.8% of statements [2022-05-04T09:28:27.065Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-04T09:28:27.328Z] --- PASS: TestOverlappingRequests (0.64s) [2022-05-04T09:28:27.328Z] === RUN TestRelease [2022-05-04T09:28:27.631Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-04T09:28:28.198Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.63s) [2022-05-04T09:28:28.198Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:28:28.318Z] === RUN TestHTTPTransport [2022-05-04T09:28:28.318Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-04T09:28:28.318Z] PASS [2022-05-04T09:28:28.318Z] coverage: 85.7% of statements [2022-05-04T09:28:28.318Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-05-04T09:28:28.457Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-04T09:28:28.787Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:28:28.787Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-04T09:28:28.787Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-04T09:28:28.787Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-04T09:28:28.787Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-04T09:28:28.787Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-04T09:28:28.787Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-04T09:28:28.787Z] === RUN TestBufferPoolPutAndGet [2022-05-04T09:28:28.787Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-04T09:28:28.787Z] PASS [2022-05-04T09:28:28.787Z] coverage: 88.2% of statements [2022-05-04T09:28:28.787Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-05-04T09:28:29.025Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.04s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.04s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.38s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (20.01s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.53s) [2022-05-04T09:28:29.721Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.63s) [2022-05-04T09:28:29.721Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:28:29.721Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:28:29.776Z] === RUN TestOutputOnPrematureClose [2022-05-04T09:28:29.776Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-04T09:28:29.776Z] === RUN TestCompleteSilently [2022-05-04T09:28:29.776Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-04T09:28:29.776Z] PASS [2022-05-04T09:28:29.776Z] coverage: 75.9% of statements [2022-05-04T09:28:29.776Z] ok github.com/docker/docker/pkg/progress 0.049s coverage: 75.9% of statements [2022-05-04T09:28:29.776Z] --- PASS: TestRelease (2.48s) [2022-05-04T09:28:29.776Z] === RUN TestAllocateRandomDeallocate [2022-05-04T09:28:29.961Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-04T09:28:30.245Z] === RUN TestSendToOneSub [2022-05-04T09:28:30.245Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-04T09:28:30.245Z] === RUN TestSendToMultipleSubs [2022-05-04T09:28:30.245Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-04T09:28:30.245Z] === RUN TestEvictOneSub [2022-05-04T09:28:30.245Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-04T09:28:30.245Z] === RUN TestClosePublisher [2022-05-04T09:28:30.245Z] --- PASS: TestClosePublisher (0.00s) [2022-05-04T09:28:30.245Z] === RUN TestPubSubRace [2022-05-04T09:28:30.900Z] --- PASS: TestCreateServiceSecretFileMode (2.54s) [2022-05-04T09:28:30.901Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:28:30.901Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-04T09:28:31.233Z] --- PASS: TestPubSubRace (1.08s) [2022-05-04T09:28:31.233Z] PASS [2022-05-04T09:28:31.233Z] coverage: 75.0% of statements [2022-05-04T09:28:31.233Z] ok github.com/docker/docker/pkg/pubsub 1.122s coverage: 75.0% of statements [2022-05-04T09:28:31.704Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-04T09:28:31.704Z] === RUN TestClientStream [2022-05-04T09:28:31.704Z] --- PASS: TestClientStream (0.00s) [2022-05-04T09:28:31.704Z] === RUN TestClientSendFile [2022-05-04T09:28:31.704Z] --- PASS: TestClientSendFile (0.00s) [2022-05-04T09:28:31.704Z] === RUN TestClientWithRequestTimeout [2022-05-04T09:28:31.704Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-04T09:28:31.704Z] === RUN TestFileSpecPlugin [2022-05-04T09:28:31.704Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-04T09:28:31.704Z] === RUN TestFileJSONSpecPlugin [2022-05-04T09:28:31.704Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-04T09:28:31.704Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-04T09:28:31.704Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-05-04T09:28:31.704Z] === RUN TestPluginAddHandler [2022-05-04T09:28:31.704Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-04T09:28:31.704Z] === RUN TestPluginWaitBadPlugin [2022-05-04T09:28:31.704Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-04T09:28:31.704Z] === RUN TestGet [2022-05-04T09:28:31.704Z] time="2022-05-04T09:28:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-04T09:28:31.839Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-04T09:28:31.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-04T09:28:32.176Z] === RUN TestRegister [2022-05-04T09:28:32.176Z] --- PASS: TestRegister (0.00s) [2022-05-04T09:28:32.176Z] === RUN TestCommand [2022-05-04T09:28:32.176Z] --- PASS: TestCommand (0.04s) [2022-05-04T09:28:32.176Z] === RUN TestNaiveSelf [2022-05-04T09:28:32.176Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-04T09:28:32.176Z] PASS [2022-05-04T09:28:32.176Z] coverage: 82.4% of statements [2022-05-04T09:28:32.176Z] ok github.com/docker/docker/pkg/reexec 0.114s coverage: 82.4% of statements [2022-05-04T09:28:32.645Z] time="2022-05-04T09:28:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-04T09:28:32.776Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-04T09:28:33.115Z] === RUN TestDump [2022-05-04T09:28:33.115Z] goroutine 21 [running]: [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.dump(0xde2d57?) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-04T09:28:33.115Z] testing.tRunner(0xc000085a00, 0xfaa498) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:28:33.115Z] created by testing.(*T).Run [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:28:33.115Z] [2022-05-04T09:28:33.115Z] goroutine 1 [chan receive]: [2022-05-04T09:28:33.115Z] testing.(*T).Run(0xc000085860, {0xf9913c?, 0xdbc1f3?}, 0xfaa498) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:28:33.115Z] testing.runTests.func1(0xc0000c6840?) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:28:33.115Z] testing.tRunner(0xc000085860, 0xc0000d1ca0) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:28:33.115Z] testing.runTests(0xc0000a4460?, {0x112e400, 0x3, 0x3}, {0x18840a80598?, 0x40?, 0x11334a0?}) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:28:33.115Z] testing.(*M).Run(0xc0000a4460) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:28:33.115Z] main.main() [2022-05-04T09:28:33.115Z] _testmain.go:99 +0x255 [2022-05-04T09:28:33.115Z] --- PASS: TestDump (0.00s) [2022-05-04T09:28:33.115Z] === RUN TestDumpToFile [2022-05-04T09:28:33.115Z] --- PASS: TestDumpToFile (0.20s) [2022-05-04T09:28:33.115Z] === RUN TestDumpToFileWithEmptyInput [2022-05-04T09:28:33.115Z] goroutine 23 [running]: [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.dump(0xe5ed13?) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xe5ece0?}) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-04T09:28:33.115Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085a00?) [2022-05-04T09:28:33.115Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-04T09:28:33.115Z] testing.tRunner(0xc0001541a0, 0xfaa488) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:28:33.115Z] created by testing.(*T).Run [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-04T09:28:33.115Z] [2022-05-04T09:28:33.115Z] goroutine 1 [chan receive]: [2022-05-04T09:28:33.115Z] testing.(*T).Run(0xc000085860, {0xfa0713?, 0xdbc1f3?}, 0xfaa488) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-04T09:28:33.115Z] testing.runTests.func1(0xc0000c6840?) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-04T09:28:33.115Z] testing.tRunner(0xc000085860, 0xc0000d1ca0) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-04T09:28:33.115Z] testing.runTests(0xc0000a4460?, {0x112e400, 0x3, 0x3}, {0x18840a80598?, 0x40?, 0x11334a0?}) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-04T09:28:33.115Z] testing.(*M).Run(0xc0000a4460) [2022-05-04T09:28:33.115Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-04T09:28:33.115Z] main.main() [2022-05-04T09:28:33.115Z] _testmain.go:99 +0x255 [2022-05-04T09:28:33.115Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-04T09:28:33.115Z] PASS [2022-05-04T09:28:33.115Z] coverage: 90.9% of statements [2022-05-04T09:28:33.115Z] ok github.com/docker/docker/pkg/stack 0.243s coverage: 90.9% of statements [2022-05-04T09:28:33.719Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-04T09:28:33.980Z] --- PASS: TestCreateServiceConfigFileMode (3.18s) [2022-05-04T09:28:33.980Z] === RUN TestCreateServiceSysctls [2022-05-04T09:28:34.105Z] === RUN TestNewStdWriter [2022-05-04T09:28:34.105Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-04T09:28:34.105Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestWriteWithNilBytes [2022-05-04T09:28:34.105Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestWrite [2022-05-04T09:28:34.105Z] --- PASS: TestWrite (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestWriteWithWriterError [2022-05-04T09:28:34.105Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-04T09:28:34.105Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyWriteAndRead [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-04T09:28:34.105Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-04T09:28:34.105Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-04T09:28:34.105Z] PASS [2022-05-04T09:28:34.105Z] coverage: 100.0% of statements [2022-05-04T09:28:34.105Z] ok github.com/docker/docker/pkg/stdcopy 0.051s coverage: 100.0% of statements [2022-05-04T09:28:34.242Z] docker_api_swarm_node_test.go:81: [d829d6b0d6d18] joining swarm manager [d1e68752cd259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:28:34.339Z] --- PASS: TestBuildWithHugeFile (117.53s) [2022-05-04T09:28:34.339Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:28:34.339Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:28:34.339Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:28:34.339Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:28:34.339Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:28:34.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:28:34.339Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:28:34.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:28:34.339Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:28:34.339Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:28:34.339Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:28:34.339Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:28:34.339Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:28:34.339Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-05-04T09:28:34.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-04T09:28:34.339Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-04T09:28:34.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-04T09:28:34.339Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:28:34.339Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:28:34.339Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-04T09:28:34.339Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:28:34.339Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-04T09:28:34.339Z] PASS [2022-05-04T09:28:34.339Z] ok github.com/docker/docker/integration/build 187.086s [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === Skipped [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-04T09:28:34.339Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-04T09:28:34.339Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-04T09:28:34.339Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-04T09:28:34.339Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:28:34.339Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-04T09:28:34.339Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:28:34.339Z] [2022-05-04T09:28:34.339Z] DONE 29 tests, 6 skipped in 226.640s [2022-05-04T09:28:34.339Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-04T09:28:34.574Z] time="2022-05-04T09:28:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-04T09:28:34.812Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-04T09:28:35.046Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-04T09:28:35.046Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-04T09:28:35.046Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestFormatStatus [2022-05-04T09:28:35.046Z] --- PASS: TestFormatStatus (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestFormatError [2022-05-04T09:28:35.046Z] --- PASS: TestFormatError (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestFormatJSONError [2022-05-04T09:28:35.046Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-04T09:28:35.046Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-04T09:28:35.046Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestNewJSONProgressOutput [2022-05-04T09:28:35.046Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestAuxFormatterEmit [2022-05-04T09:28:35.046Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestStreamWriterStdout [2022-05-04T09:28:35.046Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-04T09:28:35.046Z] === RUN TestStreamWriterStderr [2022-05-04T09:28:35.046Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-04T09:28:35.046Z] PASS [2022-05-04T09:28:35.046Z] coverage: 66.2% of statements [2022-05-04T09:28:35.046Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-05-04T09:28:35.389Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-04T09:28:35.516Z] === RUN TestGenerateRandomID [2022-05-04T09:28:35.516Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestShortenId [2022-05-04T09:28:35.516Z] --- PASS: TestShortenId (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestShortenSha256Id [2022-05-04T09:28:35.516Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestShortenIdEmpty [2022-05-04T09:28:35.516Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestShortenIdInvalid [2022-05-04T09:28:35.516Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestIsShortIDNonHex [2022-05-04T09:28:35.516Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-04T09:28:35.516Z] === RUN TestIsShortIDNotCorrectSize [2022-05-04T09:28:35.516Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-04T09:28:35.516Z] PASS [2022-05-04T09:28:35.516Z] coverage: 70.6% of statements [2022-05-04T09:28:35.516Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2022-05-04T09:28:36.506Z] === RUN TestIsCpusetListAvailable [2022-05-04T09:28:36.506Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-04T09:28:36.506Z] PASS [2022-05-04T09:28:36.506Z] coverage: 39.4% of statements [2022-05-04T09:28:36.506Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 39.4% of statements [2022-05-04T09:28:36.506Z] --- PASS: TestAllocateRandomDeallocate (6.99s) [2022-05-04T09:28:36.506Z] === RUN TestRetrieveFromStore [2022-05-04T09:28:36.578Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:28:36.578Z] INFO: Testing against a local daemon [2022-05-04T09:28:36.578Z] === RUN TestConfigInspect [2022-05-04T09:28:36.578Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-04T09:28:36.578Z] === RUN TestConfigList [2022-05-04T09:28:36.578Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] --- SKIP: TestConfigList (0.00s) [2022-05-04T09:28:36.578Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:28:36.578Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:28:36.578Z] === RUN TestConfigsUpdate [2022-05-04T09:28:36.578Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-04T09:28:36.578Z] === RUN TestTemplatedConfig [2022-05-04T09:28:36.578Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-04T09:28:36.578Z] === RUN TestConfigCreateResolve [2022-05-04T09:28:36.578Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:28:36.578Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-04T09:28:36.578Z] PASS [2022-05-04T09:28:36.578Z] ok github.com/docker/docker/integration/config 0.106s [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === Skipped [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-04T09:28:36.578Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:28:36.578Z] [2022-05-04T09:28:36.578Z] DONE 6 tests, 6 skipped in 2.244s [2022-05-04T09:28:36.578Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-04T09:28:37.297Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-04T09:28:37.866Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-04T09:28:38.074Z] === RUN TestChtimes [2022-05-04T09:28:38.074Z] --- PASS: TestChtimes (0.01s) [2022-05-04T09:28:38.074Z] === RUN TestChtimesWindows [2022-05-04T09:28:38.074Z] --- PASS: TestChtimesWindows (0.01s) [2022-05-04T09:28:38.074Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-04T09:28:38.074Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-04T09:28:38.074Z] PASS [2022-05-04T09:28:38.074Z] coverage: 13.0% of statements [2022-05-04T09:28:38.074Z] ok github.com/docker/docker/pkg/system 0.058s coverage: 13.0% of statements [2022-05-04T09:28:38.433Z] --- PASS: TestCreateServiceSysctls (4.35s) [2022-05-04T09:28:38.433Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:28:38.543Z] time="2022-05-04T09:28:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-04T09:28:38.692Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-04T09:28:38.692Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-04T09:28:39.012Z] --- PASS: TestRetrieveFromStore (2.36s) [2022-05-04T09:28:39.012Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-04T09:28:39.012Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-04T09:28:39.012Z] === RUN TestParallelPredefinedRequest1 [2022-05-04T09:28:39.012Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-04T09:28:39.012Z] === RUN TestParallelPredefinedRequest2 [2022-05-04T09:28:39.012Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-04T09:28:39.012Z] === RUN TestParallelPredefinedRequest3 [2022-05-04T09:28:39.012Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-04T09:28:39.012Z] === RUN TestParallelPredefinedRequest4 [2022-05-04T09:28:39.012Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-04T09:28:39.012Z] === RUN TestParallelPredefinedRequest5 [2022-05-04T09:28:39.012Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-04T09:28:39.012Z] === RUN TestDebug [2022-05-04T09:28:39.012Z] --- PASS: TestDebug (0.00s) [2022-05-04T09:28:39.012Z] === RUN TestRequestPoolParallel [2022-05-04T09:28:39.012Z] === RUN TestTailFile [2022-05-04T09:28:39.012Z] --- PASS: TestTailFile (0.00s) [2022-05-04T09:28:39.012Z] === RUN TestTailFileManyLines [2022-05-04T09:28:39.012Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-04T09:28:39.012Z] === RUN TestTailEmptyFile [2022-05-04T09:28:39.012Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-04T09:28:39.012Z] === RUN TestTailNegativeN [2022-05-04T09:28:39.012Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/no_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.012Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.012Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/no_delimiter [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.013Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.013Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:28:39.483Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.483Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.484Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.485Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.485Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.485Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-04T09:28:39.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.486Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.486Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.487Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.487Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.627Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.957Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.958Z] --- PASS: TestRequestPoolParallel (0.24s) [2022-05-04T09:28:39.958Z] === RUN TestFullAllocateRelease [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-04T09:28:39.958Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-04T09:28:39.959Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:39.959Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.960Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:39.961Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:40.018Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:28:40.196Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-04T09:28:40.367Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:28:40.367Z] INFO: Testing against a local daemon [2022-05-04T09:28:40.367Z] === RUN TestCheckpoint [2022-05-04T09:28:40.367Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:28:40.367Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:28:40.367Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:28:40.367Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:28:40.367Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:28:40.367Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:28:40.367Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:28:40.367Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:28:40.367Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:28:40.367Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:28:40.367Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:28:40.367Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:28:40.367Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:28:40.367Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:28:40.367Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:28:40.367Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-05-04T09:28:40.367Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:28:40.367Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-05-04T09:28:40.367Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-04T09:28:40.429Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-04T09:28:40.430Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-04T09:28:40.430Z] PASS [2022-05-04T09:28:40.430Z] coverage: 88.6% of statements [2022-05-04T09:28:40.430Z] ok github.com/docker/docker/pkg/tailfile 0.195s coverage: 88.6% of statements [2022-05-04T09:28:40.430Z] --- PASS: TestFullAllocateRelease (0.62s) [2022-05-04T09:28:40.430Z] === RUN TestOddAllocateRelease [2022-05-04T09:28:40.430Z] --- PASS: TestOddAllocateRelease (0.39s) [2022-05-04T09:28:40.430Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-04T09:28:40.430Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-05-04T09:28:40.430Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-04T09:28:40.430Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2022-05-04T09:28:40.430Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-04T09:28:40.430Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.07s) [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest1 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest4 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest5 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest4 [2022-05-04T09:28:40.430Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest5 [2022-05-04T09:28:40.430Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest3 [2022-05-04T09:28:40.430Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest1 [2022-05-04T09:28:40.430Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:28:40.430Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest2 [2022-05-04T09:28:40.430Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:28:40.430Z] === CONT TestParallelPredefinedRequest2 [2022-05-04T09:28:40.430Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:28:40.430Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:28:40.430Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:28:40.430Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:28:40.430Z] PASS [2022-05-04T09:28:40.430Z] coverage: 85.3% of statements [2022-05-04T09:28:40.430Z] ok github.com/docker/docker/libnetwork/ipam 69.594s coverage: 85.3% of statements [2022-05-04T09:28:40.834Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-05-04T09:28:40.834Z] === RUN TestCopyEmptyFile [2022-05-04T09:28:40.903Z] === RUN TestTarSumRemoveNonExistent [2022-05-04T09:28:40.903Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestTarSumRemove [2022-05-04T09:28:40.903Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestSortFileInfoSums [2022-05-04T09:28:40.903Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestNewTarSumForLabelInvalid [2022-05-04T09:28:40.903Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestNewTarSumForLabel [2022-05-04T09:28:40.903Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestEmptyTar [2022-05-04T09:28:40.903Z] --- PASS: TestEmptyTar (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestTarSumsReadSize [2022-05-04T09:28:40.903Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestTarSums [2022-05-04T09:28:40.903Z] --- PASS: TestTarSums (0.10s) [2022-05-04T09:28:40.903Z] === RUN TestIteration [2022-05-04T09:28:40.903Z] --- PASS: TestIteration (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestVersionLabelForChecksum [2022-05-04T09:28:40.903Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestVersion [2022-05-04T09:28:40.903Z] --- PASS: TestVersion (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestGetVersion [2022-05-04T09:28:40.903Z] --- PASS: TestGetVersion (0.00s) [2022-05-04T09:28:40.903Z] === RUN TestGetVersions [2022-05-04T09:28:40.903Z] --- PASS: TestGetVersions (0.00s) [2022-05-04T09:28:40.903Z] PASS [2022-05-04T09:28:40.903Z] coverage: 89.3% of statements [2022-05-04T09:28:40.903Z] ok github.com/docker/docker/pkg/tarsum 0.176s coverage: 89.3% of statements [2022-05-04T09:28:40.980Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:28:41.303Z] --- PASS: TestCopyEmptyFile (0.40s) [2022-05-04T09:28:41.303Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:28:41.303Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-05-04T09:28:41.303Z] === RUN TestCopyFromContainer [2022-05-04T09:28:41.303Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:41.303Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:28:41.303Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:28:41.303Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:28:41.303Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:28:41.303Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:28:41.303Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:28:41.303Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:28:41.303Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:28:41.303Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:28:41.303Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:28:41.303Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:28:41.303Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:28:41.303Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:28:41.303Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:41.303Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:28:41.303Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:28:41.303Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:28:41.303Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:28:41.303Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:28:41.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:28:41.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:28:41.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-04T09:28:41.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-05-04T09:28:41.303Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:28:41.575Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-04T09:28:41.575Z] --- PASS: TestCreateServiceCapabilities (3.37s) [2022-05-04T09:28:41.575Z] === RUN TestInspect [2022-05-04T09:28:41.771Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:28:41.771Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:28:41.771Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:28:41.772Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:28:41.772Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:28:41.772Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-04T09:28:41.772Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:28:41.772Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:28:41.772Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:28:41.772Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-05-04T09:28:41.772Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:28:41.772Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:28:41.772Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-04T09:28:41.772Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:28:41.772Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:41.772Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:28:41.772Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:28:41.772Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:41.891Z] === RUN TestTruncIndex [2022-05-04T09:28:41.891Z] --- PASS: TestTruncIndex (0.10s) [2022-05-04T09:28:41.891Z] PASS [2022-05-04T09:28:41.891Z] coverage: 91.5% of statements [2022-05-04T09:28:41.891Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2022-05-04T09:28:42.144Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-04T09:28:42.252Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:42.253Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:42.253Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:28:42.360Z] === RUN TestVersionInfo [2022-05-04T09:28:42.360Z] --- PASS: TestVersionInfo (0.00s) [2022-05-04T09:28:42.360Z] === RUN TestAppendVersions [2022-05-04T09:28:42.360Z] --- PASS: TestAppendVersions (0.00s) [2022-05-04T09:28:42.360Z] PASS [2022-05-04T09:28:42.360Z] coverage: 88.9% of statements [2022-05-04T09:28:42.360Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2022-05-04T09:28:42.513Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:28:42.829Z] 2022/05/04 09:28:42 Closing DB instances... [2022-05-04T09:28:43.083Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-04T09:28:43.477Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:28:44.401Z] === RUN TestValidatePrivileges [2022-05-04T09:28:44.401Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-04T09:28:44.401Z] === RUN TestFilterByCapNeg [2022-05-04T09:28:44.401Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-04T09:28:44.401Z] === RUN TestFilterByCapPos [2022-05-04T09:28:44.401Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-04T09:28:44.401Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-04T09:28:44.401Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-04T09:28:44.401Z] PASS [2022-05-04T09:28:44.401Z] coverage: 12.2% of statements [2022-05-04T09:28:44.401Z] ok github.com/docker/docker/plugin 0.056s coverage: 12.2% of statements [2022-05-04T09:28:44.991Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-04T09:28:45.250Z] --- PASS: TestInspect (3.64s) [2022-05-04T09:28:45.250Z] === RUN TestCreateJob [2022-05-04T09:28:45.390Z] --- PASS: TestNetworkDBCRUDMediumCluster (39.81s) [2022-05-04T09:28:45.390Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-04T09:28:45.510Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy (16.80s) [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.54s) [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.22s) [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2022-05-04T09:28:45.645Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.61s) [2022-05-04T09:28:45.645Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:28:45.860Z] === RUN TestNewSettable [2022-05-04T09:28:45.860Z] --- PASS: TestNewSettable (0.00s) [2022-05-04T09:28:45.860Z] === RUN TestIsSettable [2022-05-04T09:28:45.860Z] --- PASS: TestIsSettable (0.00s) [2022-05-04T09:28:45.860Z] === RUN TestUpdateSettingsEnv [2022-05-04T09:28:45.860Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-04T09:28:45.860Z] PASS [2022-05-04T09:28:45.860Z] coverage: 20.0% of statements [2022-05-04T09:28:45.861Z] ok github.com/docker/docker/plugin/v2 0.049s coverage: 20.0% of statements [2022-05-04T09:28:46.331Z] 2022/05/04 09:28:46 Closing DB instances... [2022-05-04T09:28:46.800Z] --- PASS: TestGet (15.01s) [2022-05-04T09:28:46.800Z] === RUN TestPluginWithNoManifest [2022-05-04T09:28:46.800Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-04T09:28:46.800Z] === RUN TestGetAll [2022-05-04T09:28:46.800Z] --- PASS: TestGetAll (0.01s) [2022-05-04T09:28:46.800Z] PASS [2022-05-04T09:28:46.800Z] coverage: 73.2% of statements [2022-05-04T09:28:46.800Z] ok github.com/docker/docker/pkg/plugins 35.029s coverage: 73.2% of statements [2022-05-04T09:28:46.800Z] === RUN TestLoad [2022-05-04T09:28:46.800Z] --- PASS: TestLoad (0.00s) [2022-05-04T09:28:46.800Z] === RUN TestSave [2022-05-04T09:28:46.800Z] --- PASS: TestSave (0.04s) [2022-05-04T09:28:46.800Z] === RUN TestAddDeleteGet [2022-05-04T09:28:46.800Z] --- PASS: TestAddDeleteGet (0.05s) [2022-05-04T09:28:46.800Z] === RUN TestInvalidTags [2022-05-04T09:28:46.800Z] --- PASS: TestInvalidTags (0.01s) [2022-05-04T09:28:46.800Z] PASS [2022-05-04T09:28:46.800Z] coverage: 84.4% of statements [2022-05-04T09:28:46.800Z] ok github.com/docker/docker/reference 0.150s coverage: 84.4% of statements [2022-05-04T09:28:47.418Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-04T09:28:48.370Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.82s) [2022-05-04T09:28:48.370Z] === RUN TestNetworkDBGarbageCollection [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices (0.05s) [2022-05-04T09:28:48.400Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.31s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.38s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.35s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.06s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.75s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.70s) [2022-05-04T09:28:48.400Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.61s) [2022-05-04T09:28:48.400Z] === RUN TestDiff [2022-05-04T09:28:48.400Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:28:48.400Z] --- SKIP: TestDiff (0.00s) [2022-05-04T09:28:48.400Z] === RUN TestExecWithCloseStdin [2022-05-04T09:28:48.539Z] --- PASS: TestBuildMultiStageParentConfig (3.01s) [2022-05-04T09:28:48.539Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:28:48.539Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:28:48.539Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-05-04T09:28:48.539Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:28:48.796Z] --- PASS: TestCreateJob (3.50s) [2022-05-04T09:28:48.796Z] === RUN TestReplicatedJob [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReaderWithReadError [2022-05-04T09:28:48.839Z] time="2022-05-04T09:28:48Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReader [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-04T09:28:48.839Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-04T09:28:48.839Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-04T09:28:48.839Z] PASS [2022-05-04T09:28:48.839Z] coverage: 100.0% of statements [2022-05-04T09:28:48.839Z] ok github.com/docker/docker/registry/resumable 0.278s coverage: 100.0% of statements [2022-05-04T09:28:49.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-04T09:28:49.308Z] === RUN TestResolveAuthConfigIndexServer [2022-05-04T09:28:49.308Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-04T09:28:49.308Z] === RUN TestResolveAuthConfigFullURL [2022-05-04T09:28:49.308Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-04T09:28:49.308Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-04T09:28:49.308Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-04T09:28:49.308Z] === RUN TestValidateMirror [2022-05-04T09:28:49.308Z] --- PASS: TestValidateMirror (0.00s) [2022-05-04T09:28:49.308Z] === RUN TestLoadInsecureRegistries [2022-05-04T09:28:49.778Z] time="2022-05-04T09:28:49Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:28:49.778Z] time="2022-05-04T09:28:49Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-04T09:28:49.778Z] time="2022-05-04T09:28:49Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-04T09:28:49.778Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-05-04T09:28:49.778Z] === RUN TestNewServiceConfig [2022-05-04T09:28:49.778Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestValidateIndexName [2022-05-04T09:28:49.778Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestValidateIndexNameWithError [2022-05-04T09:28:49.778Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestEndpointParse [2022-05-04T09:28:49.778Z] --- PASS: TestEndpointParse (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestEndpointParseInvalid [2022-05-04T09:28:49.778Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestValidateEndpoint [2022-05-04T09:28:49.778Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-04T09:28:49.778Z] === RUN TestPing [2022-05-04T09:28:49.778Z] === RUN TestRestartManagerTimeout [2022-05-04T09:28:49.778Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestRestartManagerTimeoutReset [2022-05-04T09:28:49.778Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-04T09:28:49.778Z] PASS [2022-05-04T09:28:49.778Z] coverage: 50.9% of statements [2022-05-04T09:28:49.778Z] --- PASS: TestPing (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestPingRegistryEndpoint [2022-05-04T09:28:49.778Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:28:49.778Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestEndpoint [2022-05-04T09:28:49.778Z] ok github.com/docker/docker/restartmanager 0.048s coverage: 50.9% of statements [2022-05-04T09:28:49.778Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:28:49.778Z] --- SKIP: TestEndpoint (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestParseRepositoryInfo [2022-05-04T09:28:49.778Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestNewIndexInfo [2022-05-04T09:28:49.778Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestMirrorEndpointLookup [2022-05-04T09:28:49.778Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:28:49.778Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestSearchRepositories [2022-05-04T09:28:49.778Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-04T09:28:49.778Z] Host: 127.0.0.1:49347 [2022-05-04T09:28:49.778Z] User-Agent: docker test client [2022-05-04T09:28:49.778Z] Authorization: Token fake-token [2022-05-04T09:28:49.778Z] X-Docker-Token: true [2022-05-04T09:28:49.778Z] Accept-Encoding: gzip [2022-05-04T09:28:49.778Z] [2022-05-04T09:28:49.778Z] [2022-05-04T09:28:49.778Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-04T09:28:49.778Z] Connection: close [2022-05-04T09:28:49.778Z] Content-Length: 144 [2022-05-04T09:28:49.778Z] Cache-Control: no-cache [2022-05-04T09:28:49.778Z] Content-Type: application/json [2022-05-04T09:28:49.778Z] Date: Wed, 04 May 2022 09:28:49 GMT [2022-05-04T09:28:49.778Z] Expires: -1 [2022-05-04T09:28:49.778Z] Pragma: no-cache [2022-05-04T09:28:49.778Z] Server: docker-tests/mock [2022-05-04T09:28:49.778Z] X-Docker-Registry-Config: mock [2022-05-04T09:28:49.778Z] X-Docker-Registry-Version: 0.0.0 [2022-05-04T09:28:49.778Z] [2022-05-04T09:28:49.778Z] [2022-05-04T09:28:49.778Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-04T09:28:49.778Z] === RUN TestTrustedLocation [2022-05-04T09:28:49.778Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-04T09:28:49.778Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestAllowNondistributableArtifacts [2022-05-04T09:28:49.778Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-04T09:28:49.778Z] === RUN TestIsSecureIndex [2022-05-04T09:28:49.778Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-04T09:28:49.778Z] PASS [2022-05-04T09:28:49.778Z] coverage: 51.7% of statements [2022-05-04T09:28:49.778Z] ok github.com/docker/docker/registry 0.348s coverage: 51.7% of statements [2022-05-04T09:28:50.066Z] --- PASS: TestBuildWithEmptyLayers (1.64s) [2022-05-04T09:28:50.066Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:28:50.612Z] --- PASS: TestExecWithCloseStdin (2.60s) [2022-05-04T09:28:50.612Z] === RUN TestExec [2022-05-04T09:28:50.768Z] === RUN TestDecodeContainerConfig [2022-05-04T09:28:50.768Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-04T09:28:50.768Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-04T09:28:50.768Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-04T09:28:50.768Z] === RUN TestDecodeContainerConfigIsolation [2022-05-04T09:28:50.768Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-04T09:28:50.768Z] === RUN TestValidatePrivileged [2022-05-04T09:28:50.768Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-04T09:28:50.768Z] PASS [2022-05-04T09:28:50.768Z] coverage: 52.4% of statements [2022-05-04T09:28:50.768Z] ok github.com/docker/docker/runconfig 0.062s coverage: 52.4% of statements [2022-05-04T09:28:50.768Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-04T09:28:50.768Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-04T09:28:50.768Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-04T09:28:50.768Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-04T09:28:50.768Z] PASS [2022-05-04T09:28:50.768Z] coverage: 62.5% of statements [2022-05-04T09:28:50.768Z] ok github.com/docker/docker/testutil 0.052s coverage: 62.5% of statements [2022-05-04T09:28:51.586Z] docker_api_swarm_node_test.go:53: [d0211113c3755] joining swarm manager [d81f039a74755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:28:51.845Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-04T09:28:52.416Z] docker_api_swarm_node_test.go:54: [d33eec069099c] joining swarm manager [d81f039a74755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:28:52.831Z] --- PASS: TestExec (2.36s) [2022-05-04T09:28:52.831Z] === RUN TestExecUser [2022-05-04T09:28:52.831Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:28:52.831Z] --- SKIP: TestExecUser (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:28:52.831Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:52.831Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:28:52.831Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:28:52.831Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:28:52.831Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:28:52.831Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestHealthKillContainer [2022-05-04T09:28:52.831Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:28:52.831Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:28:52.831Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:28:52.831Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:28:52.831Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:28:54.567Z] === RUN TestGetDriver [2022-05-04T09:28:54.567Z] --- PASS: TestGetDriver (0.00s) [2022-05-04T09:28:54.567Z] === RUN TestVolumeRequestError [2022-05-04T09:28:54.567Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-04T09:28:54.567Z] PASS [2022-05-04T09:28:54.567Z] coverage: 36.1% of statements [2022-05-04T09:28:54.567Z] ok github.com/docker/docker/volume/drivers 0.060s coverage: 36.1% of statements [2022-05-04T09:28:54.567Z] === RUN TestGetAddress [2022-05-04T09:28:54.567Z] --- PASS: TestGetAddress (0.00s) [2022-05-04T09:28:54.567Z] === RUN TestRemove [2022-05-04T09:28:54.567Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:28:54.567Z] --- SKIP: TestRemove (0.00s) [2022-05-04T09:28:54.567Z] === RUN TestInitializeWithVolumes [2022-05-04T09:28:54.567Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-04T09:28:54.567Z] === RUN TestCreate [2022-05-04T09:28:54.567Z] --- PASS: TestCreate (0.01s) [2022-05-04T09:28:54.567Z] === RUN TestValidateName [2022-05-04T09:28:54.567Z] --- PASS: TestValidateName (0.00s) [2022-05-04T09:28:54.567Z] === RUN TestCreateWithOpts [2022-05-04T09:28:54.567Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:28:54.567Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-04T09:28:54.567Z] === RUN TestRelaodNoOpts [2022-05-04T09:28:54.567Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-04T09:28:54.567Z] PASS [2022-05-04T09:28:54.567Z] coverage: 41.5% of statements [2022-05-04T09:28:54.567Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.5% of statements [2022-05-04T09:28:54.958Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-04T09:28:55.049Z] --- PASS: TestKillContainerInvalidSignal (2.30s) [2022-05-04T09:28:55.049Z] === RUN TestKillContainer [2022-05-04T09:28:55.049Z] === RUN TestKillContainer/no_signal [2022-05-04T09:28:55.217Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRaw [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-04T09:28:56.137Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRaw [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-04T09:28:56.137Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestConvertTmpfsOptions [2022-05-04T09:28:56.137Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-04T09:28:56.137Z] linux_parser_test.go:209: data="ro" [2022-05-04T09:28:56.137Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestParseMountSpec [2022-05-04T09:28:56.137Z] parser_test.go:62: case 0 [2022-05-04T09:28:56.137Z] parser_test.go:62: case 1 [2022-05-04T09:28:56.137Z] parser_test.go:62: case 2 [2022-05-04T09:28:56.137Z] parser_test.go:62: case 3 [2022-05-04T09:28:56.137Z] parser_test.go:62: case 4 [2022-05-04T09:28:56.137Z] parser_test.go:62: case 5 [2022-05-04T09:28:56.137Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestValidateMount [2022-05-04T09:28:56.137Z] --- PASS: TestValidateMount (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRaw [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-04T09:28:56.137Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-04T09:28:56.137Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-04T09:28:56.137Z] PASS [2022-05-04T09:28:56.137Z] coverage: 67.6% of statements [2022-05-04T09:28:56.137Z] ok github.com/docker/docker/volume/mounts 0.066s coverage: 67.6% of statements [2022-05-04T09:28:56.154Z] --- PASS: TestReplicatedJob (7.17s) [2022-05-04T09:28:56.154Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:28:57.269Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:28:57.269Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:28:57.269Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:28:57.706Z] === RUN TestSetGetMeta [2022-05-04T09:28:57.706Z] === PAUSE TestSetGetMeta [2022-05-04T09:28:57.706Z] === RUN TestRestore [2022-05-04T09:28:57.706Z] === PAUSE TestRestore [2022-05-04T09:28:57.706Z] === RUN TestServiceCreate [2022-05-04T09:28:57.706Z] === PAUSE TestServiceCreate [2022-05-04T09:28:57.706Z] === RUN TestServiceList [2022-05-04T09:28:57.706Z] === PAUSE TestServiceList [2022-05-04T09:28:57.706Z] === RUN TestServiceRemove [2022-05-04T09:28:57.706Z] === PAUSE TestServiceRemove [2022-05-04T09:28:57.706Z] === RUN TestServiceGet [2022-05-04T09:28:57.706Z] === PAUSE TestServiceGet [2022-05-04T09:28:57.706Z] === RUN TestServicePrune [2022-05-04T09:28:57.706Z] === PAUSE TestServicePrune [2022-05-04T09:28:57.706Z] === RUN TestCreate [2022-05-04T09:28:57.706Z] === PAUSE TestCreate [2022-05-04T09:28:57.706Z] === RUN TestRemove [2022-05-04T09:28:57.706Z] === PAUSE TestRemove [2022-05-04T09:28:57.706Z] === RUN TestList [2022-05-04T09:28:57.706Z] === PAUSE TestList [2022-05-04T09:28:57.706Z] === RUN TestFindByDriver [2022-05-04T09:28:57.706Z] === PAUSE TestFindByDriver [2022-05-04T09:28:57.706Z] === RUN TestFindByReferenced [2022-05-04T09:28:57.706Z] === PAUSE TestFindByReferenced [2022-05-04T09:28:57.706Z] === RUN TestDerefMultipleOfSameRef [2022-05-04T09:28:57.706Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-04T09:28:57.706Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:28:57.706Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:28:57.706Z] === RUN TestDefererencePluginOnCreateError [2022-05-04T09:28:57.706Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-04T09:28:57.706Z] === RUN TestRefDerefRemove [2022-05-04T09:28:57.706Z] === PAUSE TestRefDerefRemove [2022-05-04T09:28:57.706Z] === RUN TestGet [2022-05-04T09:28:57.706Z] === PAUSE TestGet [2022-05-04T09:28:57.706Z] === RUN TestGetWithReference [2022-05-04T09:28:57.706Z] === PAUSE TestGetWithReference [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_nil_list [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_empty_list [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_filter_some [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_filter_middle [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:28:57.706Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-04T09:28:57.706Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_nil_list [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_filter_some [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_filter_middle [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_empty_list [2022-05-04T09:28:57.706Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-04T09:28:57.706Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-04T09:28:57.706Z] === CONT TestSetGetMeta [2022-05-04T09:28:57.706Z] === CONT TestList [2022-05-04T09:28:57.706Z] === CONT TestServiceGet [2022-05-04T09:28:57.706Z] === CONT TestCreate [2022-05-04T09:28:57.706Z] --- PASS: TestSetGetMeta (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestGetWithReference [2022-05-04T09:28:57.706Z] --- PASS: TestCreate (0.05s) [2022-05-04T09:28:57.706Z] === CONT TestGet [2022-05-04T09:28:57.706Z] --- PASS: TestList (0.08s) [2022-05-04T09:28:57.706Z] === CONT TestRefDerefRemove [2022-05-04T09:28:57.706Z] --- PASS: TestGetWithReference (0.05s) [2022-05-04T09:28:57.706Z] === CONT TestDefererencePluginOnCreateError [2022-05-04T09:28:57.706Z] --- PASS: TestGet (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-04T09:28:57.706Z] --- PASS: TestRefDerefRemove (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestDerefMultipleOfSameRef [2022-05-04T09:28:57.706Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestFindByReferenced [2022-05-04T09:28:57.706Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-05-04T09:28:57.706Z] === CONT TestFindByDriver [2022-05-04T09:28:57.706Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestServiceList [2022-05-04T09:28:57.706Z] --- PASS: TestFindByReferenced (0.04s) [2022-05-04T09:28:57.706Z] === CONT TestServiceRemove [2022-05-04T09:28:57.706Z] --- PASS: TestFindByDriver (0.05s) [2022-05-04T09:28:57.706Z] === CONT TestServiceCreate [2022-05-04T09:28:57.706Z] --- PASS: TestServiceGet (0.29s) [2022-05-04T09:28:57.706Z] === CONT TestServicePrune [2022-05-04T09:28:57.706Z] --- PASS: TestServiceRemove (0.14s) [2022-05-04T09:28:57.706Z] === CONT TestRemove [2022-05-04T09:28:57.706Z] --- PASS: TestServiceCreate (0.13s) [2022-05-04T09:28:57.706Z] === CONT TestRestore [2022-05-04T09:28:57.706Z] --- PASS: TestServiceList (0.16s) [2022-05-04T09:28:57.706Z] time="2022-05-04T09:28:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:28:57.706Z] time="2022-05-04T09:28:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:28:57.706Z] --- PASS: TestRemove (0.04s) [2022-05-04T09:28:57.706Z] --- PASS: TestRestore (0.04s) [2022-05-04T09:28:57.706Z] time="2022-05-04T09:28:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:28:57.706Z] time="2022-05-04T09:28:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-04T09:28:57.706Z] time="2022-05-04T09:28:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-04T09:28:57.706Z] --- PASS: TestServicePrune (0.08s) [2022-05-04T09:28:57.706Z] PASS [2022-05-04T09:28:57.706Z] coverage: 69.0% of statements [2022-05-04T09:28:57.706Z] ok github.com/docker/docker/volume/service 0.431s coverage: 69.0% of statements [2022-05-04T09:28:58.175Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-04T09:28:58.175Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-04T09:28:58.175Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-04T09:28:58.175Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-04T09:28:59.461Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-04T09:29:00.028Z] --- PASS: TestUpdateReplicatedJob (3.94s) [2022-05-04T09:29:00.028Z] === RUN TestServiceListWithStatuses [2022-05-04T09:29:00.028Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:29:00.028Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:29:00.028Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:29:00.219Z] --- PASS: TestKillContainer (4.91s) [2022-05-04T09:29:00.219Z] --- PASS: TestKillContainer/no_signal (2.16s) [2022-05-04T09:29:00.219Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:29:00.219Z] --- PASS: TestKillContainer/killing_signal (2.68s) [2022-05-04T09:29:00.219Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:29:00.219Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:29:00.219Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestKillStoppedContainer [2022-05-04T09:29:00.219Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:29:00.219Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:29:00.219Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:29:00.219Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:29:00.219Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:29:00.219Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:29:00.219Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:29:00.219Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:29:00.219Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:29:00.219Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:29:00.219Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:29:01.404Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-04T09:29:02.341Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-04T09:29:02.432Z] --- PASS: TestLogsFollowTailEmpty (2.21s) [2022-05-04T09:29:02.432Z] === RUN TestNetworkNat [2022-05-04T09:29:02.432Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:29:02.432Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-04T09:29:02.432Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:29:05.630Z] --- PASS: TestDockerNetworkConnectAlias (5.25s) [2022-05-04T09:29:05.630Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:29:06.199Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-04T09:29:06.231Z] --- PASS: TestNetworkLocalhostTCPNat (3.63s) [2022-05-04T09:29:06.231Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:29:06.231Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:29:06.231Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-04T09:29:06.231Z] === RUN TestPause [2022-05-04T09:29:06.231Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:29:06.231Z] --- SKIP: TestPause (0.00s) [2022-05-04T09:29:06.231Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:29:07.137Z] === RUN TestDockerSuite/TestCpToDot [2022-05-04T09:29:07.707Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-04T09:29:07.712Z] --- PASS: TestBuildMultiStageOnBuild (16.23s) [2022-05-04T09:29:07.712Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:29:07.712Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:29:07.712Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-04T09:29:07.712Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:29:08.451Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.28s) [2022-05-04T09:29:08.451Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:29:08.451Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:29:08.451Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-04T09:29:08.451Z] === RUN TestPsFilter [2022-05-04T09:29:08.451Z] --- PASS: TestPsFilter (0.38s) [2022-05-04T09:29:08.451Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:29:09.084Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-04T09:29:09.651Z] --- PASS: TestDockerNetworkReConnect (4.37s) [2022-05-04T09:29:09.651Z] === RUN TestServicePlugin [2022-05-04T09:29:10.220Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-04T09:29:11.160Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-04T09:29:11.401Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.76s) [2022-05-04T09:29:11.401Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:29:12.095Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-04T09:29:12.353Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-04T09:29:12.920Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-04T09:29:13.857Z] plugin_test.go:61: [d0800b57e9c29] joining swarm manager [d74befbdfcdcd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:29:14.115Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-04T09:29:14.115Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-04T09:29:14.351Z] --- PASS: TestRemoveContainerWithVolume (2.81s) [2022-05-04T09:29:14.351Z] === RUN TestRemoveContainerRunning [2022-05-04T09:29:14.374Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-04T09:29:14.634Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-04T09:29:15.203Z] plugin_test.go:64: [d4a2c48ad988f] joining swarm manager [d74befbdfcdcd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:29:15.464Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-04T09:29:15.464Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-04T09:29:15.464Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-04T09:29:15.464Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-04T09:29:16.034Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-04T09:29:16.567Z] --- PASS: TestRemoveContainerRunning (2.17s) [2022-05-04T09:29:16.567Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:29:16.603Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-04T09:29:16.603Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-04T09:29:16.603Z] === RUN TestDockerSuite/TestCreateRM [2022-05-04T09:29:16.862Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-04T09:29:16.862Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T09:29:16.862Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-04T09:29:16.862Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-04T09:29:17.122Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-04T09:29:18.501Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-04T09:29:18.761Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-04T09:29:18.761Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-04T09:29:18.782Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.17s) [2022-05-04T09:29:18.783Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:29:18.783Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-05-04T09:29:18.783Z] === RUN TestRenameLinkedContainer [2022-05-04T09:29:18.783Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:29:18.783Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-04T09:29:18.783Z] === RUN TestRenameStoppedContainer [2022-05-04T09:29:20.072Z] --- PASS: TestBuildMultiStageLayerLeak (13.67s) [2022-05-04T09:29:20.072Z] === RUN TestBuildWithHugeFile [2022-05-04T09:29:20.997Z] --- PASS: TestRenameStoppedContainer (2.64s) [2022-05-04T09:29:20.997Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:29:22.059Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-04T09:29:22.059Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-04T09:29:22.059Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-04T09:29:22.320Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-04T09:29:22.320Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-04T09:29:22.579Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-04T09:29:22.837Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-04T09:29:24.214Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-04T09:29:24.473Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-04T09:29:24.473Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-04T09:29:25.746Z] --- PASS: TestRenameRunningContainerAndReuse (4.22s) [2022-05-04T09:29:25.746Z] === RUN TestRenameInvalidName [2022-05-04T09:29:26.377Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-04T09:29:27.312Z] --- PASS: TestRenameInvalidName (2.05s) [2022-05-04T09:29:27.312Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:29:27.320Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-04T09:29:27.892Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-04T09:29:28.463Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-04T09:29:28.722Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-04T09:29:29.290Z] === RUN TestDockerSuite/TestDockerFails [2022-05-04T09:29:29.290Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-04T09:29:29.290Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-04T09:29:29.290Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-04T09:29:30.227Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-04T09:29:30.796Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-04T09:29:31.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-04T09:29:31.994Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-04T09:29:31.994Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-04T09:29:31.994Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-04T09:29:32.253Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-04T09:29:33.632Z] docker_api_swarm_test.go:202: [d18c89bcb1850] joining swarm manager [de0c79a9cb259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:29:37.731Z] --- PASS: TestRenameAnonymousContainer (9.43s) [2022-05-04T09:29:37.731Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:29:38.899Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-04T09:29:39.297Z] --- PASS: TestRenameContainerWithSameName (2.20s) [2022-05-04T09:29:39.297Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:29:39.297Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:29:39.297Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:29:39.297Z] === RUN TestResize [2022-05-04T09:29:39.840Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-04T09:29:40.895Z] 2022/05/04 09:29:40 Closing DB instances... [2022-05-04T09:29:41.511Z] --- PASS: TestResize (2.08s) [2022-05-04T09:29:41.511Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:29:41.746Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-04T09:29:41.746Z] --- PASS: TestServicePlugin (32.09s) [2022-05-04T09:29:41.746Z] === RUN TestServiceUpdateLabel [2022-05-04T09:29:42.463Z] --- PASS: TestNetworkDBGarbageCollection (54.27s) [2022-05-04T09:29:42.463Z] === RUN TestFindNode [2022-05-04T09:29:42.463Z] 2022/05/04 09:29:42 Closing DB instances... [2022-05-04T09:29:42.463Z] --- PASS: TestFindNode (0.02s) [2022-05-04T09:29:42.463Z] === RUN TestChangeNodeState [2022-05-04T09:29:42.463Z] 2022/05/04 09:29:42 Closing DB instances... [2022-05-04T09:29:42.463Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-04T09:29:42.463Z] === RUN TestNodeReincarnation [2022-05-04T09:29:42.463Z] 2022/05/04 09:29:42 Closing DB instances... [2022-05-04T09:29:43.129Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-04T09:29:43.725Z] --- PASS: TestResizeWithInvalidSize (2.15s) [2022-05-04T09:29:43.725Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:29:44.509Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-04T09:29:44.509Z] --- PASS: TestServiceUpdateLabel (2.76s) [2022-05-04T09:29:44.509Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:29:45.078Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-04T09:29:45.646Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-04T09:29:45.938Z] --- PASS: TestResizeWhenContainerNotStarted (2.63s) [2022-05-04T09:29:45.938Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:29:45.938Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:29:45.938Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:29:45.938Z] === RUN TestStats [2022-05-04T09:29:45.938Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:29:45.938Z] --- SKIP: TestStats (0.00s) [2022-05-04T09:29:45.938Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:29:46.582Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-04T09:29:47.149Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-04T09:29:47.717Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-04T09:29:48.339Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-04T09:29:48.339Z] === RUN TestParallelCreate [2022-05-04T09:29:48.339Z] 2022/05/04 09:29:47 Closing DB instances... [2022-05-04T09:29:48.339Z] --- PASS: TestParallelCreate (0.02s) [2022-05-04T09:29:48.339Z] === RUN TestParallelDelete [2022-05-04T09:29:48.339Z] 2022/05/04 09:29:47 Closing DB instances... [2022-05-04T09:29:48.339Z] --- PASS: TestParallelDelete (0.02s) [2022-05-04T09:29:48.339Z] === RUN TestNetworkDBIslands [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8c1815592b2f with config:&{NodeID:8c1815592b2f 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-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 8c1815592b2f/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 8c1815592b2f/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:19ba6166b85c with config:&{NodeID:19ba6166b85c 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-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 19ba6166b85c/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=debug msg="memberlist: Stream connection from=[::1]:49372" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 19ba6166b85c/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 8c1815592b2f/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=info msg="Node 8c1815592b2f/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:47Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49373" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4a6234137eb6 with config:&{NodeID:4a6234137eb6 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-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Stream connection from=[::1]:49374" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 8c1815592b2f/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 8c1815592b2f/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 19ba6166b85c/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49375" [2022-05-04T09:29:48.339Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a94b1e80f0e4 with config:&{NodeID:a94b1e80f0e4 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-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Stream connection from=[::1]:49376" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 19ba6166b85c/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 4a6234137eb6/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 8c1815592b2f/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=info msg="Node 8c1815592b2f/172.27.237.184, added to nodes list" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-04T09:29:48.812Z] time="2022-05-04T09:29:48Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49377" [2022-05-04T09:29:49.093Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:48Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:308c59490151 with config:&{NodeID:308c59490151 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-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=[::1]:49378" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 19ba6166b85c/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 4a6234137eb6/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 4a6234137eb6/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 8c1815592b2f/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node 8c1815592b2f/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-04T09:29:49.281Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49379" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:49.751Z] networkdb_test.go:835: Re-joining: 3 [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="The new bootstrap node list is:[172.27.237.184:10033 172.27.237.184:10034 172.27.237.184:10035]" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10033" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49380" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10034" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49381" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10035" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49382" [2022-05-04T09:29:49.751Z] networkdb_test.go:835: Re-joining: 4 [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=info msg="The new bootstrap node list is:[172.27.237.184:10033 172.27.237.184:10034 172.27.237.184:10035]" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10033" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49383" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10034" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49384" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10035" [2022-05-04T09:29:49.751Z] time="2022-05-04T09:29:49Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49385" [2022-05-04T09:29:50.028Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:49Z" level=info msg="node 0 leaving" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="node5(308c59490151): Node leave event for 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="node2(19ba6166b85c): Node leave event for 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="node4(a94b1e80f0e4): Node leave event for 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="node3(4a6234137eb6): Node leave event for 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.220Z] time="2022-05-04T09:29:50Z" level=info msg="node1(8c1815592b2f): Node leave event for 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 8c1815592b2f/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.27.237.184:10035: use of closed network connection" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="node 1 leaving" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="node4(a94b1e80f0e4): Node leave event for 19ba6166b85c/172.27.237.184" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="node5(308c59490151): Node leave event for 19ba6166b85c/172.27.237.184" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c change state NodeActive --> NodeFailed" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c/172.27.237.184, added to failed nodes list" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c change state NodeActive --> NodeLeft" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="node3(4a6234137eb6): Node leave event for 19ba6166b85c/172.27.237.184" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=error msg="node: 19ba6166b85c is unknown to memberlist" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c/172.27.237.184, left gossip cluster" [2022-05-04T09:29:50.690Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c/172.27.237.184, left gossip cluster" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="Node 19ba6166b85c/172.27.237.184, left gossip cluster" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="node 2 leaving" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="Node 4a6234137eb6 change state NodeActive --> NodeLeft" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="node4(a94b1e80f0e4): Node leave event for 4a6234137eb6/172.27.237.184" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="Node 4a6234137eb6 change state NodeActive --> NodeLeft" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="node5(308c59490151): Node leave event for 4a6234137eb6/172.27.237.184" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="Node 4a6234137eb6 change state NodeActive --> NodeLeft" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:50Z" level=info msg="node3(4a6234137eb6): Node leave event for 4a6234137eb6/172.27.237.184" [2022-05-04T09:29:51.159Z] time="2022-05-04T09:29:51Z" level=info msg="Node 4a6234137eb6/172.27.237.184, left gossip cluster" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node 4a6234137eb6/172.27.237.184, left gossip cluster" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node 4a6234137eb6/172.27.237.184, left gossip cluster" [2022-05-04T09:29:51.629Z] networkdb_test.go:867: node4: OK [2022-05-04T09:29:51.629Z] networkdb_test.go:867: node5: OK [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="node 0 coming back" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a3871d643186 with config:&{NodeID:a3871d643186 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-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node a3871d643186/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node a3871d643186/172.27.237.184, added to nodes list" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="node 1 coming back" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:3e3dbb25f982 with config:&{NodeID:3e3dbb25f982 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-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, added to nodes list" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="node 2 coming back" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:de992134a9ac with config:&{NodeID:de992134a9ac 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-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node de992134a9ac/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:51.629Z] time="2022-05-04T09:29:51Z" level=info msg="Node de992134a9ac/172.27.237.184, added to nodes list" [2022-05-04T09:29:52.561Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-04T09:29:52.561Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-04T09:29:53.096Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.18s) [2022-05-04T09:29:53.096Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:29:53.096Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:29:53.096Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-04T09:29:53.096Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:29:54.462Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-04T09:29:54.462Z] docker_api_swarm_test.go:384: [d685aa901b46a] joining swarm manager [d075e3ab703fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:29:55.396Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-04T09:29:55.421Z] time="2022-05-04T09:29:54Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.237.184:10033 172.27.237.184:10034 172.27.237.184:10035]" [2022-05-04T09:29:55.422Z] time="2022-05-04T09:29:55Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.237.184:10033 172.27.237.184:10034 172.27.237.184:10035]" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10033" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49386" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, is the new incarnation of the shutdown node 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10034" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49387" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, is the new incarnation of the shutdown node 19ba6166b85c/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, is the new incarnation of the shutdown node 8c1815592b2f/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10035" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49388" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 308c59490151/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node a3871d643186/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, is the new incarnation of the shutdown node 4a6234137eb6/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, is the new incarnation of the shutdown node 19ba6166b85c/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, is the new incarnation of the shutdown node 4a6234137eb6/172.27.237.184" [2022-05-04T09:29:55.891Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, added to nodes list" [2022-05-04T09:29:55.964Z] docker_api_swarm_test.go:385: [da50b42c4bef2] joining swarm manager [d075e3ab703fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:29:56.360Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, joined gossip cluster" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:55Z" level=info msg="Node de992134a9ac/172.27.237.184, added to nodes list" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10033" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49389" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10034" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49390" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.237.184:10035" [2022-05-04T09:29:56.361Z] time="2022-05-04T09:29:56Z" level=debug msg="memberlist: Stream connection from=172.27.237.184:49391" [2022-05-04T09:29:56.530Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-04T09:29:56.830Z] 2022/05/04 09:29:56 Closing DB instances... [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186 change state NodeActive --> NodeLeft" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="node5(308c59490151): Node leave event for a3871d643186/172.27.237.184" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186 change state NodeActive --> NodeLeft" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="node4(a94b1e80f0e4): Node leave event for a3871d643186/172.27.237.184" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186 change state NodeActive --> NodeLeft" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="node2(3e3dbb25f982): Node leave event for a3871d643186/172.27.237.184" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186 change state NodeActive --> NodeLeft" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="node1(a3871d643186): Node leave event for a3871d643186/172.27.237.184" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186 change state NodeActive --> NodeLeft" [2022-05-04T09:29:56.830Z] time="2022-05-04T09:29:56Z" level=info msg="node3(de992134a9ac): Node leave event for a3871d643186/172.27.237.184" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:56Z" level=info msg="Node a3871d643186/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982 change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="node5(308c59490151): Node leave event for 3e3dbb25f982/172.27.237.184" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982 change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="node4(a94b1e80f0e4): Node leave event for 3e3dbb25f982/172.27.237.184" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982 change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="node3(de992134a9ac): Node leave event for 3e3dbb25f982/172.27.237.184" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982 change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.301Z] time="2022-05-04T09:29:57Z" level=info msg="node2(3e3dbb25f982): Node leave event for 3e3dbb25f982/172.27.237.184" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node 3e3dbb25f982/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="node4(a94b1e80f0e4): Node leave event for de992134a9ac/172.27.237.184" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="node5(308c59490151): Node leave event for de992134a9ac/172.27.237.184" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac change state NodeActive --> NodeLeft" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="node3(de992134a9ac): Node leave event for de992134a9ac/172.27.237.184" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac/172.27.237.184, left gossip cluster" [2022-05-04T09:29:57.770Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac/172.27.237.184, left gossip cluster" [2022-05-04T09:29:58.240Z] time="2022-05-04T09:29:57Z" level=info msg="Node de992134a9ac/172.27.237.184, left gossip cluster" [2022-05-04T09:29:58.711Z] time="2022-05-04T09:29:58Z" level=info msg="Node a94b1e80f0e4 change state NodeActive --> NodeLeft" [2022-05-04T09:29:58.711Z] time="2022-05-04T09:29:58Z" level=info msg="node5(308c59490151): Node leave event for a94b1e80f0e4/172.27.237.184" [2022-05-04T09:29:58.711Z] time="2022-05-04T09:29:58Z" level=info msg="Node a94b1e80f0e4 change state NodeActive --> NodeLeft" [2022-05-04T09:29:58.711Z] time="2022-05-04T09:29:58Z" level=info msg="node4(a94b1e80f0e4): Node leave event for a94b1e80f0e4/172.27.237.184" [2022-05-04T09:29:59.065Z] --- PASS: TestServiceUpdateSecrets (14.77s) [2022-05-04T09:29:59.065Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:29:59.181Z] time="2022-05-04T09:29:58Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, left gossip cluster" [2022-05-04T09:29:59.181Z] time="2022-05-04T09:29:58Z" level=info msg="Node a94b1e80f0e4/172.27.237.184, left gossip cluster" [2022-05-04T09:29:59.650Z] time="2022-05-04T09:29:59Z" level=info msg="Node 308c59490151/172.27.237.184, left gossip cluster" [2022-05-04T09:29:59.650Z] time="2022-05-04T09:29:59Z" level=info msg="Node 308c59490151 change state NodeActive --> NodeFailed" [2022-05-04T09:29:59.650Z] time="2022-05-04T09:29:59Z" level=info msg="Node 308c59490151/172.27.237.184, added to failed nodes list" [2022-05-04T09:29:59.650Z] --- PASS: TestNetworkDBIslands (12.09s) [2022-05-04T09:29:59.650Z] PASS [2022-05-04T09:29:59.650Z] coverage: 60.1% of statements [2022-05-04T09:29:59.650Z] ok github.com/docker/docker/libnetwork/networkdb 138.890s coverage: 60.1% of statements [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/quota [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/rootless [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/volume [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-04T09:29:59.650Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-04T09:30:02.347Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-04T09:30:02.347Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-04T09:30:03.286Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === Skipped [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-04T09:30:03.452Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-04T09:30:03.452Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-04T09:30:03.452Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-04T09:30:03.452Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-05-04T09:30:03.452Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-04T09:30:03.452Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-04T09:30:03.452Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-04T09:30:03.452Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-04T09:30:03.452Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-04T09:30:03.452Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-04T09:30:03.452Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-04T09:30:03.452Z] daemon_test.go:145: root required [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-04T09:30:03.452Z] reload_test.go:342: root required [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-04T09:30:03.452Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-04T09:30:03.452Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-04T09:30:03.452Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-04T09:30:03.452Z] download_test.go:267: Needs fixing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-04T09:30:03.452Z] layer_test.go:291: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-04T09:30:03.452Z] layer_test.go:340: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-04T09:30:03.452Z] layer_test.go:455: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-04T09:30:03.452Z] layer_test.go:684: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-04T09:30:03.452Z] migration_test.go:45: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-04T09:30:03.452Z] migration_test.go:181: Failing on Windows [2022-05-04T09:30:03.452Z] [2022-05-04T09:30:03.452Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-04T09:30:03.453Z] mount_test.go:17: Failing on Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-04T09:30:03.453Z] mount_test.go:76: Failing on Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-04T09:30:03.453Z] mount_test.go:125: Failing on Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-04T09:30:03.453Z] mount_test.go:212: Failing on Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-04T09:30:03.453Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-04T09:30:03.453Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-04T09:30:03.453Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-04T09:30:03.453Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-04T09:30:03.453Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-04T09:30:03.453Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-04T09:30:03.453Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-04T09:30:03.453Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-04T09:30:03.453Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-04T09:30:03.453Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-04T09:30:03.453Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-04T09:30:03.453Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:30:03.453Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:30:03.453Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:30:03.453Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:30:03.453Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:30:03.453Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:133: Xz not present in msys2 [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-05-04T09:30:03.453Z] archive_test.go:140: zstd not installed [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:252: Failing on Windows CI machines [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-04T09:30:03.453Z] archive_windows_test.go:16: Currently fails [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-04T09:30:03.453Z] changes_test.go:196: needs more investigation [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-04T09:30:03.453Z] changes_test.go:433: needs further investigation [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-04T09:30:03.453Z] changes_test.go:469: needs further investigation [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-04T09:30:03.453Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-04T09:30:03.453Z] poller_test.go:40: No chmod on Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-04T09:30:03.453Z] fileutils_test.go:133: Needs porting to Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-04T09:30:03.453Z] fileutils_test.go:179: Needs porting to Windows [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-04T09:30:03.453Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-04T09:30:03.453Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-04T09:30:03.453Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-04T09:30:03.453Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-04T09:30:03.453Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-04T09:30:03.453Z] [2022-05-04T09:30:03.453Z] DONE 2287 tests, 68 skipped in 368.985s [2022-05-04T09:30:03.453Z] INFO: make.ps1 ended at 05/04/2022 09:30:03 [2022-05-04T09:30:04.221Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-04T09:30:04.221Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-04T09:30:04.481Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-04T09:30:04.482Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-04T09:30:04.482Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-04T09:30:05.417Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-04T09:30:05.676Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-04T09:30:05.676Z] INFO: Unit tests ended at 05/04/2022 09:30:05. Duration:00:06:30.8486094 [2022-05-04T09:30:05.676Z] INFO: Building busybox [2022-05-04T09:30:05.676Z] Sending build context to Docker daemon 5.12kB [2022-05-04T09:30:05.676Z] [2022-05-04T09:30:05.676Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-04T09:30:05.676Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-04T09:30:05.676Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-04T09:30:05.676Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-04T09:30:05.676Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-04T09:30:05.676Z] ---> e8870c5c3ab2 [2022-05-04T09:30:05.676Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-04T09:30:06.146Z] ---> Running in f682256e1a6d [2022-05-04T09:30:06.812Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-04T09:30:06.812Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-04T09:30:06.812Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-04T09:30:07.378Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-04T09:30:07.637Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-04T09:30:08.203Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-04T09:30:09.578Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-04T09:30:09.578Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-04T09:30:09.578Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-04T09:30:09.578Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-04T09:30:09.578Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-04T09:30:09.578Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-04T09:30:11.479Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-04T09:30:12.046Z] === RUN TestDockerSuite/TestEventsRename [2022-05-04T09:30:12.591Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-04T09:30:12.592Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-04T09:30:12.592Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-04T09:30:12.592Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-04T09:30:12.592Z] [Pipeline] } [Pipeline] // stage [2022-05-04T09:30:12.615Z] === RUN TestDockerSuite/TestEventsResize [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-04T09:30:12.924Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-04T09:30:13.183Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-04T09:30:13.208Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/test/unit [2022-05-04T09:30:13.468Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-05-04T09:30:13.468Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-04T09:30:13.468Z] + TESTDIRS=./... [2022-05-04T09:30:13.468Z] + exclude_paths='/vendor/|/integration' [2022-05-04T09:30:13.468Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-04T09:30:13.468Z] ++ go list ./... [2022-05-04T09:30:13.751Z] --- PASS: TestServiceUpdateConfigs (14.59s) [2022-05-04T09:30:13.751Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:30:14.411Z] + pkg_list='github.com/docker/docker/api [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/backend [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/container [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/events [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/filters [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/image [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/mount [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/network [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/registry [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/time [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/versions [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:30:14.411Z] github.com/docker/docker/api/types/volume [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:30:14.411Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:30:14.411Z] github.com/docker/docker/cli [2022-05-04T09:30:14.411Z] github.com/docker/docker/cli/config [2022-05-04T09:30:14.411Z] github.com/docker/docker/cli/debug [2022-05-04T09:30:14.411Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:30:14.411Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:30:14.411Z] github.com/docker/docker/client [2022-05-04T09:30:14.411Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:30:14.411Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:30:14.411Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:30:14.411Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:30:14.411Z] github.com/docker/docker/container [2022-05-04T09:30:14.411Z] github.com/docker/docker/container/stream [2022-05-04T09:30:14.411Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:30:14.411Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:30:14.411Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/config [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/events [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/exec [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/images [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/links [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/names [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/network [2022-05-04T09:30:14.411Z] github.com/docker/docker/daemon/stats [2022-05-04T09:30:14.411Z] github.com/docker/docker/distribution [2022-05-04T09:30:14.411Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:30:14.411Z] github.com/docker/docker/distribution/utils [2022-05-04T09:30:14.411Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:30:14.411Z] github.com/docker/docker/dockerversion [2022-05-04T09:30:14.411Z] github.com/docker/docker/errdefs [2022-05-04T09:30:14.411Z] github.com/docker/docker/image [2022-05-04T09:30:14.411Z] github.com/docker/docker/image/cache [2022-05-04T09:30:14.411Z] github.com/docker/docker/image/tarexport [2022-05-04T09:30:14.411Z] github.com/docker/docker/image/v1 [2022-05-04T09:30:14.411Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:30:14.411Z] github.com/docker/docker/layer [2022-05-04T09:30:14.411Z] github.com/docker/docker/libcontainerd [2022-05-04T09:30:14.411Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:30:14.411Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:30:14.411Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:30:14.411Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:30:14.411Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:30:14.412Z] github.com/docker/docker/oci [2022-05-04T09:30:14.412Z] github.com/docker/docker/oci/caps [2022-05-04T09:30:14.412Z] github.com/docker/docker/opts [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/archive [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/directory [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/platform [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pools [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/progress [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/signal [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stack [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/system [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:30:14.412Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:30:14.412Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:30:14.412Z] github.com/docker/docker/quota [2022-05-04T09:30:14.412Z] github.com/docker/docker/reference [2022-05-04T09:30:14.412Z] github.com/docker/docker/registry [2022-05-04T09:30:14.412Z] github.com/docker/docker/registry/resumable [2022-05-04T09:30:14.412Z] github.com/docker/docker/restartmanager [2022-05-04T09:30:14.412Z] github.com/docker/docker/rootless [2022-05-04T09:30:14.412Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:30:14.412Z] github.com/docker/docker/runconfig [2022-05-04T09:30:14.412Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/environment [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/registry [2022-05-04T09:30:14.412Z] github.com/docker/docker/testutil/request [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/drivers [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/local [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/mounts [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/service [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:30:14.412Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:30:14.412Z] ++ grep --fixed-strings -v /libnetwork [2022-05-04T09:30:14.412Z] ++ echo 'github.com/docker/docker/api [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/backend [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/container [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/events [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/filters [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/image [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/mount [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/network [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/registry [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/time [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/versions [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:30:14.412Z] github.com/docker/docker/api/types/volume [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:30:14.412Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:30:14.412Z] github.com/docker/docker/cli [2022-05-04T09:30:14.412Z] github.com/docker/docker/cli/config [2022-05-04T09:30:14.412Z] github.com/docker/docker/cli/debug [2022-05-04T09:30:14.412Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:30:14.412Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:30:14.412Z] github.com/docker/docker/client [2022-05-04T09:30:14.412Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:30:14.412Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:30:14.412Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:30:14.412Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:30:14.412Z] github.com/docker/docker/container [2022-05-04T09:30:14.412Z] github.com/docker/docker/container/stream [2022-05-04T09:30:14.412Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:30:14.412Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:30:14.412Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/config [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/events [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/exec [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/images [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/links [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/names [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/network [2022-05-04T09:30:14.412Z] github.com/docker/docker/daemon/stats [2022-05-04T09:30:14.412Z] github.com/docker/docker/distribution [2022-05-04T09:30:14.412Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:30:14.412Z] github.com/docker/docker/distribution/utils [2022-05-04T09:30:14.412Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:30:14.412Z] github.com/docker/docker/dockerversion [2022-05-04T09:30:14.412Z] github.com/docker/docker/errdefs [2022-05-04T09:30:14.412Z] github.com/docker/docker/image [2022-05-04T09:30:14.412Z] github.com/docker/docker/image/cache [2022-05-04T09:30:14.412Z] github.com/docker/docker/image/tarexport [2022-05-04T09:30:14.412Z] github.com/docker/docker/image/v1 [2022-05-04T09:30:14.412Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:30:14.412Z] github.com/docker/docker/layer [2022-05-04T09:30:14.412Z] github.com/docker/docker/libcontainerd [2022-05-04T09:30:14.412Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:30:14.412Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:30:14.412Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:30:14.412Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:30:14.412Z] github.com/docker/docker/oci [2022-05-04T09:30:14.412Z] github.com/docker/docker/oci/caps [2022-05-04T09:30:14.412Z] github.com/docker/docker/opts [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/archive [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/directory [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/platform [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pools [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/progress [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/signal [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stack [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/system [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:30:14.412Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:30:14.412Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:30:14.412Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:30:14.412Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:30:14.412Z] github.com/docker/docker/quota [2022-05-04T09:30:14.412Z] github.com/docker/docker/reference [2022-05-04T09:30:14.413Z] github.com/docker/docker/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/registry/resumable [2022-05-04T09:30:14.413Z] github.com/docker/docker/restartmanager [2022-05-04T09:30:14.413Z] github.com/docker/docker/rootless [2022-05-04T09:30:14.413Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:30:14.413Z] github.com/docker/docker/runconfig [2022-05-04T09:30:14.413Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/environment [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/request [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/drivers [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/local [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/mounts [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/service [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:30:14.413Z] + base_pkg_list='github.com/docker/docker/api [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/backend [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/events [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/filters [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/image [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/mount [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/network [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/time [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/config [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/debug [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/client [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:30:14.413Z] github.com/docker/docker/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/container/stream [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/config [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/events [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/exec [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/images [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/links [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/names [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/network [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/stats [2022-05-04T09:30:14.413Z] github.com/docker/docker/distribution [2022-05-04T09:30:14.413Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:30:14.413Z] github.com/docker/docker/distribution/utils [2022-05-04T09:30:14.413Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:30:14.413Z] github.com/docker/docker/dockerversion [2022-05-04T09:30:14.413Z] github.com/docker/docker/errdefs [2022-05-04T09:30:14.413Z] github.com/docker/docker/image [2022-05-04T09:30:14.413Z] github.com/docker/docker/image/cache [2022-05-04T09:30:14.413Z] github.com/docker/docker/image/tarexport [2022-05-04T09:30:14.413Z] github.com/docker/docker/image/v1 [2022-05-04T09:30:14.413Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:30:14.413Z] github.com/docker/docker/layer [2022-05-04T09:30:14.413Z] github.com/docker/docker/libcontainerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:30:14.413Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:30:14.413Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:30:14.413Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:30:14.413Z] github.com/docker/docker/oci [2022-05-04T09:30:14.413Z] github.com/docker/docker/oci/caps [2022-05-04T09:30:14.413Z] github.com/docker/docker/opts [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/archive [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/directory [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/platform [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/pools [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/progress [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/signal [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/stack [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/system [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:30:14.413Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:30:14.413Z] github.com/docker/docker/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:30:14.413Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:30:14.413Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:30:14.413Z] github.com/docker/docker/quota [2022-05-04T09:30:14.413Z] github.com/docker/docker/reference [2022-05-04T09:30:14.413Z] github.com/docker/docker/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/registry/resumable [2022-05-04T09:30:14.413Z] github.com/docker/docker/restartmanager [2022-05-04T09:30:14.413Z] github.com/docker/docker/rootless [2022-05-04T09:30:14.413Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:30:14.413Z] github.com/docker/docker/runconfig [2022-05-04T09:30:14.413Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/environment [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/testutil/request [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/drivers [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/local [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/mounts [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/service [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:30:14.413Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:30:14.413Z] ++ echo 'github.com/docker/docker/api [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/backend [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/events [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/filters [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/image [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/mount [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/network [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/registry [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/time [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:30:14.413Z] github.com/docker/docker/api/types/volume [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:30:14.413Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/config [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/debug [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:30:14.413Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/client [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:30:14.413Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:30:14.413Z] github.com/docker/docker/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/container/stream [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:30:14.413Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/config [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/events [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/exec [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/images [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/links [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:30:14.413Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:30:14.414Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:30:14.414Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:30:14.414Z] github.com/docker/docker/daemon/names [2022-05-04T09:30:14.414Z] github.com/docker/docker/daemon/network [2022-05-04T09:30:14.414Z] github.com/docker/docker/daemon/stats [2022-05-04T09:30:14.414Z] github.com/docker/docker/distribution [2022-05-04T09:30:14.414Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:30:14.414Z] github.com/docker/docker/distribution/utils [2022-05-04T09:30:14.414Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:30:14.414Z] github.com/docker/docker/dockerversion [2022-05-04T09:30:14.414Z] github.com/docker/docker/errdefs [2022-05-04T09:30:14.414Z] github.com/docker/docker/image [2022-05-04T09:30:14.414Z] github.com/docker/docker/image/cache [2022-05-04T09:30:14.414Z] github.com/docker/docker/image/tarexport [2022-05-04T09:30:14.414Z] github.com/docker/docker/image/v1 [2022-05-04T09:30:14.414Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:30:14.414Z] github.com/docker/docker/layer [2022-05-04T09:30:14.414Z] github.com/docker/docker/libcontainerd [2022-05-04T09:30:14.414Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:30:14.414Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:30:14.414Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/types [2022-05-04T09:30:14.414Z] github.com/docker/docker/oci [2022-05-04T09:30:14.414Z] github.com/docker/docker/oci/caps [2022-05-04T09:30:14.414Z] github.com/docker/docker/opts [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/archive [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/directory [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/platform [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/pools [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/progress [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/signal [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/stack [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/system [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:30:14.414Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:30:14.414Z] github.com/docker/docker/plugin [2022-05-04T09:30:14.414Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:30:14.414Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:30:14.414Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:30:14.414Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:30:14.414Z] github.com/docker/docker/quota [2022-05-04T09:30:14.414Z] github.com/docker/docker/reference [2022-05-04T09:30:14.414Z] github.com/docker/docker/registry [2022-05-04T09:30:14.414Z] github.com/docker/docker/registry/resumable [2022-05-04T09:30:14.414Z] github.com/docker/docker/restartmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/rootless [2022-05-04T09:30:14.414Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:30:14.414Z] github.com/docker/docker/runconfig [2022-05-04T09:30:14.414Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/environment [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/registry [2022-05-04T09:30:14.414Z] github.com/docker/docker/testutil/request [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/drivers [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/local [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/mounts [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/service [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:30:14.414Z] github.com/docker/docker/volume/testutils' [2022-05-04T09:30:14.414Z] ++ grep --fixed-strings /libnetwork [2022-05-04T09:30:14.414Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/types' [2022-05-04T09:30:14.414Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-04T09:30:14.414Z] + echo 'github.com/docker/docker/libnetwork [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/types' [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:30:14.414Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:30:14.414Z] + type docker-proxy [2022-05-04T09:30:14.414Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-04T09:30:14.414Z] + hack/make.sh binary-proxy install-proxy [2022-05-04T09:30:14.414Z] [2022-05-04T09:30:14.414Z] Removing bundles/ [2022-05-04T09:30:14.675Z] [2022-05-04T09:30:14.675Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-04T09:30:14.675Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-04T09:30:14.675Z] GOOS="" GOARCH="" GOARM="" [2022-05-04T09:30:18.385Z] --- PASS: TestUpdateRestartPolicy (21.55s) [2022-05-04T09:30:18.385Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:30:18.385Z] --- PASS: TestUpdateRestartWithAutoRemove (1.97s) [2022-05-04T09:30:18.385Z] === RUN TestWaitNonBlocked [2022-05-04T09:30:18.385Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:30:18.385Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:30:18.385Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:30:18.385Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:30:18.385Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:30:18.385Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:30:19.016Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-04T09:30:19.275Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-04T09:30:19.533Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-04T09:30:20.602Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-04T09:30:20.602Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.98s) [2022-05-04T09:30:20.602Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.06s) [2022-05-04T09:30:20.602Z] === RUN TestWaitBlocked [2022-05-04T09:30:20.602Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:30:20.602Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-04T09:30:20.602Z] PASS [2022-05-04T09:30:20.602Z] ok github.com/docker/docker/integration/container 100.920s [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === Skipped [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-04T09:30:21.070Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-04T09:30:21.070Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-04T09:30:21.070Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:30:21.070Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:30:21.070Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:30:21.070Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:30:21.070Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-04T09:30:21.070Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:30:21.070Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-05-04T09:30:21.070Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:30:21.070Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-04T09:30:21.070Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-04T09:30:21.070Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-04T09:30:21.070Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:30:21.070Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-04T09:30:21.070Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-04T09:30:21.070Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:30:21.070Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:30:21.070Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:30:21.070Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-04T09:30:21.070Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-04T09:30:21.070Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-04T09:30:21.070Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-04T09:30:21.070Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-04T09:30:21.070Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:30:21.070Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:30:21.070Z] [2022-05-04T09:30:21.070Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:30:21.070Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:30:21.071Z] [2022-05-04T09:30:21.071Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-04T09:30:21.071Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:30:21.071Z] [2022-05-04T09:30:21.071Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-04T09:30:21.071Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:30:21.071Z] [2022-05-04T09:30:21.071Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-04T09:30:21.071Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:30:21.071Z] [2022-05-04T09:30:21.071Z] DONE 120 tests, 34 skipped in 104.072s [2022-05-04T09:30:21.071Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-04T09:30:22.816Z] === RUN TestDockerSuite/TestEventsTop [2022-05-04T09:30:22.816Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-04T09:30:22.824Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-04T09:30:22.824Z] [2022-05-04T09:30:22.824Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-04T09:30:22.824Z] Installing docker-proxy to /usr/local/bin/ [2022-05-04T09:30:22.824Z] [2022-05-04T09:30:22.824Z] + mkdir -p bundles [2022-05-04T09:30:22.824Z] + '[' -n 'github.com/docker/docker/api [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/backend/build [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/httpstatus [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/httputils [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/middleware [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/build [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/container [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/debug [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/distribution [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/grpc [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/image [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/network [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/plugin [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/session [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/swarm [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/system [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/server/router/volume [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/backend [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/blkiodev [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/container [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/events [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/filters [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/image [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/mount [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/network [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/registry [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/strslice [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/swarm [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/time [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/versions [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-04T09:30:22.824Z] github.com/docker/docker/api/types/volume [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/builder-next/worker [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/dockerfile [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/remotecontext [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/remotecontext/git [2022-05-04T09:30:22.824Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-04T09:30:22.824Z] github.com/docker/docker/cli [2022-05-04T09:30:22.824Z] github.com/docker/docker/cli/config [2022-05-04T09:30:22.824Z] github.com/docker/docker/cli/debug [2022-05-04T09:30:22.824Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-04T09:30:22.824Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-04T09:30:22.824Z] github.com/docker/docker/client [2022-05-04T09:30:22.824Z] github.com/docker/docker/cmd/docker-proxy [2022-05-04T09:30:22.824Z] github.com/docker/docker/cmd/dockerd [2022-05-04T09:30:22.824Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-04T09:30:22.824Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-04T09:30:22.824Z] github.com/docker/docker/container [2022-05-04T09:30:22.824Z] github.com/docker/docker/container/stream [2022-05-04T09:30:22.824Z] github.com/docker/docker/contrib/apparmor [2022-05-04T09:30:22.824Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-04T09:30:22.824Z] github.com/docker/docker/contrib/httpserver [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster/convert [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster/executor [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/cluster/provider [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/config [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/events [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/events/testutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/exec [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/images [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/initlayer [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/links [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/listeners [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/gelf [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/journald [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/local [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/logentries [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/splunk [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/syslog [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/logger/templates [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/names [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/network [2022-05-04T09:30:22.824Z] github.com/docker/docker/daemon/stats [2022-05-04T09:30:22.824Z] github.com/docker/docker/distribution [2022-05-04T09:30:22.824Z] github.com/docker/docker/distribution/metadata [2022-05-04T09:30:22.824Z] github.com/docker/docker/distribution/utils [2022-05-04T09:30:22.824Z] github.com/docker/docker/distribution/xfer [2022-05-04T09:30:22.824Z] github.com/docker/docker/dockerversion [2022-05-04T09:30:22.824Z] github.com/docker/docker/errdefs [2022-05-04T09:30:22.824Z] github.com/docker/docker/image [2022-05-04T09:30:22.824Z] github.com/docker/docker/image/cache [2022-05-04T09:30:22.824Z] github.com/docker/docker/image/tarexport [2022-05-04T09:30:22.824Z] github.com/docker/docker/image/v1 [2022-05-04T09:30:22.824Z] github.com/docker/docker/internal/test/suite [2022-05-04T09:30:22.824Z] github.com/docker/docker/layer [2022-05-04T09:30:22.824Z] github.com/docker/docker/libcontainerd [2022-05-04T09:30:22.824Z] github.com/docker/docker/libcontainerd/queue [2022-05-04T09:30:22.824Z] github.com/docker/docker/libcontainerd/remote [2022-05-04T09:30:22.824Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-04T09:30:22.824Z] github.com/docker/docker/libcontainerd/types [2022-05-04T09:30:22.824Z] github.com/docker/docker/oci [2022-05-04T09:30:22.824Z] github.com/docker/docker/oci/caps [2022-05-04T09:30:22.824Z] github.com/docker/docker/opts [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/aaparser [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/archive [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/authorization [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/broadcaster [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/capabilities [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/chrootarchive [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/containerfs [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/devicemapper [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/directory [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/dmesg [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/filenotify [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/fileutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/fsutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/homedir [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/idtools [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/ioutils [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/jsonmessage [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/longpath [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/loopback [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/namesgenerator [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/parsers [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/pidfile [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/platform [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugingetter [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugins [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/plugins/transport [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/pools [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/progress [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/pubsub [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/reexec [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/signal [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/stack [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/stdcopy [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/streamformatter [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/stringid [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/sysinfo [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/system [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/tailfile [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/tarsum [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/truncindex [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/urlutil [2022-05-04T09:30:22.824Z] github.com/docker/docker/pkg/useragent [2022-05-04T09:30:22.824Z] github.com/docker/docker/plugin [2022-05-04T09:30:22.824Z] github.com/docker/docker/plugin/executor/containerd [2022-05-04T09:30:22.824Z] github.com/docker/docker/plugin/v2 [2022-05-04T09:30:22.824Z] github.com/docker/docker/profiles/apparmor [2022-05-04T09:30:22.824Z] github.com/docker/docker/profiles/seccomp [2022-05-04T09:30:22.824Z] github.com/docker/docker/quota [2022-05-04T09:30:22.824Z] github.com/docker/docker/reference [2022-05-04T09:30:22.824Z] github.com/docker/docker/registry [2022-05-04T09:30:22.824Z] github.com/docker/docker/registry/resumable [2022-05-04T09:30:22.824Z] github.com/docker/docker/restartmanager [2022-05-04T09:30:22.824Z] github.com/docker/docker/rootless [2022-05-04T09:30:22.824Z] github.com/docker/docker/rootless/specconv [2022-05-04T09:30:22.824Z] github.com/docker/docker/runconfig [2022-05-04T09:30:22.824Z] github.com/docker/docker/runconfig/opts [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/daemon [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/environment [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fakecontext [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fakegit [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fakestorage [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fixtures/load [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/registry [2022-05-04T09:30:22.824Z] github.com/docker/docker/testutil/request [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/drivers [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/local [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/mounts [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/service [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/service/opts [2022-05-04T09:30:22.824Z] github.com/docker/docker/volume/testutils' ']' [2022-05-04T09:30:22.825Z] + 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/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-04T09:30:22.825Z] ? github.com/docker/docker/api [no test files] [2022-05-04T09:30:26.100Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-04T09:30:26.358Z] --- PASS: TestServiceUpdateNetwork (12.63s) [2022-05-04T09:30:26.358Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:30:27.739Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-04T09:30:28.307Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-04T09:30:31.470Z] Removing intermediate container f682256e1a6d [2022-05-04T09:30:31.470Z] ---> 2b702113f1f2 [2022-05-04T09:30:31.470Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-04T09:30:31.470Z] ---> Running in 9cf6baed9b38 [2022-05-04T09:30:31.470Z] Removing intermediate container 9cf6baed9b38 [2022-05-04T09:30:31.470Z] ---> 1897c1775733 [2022-05-04T09:30:31.470Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-04T09:30:31.470Z] ---> Running in b0ae49999d13 [2022-05-04T09:30:31.470Z] Removing intermediate container b0ae49999d13 [2022-05-04T09:30:31.470Z] ---> 1efd20aa9664 [2022-05-04T09:30:31.470Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-04T09:30:31.470Z] [2022-05-04T09:30:31.619Z] === RUN TestDockerSuite/TestExec [2022-05-04T09:30:31.939Z] ---> ccd4a969af64 [2022-05-04T09:30:31.939Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-04T09:30:31.939Z] ---> Running in 19aba5c49888 [2022-05-04T09:30:32.188Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-04T09:30:32.447Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-04T09:30:33.014Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-04T09:30:33.582Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-04T09:30:34.957Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-04T09:30:35.216Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-04T09:30:35.216Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-04T09:30:35.782Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-04T09:30:36.349Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-04T09:30:37.283Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-04T09:30:37.545Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-04T09:30:38.113Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-04T09:30:39.493Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-04T09:30:40.059Z] === RUN TestDockerSuite/TestExecEnv [2022-05-04T09:30:40.627Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-04T09:30:40.949Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-05-04T09:30:42.002Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-04T09:30:42.261Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-04T09:30:42.827Z] --- PASS: TestServiceUpdatePidsLimit (16.42s) [2022-05-04T09:30:42.827Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-04T09:30:42.827Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-05-04T09:30:42.827Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2022-05-04T09:30:42.827Z] PASS [2022-05-04T09:30:42.827Z] [2022-05-04T09:30:42.827Z] === Skipped [2022-05-04T09:30:42.827Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-04T09:30:42.827Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-04T09:30:42.827Z] [2022-05-04T09:30:42.827Z] DONE 27 tests, 1 skipped in 180.330s [2022-05-04T09:30:42.827Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-04T09:30:42.827Z] ++ 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-05-04T09:30:42.827Z] ++ set -e [2022-05-04T09:30:42.827Z] ++ '[' -n 0 ']' [2022-05-04T09:30:42.827Z] ++ set -x [2022-05-04T09:30:42.827Z] ++ 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-05-04T09:30:42.827Z] INFO: Testing against a local daemon [2022-05-04T09:30:42.827Z] === RUN TestSessionCreate [2022-05-04T09:30:42.827Z] --- PASS: TestSessionCreate (0.02s) [2022-05-04T09:30:42.827Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:30:43.085Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-04T09:30:43.085Z] PASS [2022-05-04T09:30:43.085Z] [2022-05-04T09:30:43.085Z] DONE 2 tests in 0.153s [2022-05-04T09:30:43.085Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-04T09:30:43.085Z] ++ 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-05-04T09:30:43.085Z] ++ set -e [2022-05-04T09:30:43.085Z] ++ '[' -n 0 ']' [2022-05-04T09:30:43.085Z] ++ set -x [2022-05-04T09:30:43.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-04T09:30:43.085Z] INFO: Testing against a local daemon [2022-05-04T09:30:43.085Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:30:43.085Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:30:43.085Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:30:43.085Z] === RUN TestDiskUsage [2022-05-04T09:30:43.085Z] === PAUSE TestDiskUsage [2022-05-04T09:30:43.085Z] === RUN TestEventsExecDie [2022-05-04T09:30:43.652Z] --- PASS: TestEventsExecDie (0.59s) [2022-05-04T09:30:43.652Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:30:43.911Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-04T09:30:43.911Z] === RUN TestEventsVolumeCreate [2022-05-04T09:30:43.911Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-04T09:30:43.911Z] === RUN TestInfoBinaryCommits [2022-05-04T09:30:43.911Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-04T09:30:43.911Z] === RUN TestInfoAPIVersioned [2022-05-04T09:30:43.911Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-04T09:30:43.911Z] === RUN TestInfoAPI [2022-05-04T09:30:43.911Z] --- PASS: TestInfoAPI (0.02s) [2022-05-04T09:30:43.911Z] === RUN TestInfoAPIWarnings [2022-05-04T09:30:44.169Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-04T09:30:44.735Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-04T09:30:45.305Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-04T09:30:45.563Z] === RUN TestDockerSuite/TestExecParseError [2022-05-04T09:30:46.130Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-04T09:30:46.700Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-04T09:30:47.268Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-04T09:30:48.205Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-04T09:30:48.774Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-04T09:30:49.343Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-04T09:30:49.343Z] check_test.go:378: [da50b42c4bef2] daemon is not started [2022-05-04T09:30:49.343Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-04T09:30:51.620Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:30:51.620Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-04T09:30:51.620Z] === RUN TestDaemonConfigValidation [2022-05-04T09:30:51.620Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-04T09:30:51.620Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:30:51.620Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:30:51.620Z] === RUN TestDaemonProxy [2022-05-04T09:30:51.620Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:30:51.620Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-04T09:30:51.620Z] PASS [2022-05-04T09:30:51.620Z] ok github.com/docker/docker/integration/daemon 0.146s [2022-05-04T09:30:51.620Z] [2022-05-04T09:30:51.620Z] === Skipped [2022-05-04T09:30:51.620Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-04T09:30:51.620Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] [2022-05-04T09:30:51.620Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-04T09:30:51.620Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] [2022-05-04T09:30:51.620Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:30:51.620Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:30:51.620Z] [2022-05-04T09:30:51.620Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-04T09:30:51.620Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:30:51.620Z] [2022-05-04T09:30:51.620Z] DONE 4 tests, 4 skipped in 29.712s [2022-05-04T09:30:51.620Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-04T09:30:51.891Z] docker_api_swarm_test.go:802: [d2fdee7122d64] joining swarm manager [d4cf683a9fe11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:30:52.826Z] docker_api_swarm_test.go:802: [de8d6a96b3a91] joining swarm manager [d4cf683a9fe11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:30:54.201Z] docker_api_swarm_test.go:802: [d768d7e7f22f4] joining swarm manager [d4cf683a9fe11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-04T09:30:56.459Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:30:56.459Z] INFO: Testing against a local daemon [2022-05-04T09:30:56.459Z] === RUN TestCommitInheritsEnv [2022-05-04T09:30:56.459Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:30:56.459Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-04T09:30:56.459Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:30:56.459Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:30:56.459Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:30:56.459Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:30:56.459Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:30:56.459Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-04T09:30:56.459Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:30:56.459Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-05-04T09:30:56.459Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:30:56.459Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-05-04T09:30:56.459Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:30:56.733Z] docker_api_swarm_test.go:802: [d7629fec7cdb6] joining swarm manager [d4cf683a9fe11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-04T09:30:57.447Z] --- PASS: TestRemoveImageOrphaning (1.23s) [2022-05-04T09:30:57.447Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:30:57.447Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-05-04T09:30:57.447Z] === RUN TestTagInvalidReference [2022-05-04T09:30:57.447Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-04T09:30:57.447Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:30:57.447Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-05-04T09:30:57.447Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:30:57.447Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-04T09:30:57.447Z] === RUN TestTagOfficialNames [2022-05-04T09:30:57.447Z] --- PASS: TestTagOfficialNames (0.10s) [2022-05-04T09:30:57.447Z] === RUN TestTagMatchesDigest [2022-05-04T09:30:57.447Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-04T09:30:57.447Z] PASS [2022-05-04T09:30:57.447Z] ok github.com/docker/docker/integration/image 1.872s [2022-05-04T09:30:57.447Z] [2022-05-04T09:30:57.447Z] === Skipped [2022-05-04T09:30:57.447Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-04T09:30:57.447Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:30:57.447Z] [2022-05-04T09:30:57.447Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:30:57.447Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:30:57.447Z] [2022-05-04T09:30:57.447Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-04T09:30:57.447Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:30:57.447Z] [2022-05-04T09:30:57.447Z] DONE 12 tests, 3 skipped in 6.829s [2022-05-04T09:30:57.670Z] docker_api_swarm_test.go:810: [d70c87d0b59d5] joining swarm manager [d4cf683a9fe11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-04T09:30:57.917Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-04T09:31:00.134Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:00.134Z] INFO: Testing against a local daemon [2022-05-04T09:31:00.134Z] === RUN TestNetworkCreateDelete [2022-05-04T09:31:00.134Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:31:00.134Z] 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-05-04T09:31:00.134Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonDNSFallback [2022-05-04T09:31:00.134Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestInspectNetwork [2022-05-04T09:31:00.134Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:00.134Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:31:00.134Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:31:00.134Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:31:00.134Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:31:00.134Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:31:00.134Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:31:00.134Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:31:00.134Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:31:00.134Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestNetworkList [2022-05-04T09:31:00.134Z] === RUN TestNetworkList//networks [2022-05-04T09:31:00.134Z] === PAUSE TestNetworkList//networks [2022-05-04T09:31:00.134Z] === RUN TestNetworkList//networks/ [2022-05-04T09:31:00.134Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:31:00.134Z] === CONT TestNetworkList//networks [2022-05-04T09:31:00.134Z] === CONT TestNetworkList//networks/ [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkList (0.05s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:31:00.134Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:31:00.134Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:31:00.134Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:31:00.134Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:31:00.134Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:31:00.134Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:31:00.134Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:31:00.134Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:31:00.134Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:31:00.134Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:31:00.134Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:31:00.134Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:31:00.134Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:31:00.134Z] PASS [2022-05-04T09:31:00.134Z] ok github.com/docker/docker/integration/network 0.218s [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === Skipped [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-04T09:31:00.134Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:31:00.134Z] 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-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-04T09:31:00.134Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-04T09:31:00.134Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:31:00.134Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:31:00.134Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:31:00.134Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:31:00.134Z] [2022-05-04T09:31:00.134Z] DONE 34 tests, 15 skipped in 2.517s [2022-05-04T09:31:00.204Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-04T09:31:00.466Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-05-04T09:31:00.466Z] === RUN TestInfoDebug [2022-05-04T09:31:00.604Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-04T09:31:00.726Z] === RUN TestDockerSuite/TestExecTTY [2022-05-04T09:31:00.985Z] --- PASS: TestInfoDebug (0.52s) [2022-05-04T09:31:00.985Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:31:01.073Z] testing: warning: no tests to run [2022-05-04T09:31:01.073Z] PASS [2022-05-04T09:31:01.073Z] ok github.com/docker/docker/integration/network/ipvlan 0.092s [2022-05-04T09:31:01.244Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-04T09:31:01.504Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-05-04T09:31:01.504Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:31:01.541Z] [2022-05-04T09:31:01.541Z] DONE 0 tests in 0.853s [2022-05-04T09:31:01.541Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-04T09:31:02.074Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-04T09:31:02.074Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-05-04T09:31:02.074Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:31:02.074Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-05-04T09:31:02.074Z] === RUN TestPingCacheHeaders [2022-05-04T09:31:02.074Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-04T09:31:02.074Z] === RUN TestPingGet [2022-05-04T09:31:02.074Z] --- PASS: TestPingGet (0.03s) [2022-05-04T09:31:02.074Z] === RUN TestPingHead [2022-05-04T09:31:02.075Z] Removing intermediate container 19aba5c49888 [2022-05-04T09:31:02.075Z] ---> c3ea277995fc [2022-05-04T09:31:02.075Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-04T09:31:02.075Z] ---> Running in 5ba36c1be75c [2022-05-04T09:31:02.075Z] [2022-05-04T09:31:02.075Z] SUCCESS: Specified value was saved. [2022-05-04T09:31:02.334Z] --- PASS: TestPingHead (0.05s) [2022-05-04T09:31:02.334Z] === RUN TestPingSwarmHeader [2022-05-04T09:31:02.531Z] testing: warning: no tests to run [2022-05-04T09:31:02.531Z] PASS [2022-05-04T09:31:02.531Z] ok github.com/docker/docker/integration/network/macvlan 0.078s [2022-05-04T09:31:02.531Z] [2022-05-04T09:31:02.531Z] DONE 0 tests in 0.876s [2022-05-04T09:31:02.531Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-04T09:31:02.594Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-04T09:31:02.853Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-04T09:31:03.066Z] Removing intermediate container 5ba36c1be75c [2022-05-04T09:31:03.066Z] ---> f01126bdff86 [2022-05-04T09:31:03.066Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-04T09:31:03.066Z] ---> Running in 25b1ed8cdb5d [2022-05-04T09:31:03.423Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-04T09:31:03.519Z] testing: warning: no tests to run [2022-05-04T09:31:03.519Z] PASS [2022-05-04T09:31:03.519Z] ok github.com/docker/docker/integration/plugin 0.084s [2022-05-04T09:31:03.519Z] [2022-05-04T09:31:03.519Z] DONE 0 tests in 0.851s [2022-05-04T09:31:03.519Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-04T09:31:03.682Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-04T09:31:03.682Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-04T09:31:03.682Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-04T09:31:04.505Z] testing: warning: no tests to run [2022-05-04T09:31:04.505Z] PASS [2022-05-04T09:31:04.505Z] ok github.com/docker/docker/integration/plugin/authz 0.090s [2022-05-04T09:31:04.505Z] [2022-05-04T09:31:04.505Z] DONE 0 tests in 0.855s [2022-05-04T09:31:04.505Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-04T09:31:05.058Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-04T09:31:05.058Z] --- PASS: TestPingSwarmHeader (2.60s) [2022-05-04T09:31:05.058Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-04T09:31:05.058Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.01s) [2022-05-04T09:31:05.058Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-04T09:31:05.058Z] === RUN TestVersion [2022-05-04T09:31:05.058Z] --- PASS: TestVersion (0.03s) [2022-05-04T09:31:05.058Z] === CONT TestDiskUsage [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/container_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/image_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/volume_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-04T09:31:05.316Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-04T09:31:05.575Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-04T09:31:05.575Z] === RUN TestDiskUsage/after_container.Run [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-04T09:31:06.142Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage (1.43s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.142Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run (0.46s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-04T09:31:06.401Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-04T09:31:06.401Z] PASS [2022-05-04T09:31:06.401Z] [2022-05-04T09:31:06.401Z] === Skipped [2022-05-04T09:31:06.401Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:31:06.401Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-04T09:31:06.401Z] [2022-05-04T09:31:06.401Z] DONE 54 tests, 1 skipped in 23.300s [2022-05-04T09:31:06.401Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-04T09:31:06.401Z] ++ 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-05-04T09:31:06.401Z] ++ set -e [2022-05-04T09:31:06.401Z] ++ '[' -n 0 ']' [2022-05-04T09:31:06.401Z] ++ set -x [2022-05-04T09:31:06.401Z] ++ 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-05-04T09:31:06.401Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-04T09:31:06.401Z] INFO: Testing against a local daemon [2022-05-04T09:31:06.401Z] === RUN TestVolumesCreateAndList [2022-05-04T09:31:06.401Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-05-04T09:31:06.401Z] === RUN TestVolumesRemove [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesRemove (0.09s) [2022-05-04T09:31:06.661Z] === RUN TestVolumesInspect [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:06.661Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:06.661Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:31:06.661Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:31:06.661Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:31:06.661Z] PASS [2022-05-04T09:31:06.661Z] [2022-05-04T09:31:06.661Z] DONE 9 tests in 0.281s [2022-05-04T09:31:06.661Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:31:06.920Z] ++++ cat bundles/test-integration/docker.pid [2022-05-04T09:31:06.920Z] +++ kill 6668 [2022-05-04T09:31:07.179Z] +++ /etc/init.d/apparmor stop [2022-05-04T09:31:07.179Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:31:07.179Z] [2022-05-04T09:31:07.179Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:31:07.179Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:31:07.179Z] [2022-05-04T09:31:07.179Z] To set a process to complain mode, use the command line tool [2022-05-04T09:31:07.179Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:31:07.179Z] +++ true [2022-05-04T09:31:07.179Z] exiting test-integration [2022-05-04T09:31:07.179Z] ++ exit 0 [2022-05-04T09:31:07.179Z] [2022-05-04T09:31:07.179Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-04T09:31:07.746Z] + for job in $(jobs -p) [2022-05-04T09:31:07.746Z] + wait 6823 [2022-05-04T09:31:08.315Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-04T09:31:08.884Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-04T09:31:10.242Z] Cannot create a file when that file already exists. [2022-05-04T09:31:10.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:10.397Z] INFO: Testing against a local daemon [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:31:10.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:31:10.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:31:10.397Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:31:10.397Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:31:10.397Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:31:10.397Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:31:10.397Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:31:10.397Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:31:10.397Z] === RUN TestPluginInstall [2022-05-04T09:31:10.397Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-04T09:31:10.397Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:31:10.397Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-04T09:31:10.397Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:31:10.397Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:31:10.397Z] PASS [2022-05-04T09:31:10.397Z] ok github.com/docker/docker/integration/plugin/common 0.144s [2022-05-04T09:31:10.397Z] [2022-05-04T09:31:10.397Z] === Skipped [2022-05-04T09:31:10.397Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-04T09:31:10.397Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] [2022-05-04T09:31:10.397Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-04T09:31:10.397Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] [2022-05-04T09:31:10.397Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:31:10.397Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:31:10.397Z] [2022-05-04T09:31:10.397Z] DONE 19 tests, 3 skipped in 5.512s [2022-05-04T09:31:10.397Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-04T09:31:12.614Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:12.614Z] INFO: Testing against a local daemon [2022-05-04T09:31:12.614Z] === RUN TestExternalGraphDriver [2022-05-04T09:31:12.614Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:31:12.614Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-04T09:31:12.614Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:31:12.614Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:31:12.614Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:31:12.614Z] PASS [2022-05-04T09:31:12.615Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.139s [2022-05-04T09:31:12.615Z] [2022-05-04T09:31:12.615Z] === Skipped [2022-05-04T09:31:12.615Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-04T09:31:12.615Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:31:12.615Z] [2022-05-04T09:31:12.615Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:31:12.615Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:31:12.615Z] [2022-05-04T09:31:12.615Z] DONE 2 tests, 2 skipped in 2.537s [2022-05-04T09:31:12.615Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-04T09:31:14.164Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-04T09:31:15.570Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:15.570Z] INFO: Testing against a local daemon [2022-05-04T09:31:15.570Z] === RUN TestReadPluginNoRead [2022-05-04T09:31:15.570Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:31:15.570Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-04T09:31:15.570Z] PASS [2022-05-04T09:31:15.570Z] ok github.com/docker/docker/integration/plugin/logging 0.102s [2022-05-04T09:31:15.570Z] [2022-05-04T09:31:15.570Z] === Skipped [2022-05-04T09:31:15.570Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-04T09:31:15.570Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:31:15.570Z] [2022-05-04T09:31:15.570Z] DONE 1 tests, 1 skipped in 2.555s [2022-05-04T09:31:15.570Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-04T09:31:16.115Z] Removing intermediate container 25b1ed8cdb5d [2022-05-04T09:31:16.115Z] ---> a31f2baae2d5 [2022-05-04T09:31:16.115Z] Step 13/13 : CMD ["sh"] [2022-05-04T09:31:16.115Z] ---> Running in 2883bac93fd5 [2022-05-04T09:31:16.556Z] testing: warning: no tests to run [2022-05-04T09:31:16.556Z] PASS [2022-05-04T09:31:16.556Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.086s [2022-05-04T09:31:16.556Z] [2022-05-04T09:31:16.556Z] DONE 0 tests in 1.336s [2022-05-04T09:31:16.584Z] Removing intermediate container 2883bac93fd5 [2022-05-04T09:31:16.584Z] ---> 75f2178f8b2a [2022-05-04T09:31:16.584Z] Successfully built 75f2178f8b2a [2022-05-04T09:31:16.584Z] Successfully tagged busybox:latest [2022-05-04T09:31:16.584Z] INFO: Docker images of the daemon under test [2022-05-04T09:31:16.584Z] [2022-05-04T09:31:16.584Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-04T09:31:16.584Z] busybox latest 75f2178f8b2a Less than a second ago 5.78GB [2022-05-04T09:31:16.584Z] mcr.microsoft.com/windows/servercore ltsc2019 e8870c5c3ab2 4 weeks ago 5.76GB [2022-05-04T09:31:16.584Z] microsoft/windowsservercore latest e8870c5c3ab2 4 weeks ago 5.76GB [2022-05-04T09:31:16.585Z] [2022-05-04T09:31:16.585Z] INFO: Running integration tests at 05/04/2022 09:31:16... [2022-05-04T09:31:16.585Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-04T09:31:16.585Z] INFO: Integration API tests being run from the host: [2022-05-04T09:31:16.585Z] INFO: make.ps1 starting at 05/04/2022 09:31:16 [2022-05-04T09:31:17.025Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-04T09:31:18.152Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-04T09:31:18.368Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-04T09:31:19.243Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:19.243Z] INFO: Testing against a local daemon [2022-05-04T09:31:19.243Z] === RUN TestPluginWithDevMounts [2022-05-04T09:31:19.243Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:19.243Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-04T09:31:19.243Z] PASS [2022-05-04T09:31:19.243Z] ok github.com/docker/docker/integration/plugin/volumes 0.106s [2022-05-04T09:31:19.303Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-04T09:31:19.712Z] [2022-05-04T09:31:19.712Z] === Skipped [2022-05-04T09:31:19.712Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-04T09:31:19.712Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:19.712Z] [2022-05-04T09:31:19.712Z] DONE 1 tests, 1 skipped in 2.596s [2022-05-04T09:31:19.712Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-04T09:31:21.928Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:21.928Z] INFO: Testing against a local daemon [2022-05-04T09:31:21.928Z] === RUN TestSecretInspect [2022-05-04T09:31:21.928Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-04T09:31:21.928Z] === RUN TestSecretList [2022-05-04T09:31:21.928Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] --- SKIP: TestSecretList (0.00s) [2022-05-04T09:31:21.928Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:31:21.928Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:31:21.928Z] === RUN TestSecretsUpdate [2022-05-04T09:31:21.928Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-04T09:31:21.928Z] === RUN TestTemplatedSecret [2022-05-04T09:31:21.928Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-04T09:31:21.928Z] === RUN TestSecretCreateResolve [2022-05-04T09:31:21.928Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:21.928Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-04T09:31:21.928Z] PASS [2022-05-04T09:31:21.928Z] ok github.com/docker/docker/integration/secret 0.101s [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === Skipped [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-04T09:31:21.928Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:21.928Z] [2022-05-04T09:31:21.928Z] DONE 6 tests, 6 skipped in 2.095s [2022-05-04T09:31:21.928Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-04T09:31:24.574Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-04T09:31:24.574Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-04T09:31:24.574Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-04T09:31:24.574Z] === RUN TestDockerSuite/TestHealth [2022-05-04T09:31:24.895Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:24.895Z] INFO: Testing against a local daemon [2022-05-04T09:31:24.895Z] === RUN TestServiceCreateInit [2022-05-04T09:31:24.895Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:31:24.895Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:31:24.895Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:31:24.895Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceConflict [2022-05-04T09:31:24.895Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:31:24.895Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-05-04T09:31:24.895Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:31:24.895Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:31:24.895Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:31:24.895Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceSysctls [2022-05-04T09:31:24.895Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-04T09:31:24.895Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:31:24.895Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-04T09:31:24.895Z] === RUN TestInspect [2022-05-04T09:31:24.895Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestInspect (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestCreateJob [2022-05-04T09:31:24.895Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestCreateJob (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestReplicatedJob [2022-05-04T09:31:24.895Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:31:24.895Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceListWithStatuses [2022-05-04T09:31:24.895Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:31:24.895Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:31:24.895Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServicePlugin [2022-05-04T09:31:24.895Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceUpdateLabel [2022-05-04T09:31:24.895Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:31:24.895Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:31:24.895Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:31:24.895Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-04T09:31:24.895Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:31:24.895Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-04T09:31:24.895Z] PASS [2022-05-04T09:31:24.895Z] ok github.com/docker/docker/integration/service 0.299s [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === Skipped [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-05-04T09:31:24.895Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:31:24.895Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-04T09:31:24.895Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-04T09:31:24.895Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-04T09:31:24.895Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-04T09:31:24.895Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-04T09:31:24.895Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-04T09:31:24.895Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-04T09:31:24.895Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:31:24.895Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-04T09:31:24.895Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-04T09:31:24.895Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-04T09:31:24.895Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-04T09:31:24.895Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-04T09:31:24.895Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-04T09:31:24.895Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-04T09:31:24.895Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:24.895Z] [2022-05-04T09:31:24.895Z] DONE 24 tests, 23 skipped in 2.996s [2022-05-04T09:31:24.895Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-04T09:31:27.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:27.116Z] INFO: Testing against a local daemon [2022-05-04T09:31:27.116Z] === RUN TestSessionCreate [2022-05-04T09:31:27.116Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:27.116Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-04T09:31:27.116Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:31:27.116Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:27.116Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:31:27.116Z] PASS [2022-05-04T09:31:27.116Z] ok github.com/docker/docker/integration/session 0.124s [2022-05-04T09:31:27.116Z] [2022-05-04T09:31:27.116Z] === Skipped [2022-05-04T09:31:27.116Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-04T09:31:27.116Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:27.116Z] [2022-05-04T09:31:27.116Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:31:27.116Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:27.116Z] [2022-05-04T09:31:27.116Z] DONE 2 tests, 2 skipped in 1.973s [2022-05-04T09:31:27.116Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-04T09:31:29.332Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:29.332Z] INFO: Testing against a local daemon [2022-05-04T09:31:29.332Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:31:29.332Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:29.333Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestDiskUsage [2022-05-04T09:31:29.333Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:31:29.333Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestEventsExecDie [2022-05-04T09:31:29.333Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:31:29.333Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:31:29.333Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:31:29.333Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestEventsVolumeCreate [2022-05-04T09:31:29.333Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:31:29.333Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestInfoAPI [2022-05-04T09:31:29.333Z] --- PASS: TestInfoAPI (0.06s) [2022-05-04T09:31:29.333Z] === RUN TestInfoAPIWarnings [2022-05-04T09:31:29.333Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:29.333Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestInfoDebug [2022-05-04T09:31:29.333Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:29.333Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:31:29.333Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:29.333Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:31:29.333Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:29.333Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-04T09:31:29.333Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:31:30.318Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-05-04T09:31:30.318Z] === RUN TestPingCacheHeaders [2022-05-04T09:31:30.787Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-05-04T09:31:30.787Z] === RUN TestPingGet [2022-05-04T09:31:30.787Z] --- PASS: TestPingGet (0.05s) [2022-05-04T09:31:30.787Z] === RUN TestPingHead [2022-05-04T09:31:30.787Z] --- PASS: TestPingHead (0.05s) [2022-05-04T09:31:30.787Z] === RUN TestPingSwarmHeader [2022-05-04T09:31:30.787Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:30.787Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-04T09:31:30.787Z] === RUN TestVersion [2022-05-04T09:31:30.787Z] --- PASS: TestVersion (0.06s) [2022-05-04T09:31:30.787Z] PASS [2022-05-04T09:31:30.787Z] ok github.com/docker/docker/integration/system 1.356s [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === Skipped [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:31:30.787Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-04T09:31:30.787Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-04T09:31:30.787Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-04T09:31:30.787Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-04T09:31:30.787Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-04T09:31:30.787Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-04T09:31:30.787Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-04T09:31:30.787Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-04T09:31:30.787Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-04T09:31:30.787Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:30.787Z] [2022-05-04T09:31:30.787Z] DONE 16 tests, 10 skipped in 3.701s [2022-05-04T09:31:30.787Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-04T09:31:31.908Z] --- PASS: TestBuildWithHugeFile (119.88s) [2022-05-04T09:31:31.908Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:31:31.908Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:31:31.908Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:31:31.908Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:31:31.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:31:31.908Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:31:31.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:31:31.908Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:31:31.908Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:31:31.908Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:31:31.908Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:31:31.908Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:31:31.908Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-05-04T09:31:31.908Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-04T09:31:31.908Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:31:31.908Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:31.908Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:31:31.908Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-04T09:31:31.908Z] PASS [2022-05-04T09:31:31.908Z] ok github.com/docker/docker/integration/build 202.163s [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === Skipped [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-04T09:31:31.908Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-04T09:31:31.908Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-05-04T09:31:31.908Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-04T09:31:31.908Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:31:31.908Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-04T09:31:31.908Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] DONE 29 tests, 6 skipped in 241.011s [2022-05-04T09:31:31.908Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-04T09:31:31.908Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:31.908Z] INFO: Testing against a local daemon [2022-05-04T09:31:31.908Z] === RUN TestConfigInspect [2022-05-04T09:31:31.908Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestConfigList [2022-05-04T09:31:31.908Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestConfigList (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:31:31.908Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestConfigsUpdate [2022-05-04T09:31:31.908Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestTemplatedConfig [2022-05-04T09:31:31.908Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestConfigCreateResolve [2022-05-04T09:31:31.908Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:31.908Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-04T09:31:31.908Z] PASS [2022-05-04T09:31:31.908Z] ok github.com/docker/docker/integration/config 0.112s [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === Skipped [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-04T09:31:31.908Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:31.908Z] [2022-05-04T09:31:31.908Z] DONE 6 tests, 6 skipped in 2.138s [2022-05-04T09:31:31.908Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-04T09:31:31.908Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:31.908Z] INFO: Testing against a local daemon [2022-05-04T09:31:31.908Z] === RUN TestCheckpoint [2022-05-04T09:31:31.908Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:31:31.908Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:31:31.908Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:31:31.908Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:31:31.908Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:31:31.908Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:31:31.908Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:31:31.908Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:31:31.908Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:31:31.908Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:31:31.908Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:31:31.908Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:31:31.908Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-04T09:31:31.908Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:31:31.908Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-05-04T09:31:31.908Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:31:31.908Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-05-04T09:31:31.908Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:31:31.908Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-05-04T09:31:31.908Z] === RUN TestCopyEmptyFile [2022-05-04T09:31:31.908Z] --- PASS: TestCopyEmptyFile (0.38s) [2022-05-04T09:31:31.908Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:31:31.908Z] --- PASS: TestCopyToContainerPathIsNotDir (0.30s) [2022-05-04T09:31:31.908Z] === RUN TestCopyFromContainer [2022-05-04T09:31:31.908Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.908Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-04T09:31:31.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:31:31.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:31:31.909Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:31:31.909Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:31:31.909Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:31:31.909Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:31:31.909Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:31:31.909Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:31:31.909Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:31:31.909Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:31:31.909Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-04T09:31:31.909Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:31:31.909Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:31:31.909Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-05-04T09:31:31.909Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:31:31.909Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.909Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:31:31.909Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:31.909Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:31:31.909Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:31:31.909Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:31:31.909Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:31:31.909Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:31:31.909Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-04T09:31:31.909Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:31:31.909Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:31:31.909Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:31:31.909Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:31:31.909Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:31:31.909Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-05-04T09:31:31.909Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:31:31.909Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-05-04T09:31:31.909Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:31:31.909Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:31:31.909Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-04T09:31:31.909Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:31:31.909Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:31.909Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.909Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:31:31.932Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:31.932Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:31:31.932Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:31:33.019Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:33.019Z] INFO: Testing against a local daemon [2022-05-04T09:31:33.019Z] === RUN TestVolumesCreateAndList [2022-05-04T09:31:33.019Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-05-04T09:31:33.019Z] === RUN TestVolumesRemove [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesRemove (0.18s) [2022-05-04T09:31:33.487Z] === RUN TestVolumesInspect [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInspect (0.07s) [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:33.487Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:33.487Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:31:33.487Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:31:33.487Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:31:33.487Z] PASS [2022-05-04T09:31:33.487Z] ok github.com/docker/docker/integration/volume 0.445s [2022-05-04T09:31:33.487Z] [2022-05-04T09:31:33.487Z] DONE 9 tests in 2.581s [2022-05-04T09:31:33.487Z] INFO: make.ps1 ended at 05/04/2022 09:31:33 [2022-05-04T09:31:33.487Z] INFO: Integration CLI tests being run from the host: [2022-05-04T09:31:33.487Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-04T09:31:34.940Z] --- PASS: TestWindowsDevices (0.05s) [2022-05-04T09:31:34.940Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-04T09:31:34.940Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-04T09:31:34.940Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.26s) [2022-05-04T09:31:34.940Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.22s) [2022-05-04T09:31:34.940Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.11s) [2022-05-04T09:31:34.940Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.15s) [2022-05-04T09:31:34.940Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.39s) [2022-05-04T09:31:34.940Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.12s) [2022-05-04T09:31:34.940Z] === RUN TestDiff [2022-05-04T09:31:34.940Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:34.940Z] --- SKIP: TestDiff (0.00s) [2022-05-04T09:31:34.940Z] === RUN TestExecWithCloseStdin [2022-05-04T09:31:34.940Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-04T09:31:34.940Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-05-04T09:31:34.940Z] === RUN TestExec [2022-05-04T09:31:38.659Z] --- PASS: TestExec (4.10s) [2022-05-04T09:31:38.659Z] === RUN TestExecUser [2022-05-04T09:31:38.659Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:31:38.659Z] --- SKIP: TestExecUser (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:31:38.659Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:38.659Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:31:38.659Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:38.659Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:31:38.659Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:38.659Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestHealthKillContainer [2022-05-04T09:31:38.659Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:31:38.659Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:31:38.659Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:31:38.659Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:31:38.659Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:31:42.378Z] --- PASS: TestKillContainerInvalidSignal (3.31s) [2022-05-04T09:31:42.378Z] === RUN TestKillContainer [2022-05-04T09:31:42.378Z] === RUN TestKillContainer/no_signal [2022-05-04T09:31:45.273Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:31:45.273Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:31:45.273Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:31:45.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:31:45.986Z] INFO: Testing against a local daemon [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-04T09:31:45.986Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-04T09:31:45.986Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-04T09:31:45.986Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-04T09:31:46.506Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-04T09:31:46.506Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-04T09:31:46.975Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-04T09:31:46.975Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-04T09:31:47.441Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-04T09:31:48.008Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-04T09:31:48.008Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-04T09:31:48.574Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-04T09:31:48.991Z] --- PASS: TestKillContainer (6.59s) [2022-05-04T09:31:48.991Z] --- PASS: TestKillContainer/no_signal (3.21s) [2022-05-04T09:31:48.991Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:31:48.991Z] --- PASS: TestKillContainer/killing_signal (3.32s) [2022-05-04T09:31:48.991Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:31:48.991Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:31:48.991Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestKillStoppedContainer [2022-05-04T09:31:48.991Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:31:48.991Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:31:48.991Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:31:48.991Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:31:48.991Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:31:48.991Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:31:48.991Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:48.991Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:31:48.991Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:31:48.991Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:31:48.991Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:31:51.101Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-04T09:31:51.101Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-04T09:31:51.101Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-04T09:31:51.881Z] --- PASS: TestLogsFollowTailEmpty (3.30s) [2022-05-04T09:31:51.881Z] === RUN TestNetworkNat [2022-05-04T09:31:51.881Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:51.881Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-04T09:31:51.881Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:31:52.476Z] === RUN TestDockerSuite/TestImportFile [2022-05-04T09:31:53.415Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-04T09:31:53.415Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-04T09:31:54.795Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-04T09:31:55.733Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-04T09:31:56.552Z] --- PASS: TestNetworkLocalhostTCPNat (4.05s) [2022-05-04T09:31:56.553Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:31:56.553Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:31:56.553Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-04T09:31:56.553Z] === RUN TestPause [2022-05-04T09:31:56.553Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:31:56.553Z] --- SKIP: TestPause (0.00s) [2022-05-04T09:31:56.553Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:31:57.119Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-04T09:31:57.687Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-04T09:31:57.946Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-04T09:31:58.513Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-04T09:31:58.513Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-04T09:31:58.513Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-04T09:31:59.079Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-04T09:31:59.449Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.30s) [2022-05-04T09:31:59.449Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:31:59.449Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:31:59.449Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-04T09:31:59.449Z] === RUN TestPsFilter [2022-05-04T09:31:59.449Z] --- PASS: TestPsFilter (0.43s) [2022-05-04T09:31:59.449Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:31:59.647Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-04T09:32:00.215Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-04T09:32:00.473Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-04T09:32:01.040Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-04T09:32:01.607Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-04T09:32:01.607Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-04T09:32:02.541Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-04T09:32:03.108Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-04T09:32:03.168Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.31s) [2022-05-04T09:32:03.169Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:32:03.674Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-04T09:32:03.674Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-04T09:32:04.243Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-04T09:32:04.243Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-04T09:32:04.243Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-04T09:32:04.815Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-04T09:32:05.385Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-04T09:32:05.951Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-04T09:32:06.520Z] === RUN TestDockerSuite/TestInspectImage [2022-05-04T09:32:06.520Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-04T09:32:06.520Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-04T09:32:06.520Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-04T09:32:06.520Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-04T09:32:06.897Z] --- PASS: TestRemoveContainerWithVolume (3.38s) [2022-05-04T09:32:06.897Z] === RUN TestRemoveContainerRunning [2022-05-04T09:32:07.090Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-04T09:32:07.351Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-04T09:32:07.613Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-04T09:32:07.613Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-04T09:32:08.551Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-04T09:32:08.811Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-04T09:32:09.224Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:32:09.224Z] INFO: Testing against a local daemon [2022-05-04T09:32:09.224Z] === RUN TestBuildWithSession [2022-05-04T09:32:09.224Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:32:09.224Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-04T09:32:09.224Z] === RUN TestBuildSquashParent [2022-05-04T09:32:09.224Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:32:09.224Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:32:09.224Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:32:09.224Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:32:09.224Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-04T09:32:09.224Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-04T09:32:09.224Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-04T09:32:09.224Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-04T09:32:09.806Z] --- PASS: TestRemoveContainerRunning (3.28s) [2022-05-04T09:32:09.806Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:32:11.347Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-04T09:32:11.347Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-04T09:32:11.913Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-04T09:32:11.913Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-04T09:32:12.849Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-04T09:32:13.533Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.54s) [2022-05-04T09:32:13.533Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:32:13.533Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-04T09:32:13.533Z] === RUN TestRenameLinkedContainer [2022-05-04T09:32:13.533Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:32:13.533Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-04T09:32:13.533Z] === RUN TestRenameStoppedContainer [2022-05-04T09:32:13.785Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-04T09:32:14.044Z] docker_api_swarm_service_test.go:395: [d98c066af2ff6] joining swarm manager [d96a8e182edf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:32:14.611Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-04T09:32:14.871Z] docker_api_swarm_service_test.go:395: [de7e4b82a4d6f] joining swarm manager [d96a8e182edf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:32:15.133Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-04T09:32:15.722Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-04T09:32:16.655Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-04T09:32:16.914Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-04T09:32:17.262Z] --- PASS: TestRenameStoppedContainer (3.51s) [2022-05-04T09:32:17.262Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 31.9% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 6.1% of statements [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 77.3% of statements [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/builder/remotecontext 0.120s coverage: 13.7% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/builder/dockerfile 0.555s coverage: 49.3% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/builder/remotecontext/git 1.735s coverage: 86.3% of statements [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/cli [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-04T09:32:17.509Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-04T09:32:17.509Z] ok github.com/docker/docker/cmd/docker-proxy 0.260s coverage: 67.6% of statements [2022-05-04T09:32:17.850Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-04T09:32:17.850Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-04T09:32:19.711Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-04T09:32:19.711Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-04T09:32:19.752Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-04T09:32:20.051Z] ok github.com/docker/docker/client 0.121s coverage: 75.6% of statements [2022-05-04T09:32:21.127Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-04T09:32:22.061Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-04T09:32:22.320Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-04T09:32:23.257Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-04T09:32:24.329Z] --- PASS: TestRenameRunningContainerAndReuse (6.70s) [2022-05-04T09:32:24.329Z] === RUN TestRenameInvalidName [2022-05-04T09:32:25.160Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-04T09:32:26.538Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-04T09:32:26.538Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-04T09:32:27.240Z] --- PASS: TestRenameInvalidName (3.48s) [2022-05-04T09:32:27.240Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:32:27.914Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-04T09:32:27.915Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-04T09:32:28.482Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.03s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.06s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.84s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.32s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.17s) [2022-05-04T09:32:30.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.24s) [2022-05-04T09:32:30.148Z] === RUN TestBuildMultiStageCopy [2022-05-04T09:32:30.148Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-04T09:32:31.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-04T09:32:33.547Z] docker_api_swarm_service_test.go:343: [dceee8e9e6167] joining swarm manager [d7e410f42a5da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:32:34.114Z] docker_api_swarm_service_test.go:343: [d27227db1d01e] joining swarm manager [d7e410f42a5da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:32:37.398Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-04T09:32:38.790Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-04T09:32:39.606Z] --- PASS: TestRenameAnonymousContainer (12.29s) [2022-05-04T09:32:39.607Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:32:40.165Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-04T09:32:40.423Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-04T09:32:41.797Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-04T09:32:42.055Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-04T09:32:42.313Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-04T09:32:42.313Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-04T09:32:42.313Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-04T09:32:42.496Z] --- PASS: TestRenameContainerWithSameName (3.33s) [2022-05-04T09:32:42.496Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:32:42.496Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:32:42.496Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:32:42.496Z] === RUN TestResize [2022-05-04T09:32:42.655Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-04T09:32:42.655Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-04T09:32:42.879Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-04T09:32:43.138Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-04T09:32:43.644Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-04T09:32:45.212Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-04T09:32:46.216Z] --- PASS: TestResize (3.31s) [2022-05-04T09:32:46.216Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:32:47.320Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-04T09:32:47.320Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy (17.14s) [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.28s) [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.06s) [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.46s) [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.54s) [2022-05-04T09:32:47.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.80s) [2022-05-04T09:32:47.431Z] === RUN TestBuildMultiStageParentConfig [2022-05-04T09:32:48.254Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-04T09:32:49.109Z] --- PASS: TestResizeWithInvalidSize (3.28s) [2022-05-04T09:32:49.109Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:32:50.155Z] docker_api_swarm_service_test.go:490: [d0e413f6b7e81] joining swarm manager [d3a3e9a02ad20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:32:50.721Z] docker_api_swarm_service_test.go:490: [d65fa61b7927e] joining swarm manager [d3a3e9a02ad20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:32:51.224Z] --- PASS: TestBuildMultiStageParentConfig (3.55s) [2022-05-04T09:32:51.224Z] === RUN TestBuildLabelWithTargets [2022-05-04T09:32:51.224Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:32:51.224Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-05-04T09:32:51.224Z] === RUN TestBuildWithEmptyLayers [2022-05-04T09:32:51.656Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-04T09:32:52.595Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-04T09:32:52.595Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-04T09:32:52.792Z] --- PASS: TestBuildWithEmptyLayers (1.82s) [2022-05-04T09:32:52.792Z] === RUN TestBuildMultiStageOnBuild [2022-05-04T09:32:52.828Z] --- PASS: TestResizeWhenContainerNotStarted (3.27s) [2022-05-04T09:32:52.828Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:32:52.828Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:32:52.828Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:32:52.828Z] === RUN TestStats [2022-05-04T09:32:52.828Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:32:52.828Z] --- SKIP: TestStats (0.00s) [2022-05-04T09:32:52.828Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:32:53.533Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-04T09:32:54.468Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-04T09:32:55.035Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-04T09:32:55.973Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-04T09:32:56.908Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-04T09:32:58.807Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-04T09:32:59.065Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-04T09:32:59.637Z] === RUN TestDockerSuite/TestLogsSince [2022-05-04T09:33:01.376Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.78s) [2022-05-04T09:33:01.376Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:33:01.376Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:33:01.376Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-04T09:33:01.376Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:33:03.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-04T09:33:06.386Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-04T09:33:06.769Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 30.2% of statements [2022-05-04T09:33:06.770Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-05-04T09:33:06.770Z] ok github.com/docker/docker/cmd/dockerd/trap 2.496s coverage: 0.0% of statements [2022-05-04T09:33:06.770Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-04T09:33:06.770Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-04T09:33:06.770Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-04T09:33:06.770Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-04T09:33:06.770Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-04T09:33:09.671Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-04T09:33:10.624Z] --- PASS: TestBuildMultiStageOnBuild (16.46s) [2022-05-04T09:33:10.624Z] === RUN TestBuildUncleanTarFilenames [2022-05-04T09:33:10.624Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:33:10.624Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-05-04T09:33:10.624Z] === RUN TestBuildMultiStageLayerLeak [2022-05-04T09:33:10.977Z] ok github.com/docker/docker/daemon/cluster 0.079s coverage: 0.5% of statements [2022-05-04T09:33:11.048Z] docker_api_swarm_service_test.go:128: [dba0063695ad3] joining swarm manager [da193343a6e1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:33:11.981Z] docker_api_swarm_service_test.go:129: [d901f0c0608ce] joining swarm manager [da193343a6e1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:33:11.981Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-04T09:33:12.361Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-05-04T09:33:12.917Z] === RUN TestDockerSuite/TestLogsTail [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-04T09:33:13.222Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-04T09:33:13.222Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-04T09:33:13.222Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-04T09:33:13.222Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-04T09:33:13.222Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-04T09:33:13.222Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-04T09:33:13.222Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-04T09:33:13.222Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T09:33:13.222Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-04T09:33:13.302Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-05-04T09:33:13.485Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-04T09:33:14.053Z] docker_api_swarm_service_test.go:137: [d2cf94a6efa0d] joining swarm manager [da193343a6e1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-04T09:33:14.053Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-04T09:33:14.620Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-04T09:33:14.878Z] docker_api_swarm_service_test.go:138: [d4de234e4eefd] joining swarm manager [da193343a6e1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-04T09:33:14.878Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-04T09:33:15.813Z] === RUN TestDockerSuite/TestNetHostname [2022-05-04T09:33:17.191Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-04T09:33:17.451Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-04T09:33:18.020Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-04T09:33:19.099Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-04T09:33:19.099Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T09:33:19.099Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-04T09:33:19.099Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T09:33:19.099Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-04T09:33:19.397Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-04T09:33:19.964Z] === RUN TestDockerSuite/TestPluginActive [2022-05-04T09:33:21.439Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.8% of statements [2022-05-04T09:33:21.701Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-04T09:33:22.271Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-04T09:33:22.493Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-04T09:33:22.842Z] ok github.com/docker/docker/daemon 10.177s coverage: 16.7% of statements [2022-05-04T09:33:22.842Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-04T09:33:22.842Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-04T09:33:22.842Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-04T09:33:22.842Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-04T09:33:22.888Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-04T09:33:23.103Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2022-05-04T09:33:24.491Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.714s coverage: 74.8% of statements [2022-05-04T09:33:25.437Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-05-04T09:33:25.699Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.348s coverage: 56.2% of statements [2022-05-04T09:33:26.474Z] --- PASS: TestUpdateRestartPolicy (24.37s) [2022-05-04T09:33:26.474Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:33:26.677Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-04T09:33:26.677Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T09:33:26.677Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-04T09:33:26.677Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T09:33:26.677Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-04T09:33:26.677Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T09:33:26.677Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-04T09:33:26.677Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T09:33:26.677Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-04T09:33:27.089Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2022-05-04T09:33:28.643Z] --- PASS: TestUpdateRestartWithAutoRemove (3.25s) [2022-05-04T09:33:28.643Z] === RUN TestWaitNonBlocked [2022-05-04T09:33:28.643Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:33:28.643Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:33:28.643Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:33:28.643Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:33:28.643Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:33:28.643Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:33:29.035Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.334s coverage: 50.6% of statements [2022-05-04T09:33:29.062Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-04T09:33:29.062Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-04T09:33:29.062Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-04T09:33:29.628Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-04T09:33:29.628Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T09:33:29.997Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-04T09:33:30.095Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-04T09:33:30.095Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T09:33:30.095Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-04T09:33:30.424Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.721s coverage: 45.9% of statements [2022-05-04T09:33:30.424Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-04T09:33:30.995Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.688s coverage: 58.2% of statements [2022-05-04T09:33:30.995Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-04T09:33:30.995Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-04T09:33:30.995Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-05-04T09:33:31.866Z] --- PASS: TestBuildMultiStageLayerLeak (22.74s) [2022-05-04T09:33:31.867Z] === RUN TestBuildWithHugeFile [2022-05-04T09:33:32.378Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2022-05-04T09:33:32.526Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-04T09:33:32.639Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-05-04T09:33:33.583Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 6.6% of statements [2022-05-04T09:33:33.583Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-04T09:33:33.583Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-04T09:33:34.419Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-04T09:33:34.419Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.92s) [2022-05-04T09:33:34.419Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.15s) [2022-05-04T09:33:34.419Z] === RUN TestWaitBlocked [2022-05-04T09:33:34.419Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:33:34.419Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-04T09:33:34.419Z] PASS [2022-05-04T09:33:34.419Z] ok github.com/docker/docker/integration/container 128.017s [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === Skipped [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-04T09:33:34.419Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-04T09:33:34.419Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-04T09:33:34.419Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:33:34.419Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:33:34.419Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:33:34.419Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:33:34.419Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-04T09:33:34.419Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:33:34.419Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-04T09:33:34.419Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:33:34.419Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-04T09:33:34.419Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:33:34.419Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.26s) [2022-05-04T09:33:34.419Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:33:34.419Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.26s) [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.22s) [2022-05-04T09:33:34.419Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:33:34.419Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.22s) [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-04T09:33:34.419Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-05-04T09:33:34.419Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-04T09:33:34.419Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-04T09:33:34.419Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:33:34.419Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-04T09:33:34.419Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-04T09:33:34.419Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:33:34.419Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:33:34.419Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:33:34.419Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-04T09:33:34.419Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-04T09:33:34.419Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-04T09:33:34.419Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-04T09:33:34.419Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-04T09:33:34.419Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.419Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:33:34.419Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:33:34.419Z] [2022-05-04T09:33:34.420Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:33:34.420Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:33:34.420Z] [2022-05-04T09:33:34.420Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-04T09:33:34.420Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:33:34.420Z] [2022-05-04T09:33:34.420Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-04T09:33:34.420Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:33:34.420Z] [2022-05-04T09:33:34.420Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-04T09:33:34.420Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:33:34.420Z] [2022-05-04T09:33:34.420Z] DONE 120 tests, 38 skipped in 131.287s [2022-05-04T09:33:34.420Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-04T09:33:34.433Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-04T09:33:34.572Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.0% of statements [2022-05-04T09:33:35.147Z] ok github.com/docker/docker/daemon/logger/awslogs 0.163s coverage: 79.9% of statements [2022-05-04T09:33:35.409Z] ok github.com/docker/docker/daemon/logger/fluentd 0.016s coverage: 53.6% of statements [2022-05-04T09:33:35.410Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-04T09:33:35.983Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-05-04T09:33:35.983Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-04T09:33:36.557Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-05-04T09:33:36.818Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-04T09:33:37.394Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-05-04T09:33:37.394Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-04T09:33:37.723Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-04T09:33:37.969Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 54.9% of statements [2022-05-04T09:33:37.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-04T09:33:38.545Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.030s coverage: 31.5% of statements [2022-05-04T09:33:38.753Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-04T09:33:39.490Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2022-05-04T09:33:39.752Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2022-05-04T09:33:40.015Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-04T09:33:40.522Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-04T09:33:40.972Z] ok github.com/docker/docker/daemon/logger/splunk 1.616s coverage: 82.5% of statements [2022-05-04T09:33:40.972Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-04T09:33:40.972Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-04T09:33:41.932Z] ok github.com/docker/docker/distribution/metadata 0.060s coverage: 48.2% of statements [2022-05-04T09:33:42.873Z] ok github.com/docker/docker/distribution 0.647s coverage: 28.2% of statements [2022-05-04T09:33:42.873Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-04T09:33:43.055Z] docker_api_swarm_service_test.go:304: [dd41c4e508767] joining swarm manager [d6cdeafee1cfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:33:43.055Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-04T09:33:43.133Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-04T09:33:43.623Z] docker_api_swarm_service_test.go:304: [dc93f1f256873] joining swarm manager [d6cdeafee1cfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:33:43.705Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-05-04T09:33:43.966Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-04T09:33:44.537Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-05-04T09:33:44.537Z] ok github.com/docker/docker/distribution/xfer 1.905s coverage: 84.9% of statements [2022-05-04T09:33:44.537Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-04T09:33:44.559Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-04T09:33:45.108Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2022-05-04T09:33:45.108Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-04T09:33:45.680Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-05-04T09:33:45.938Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-04T09:33:46.625Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-05-04T09:33:46.876Z] === RUN TestDockerSuite/TestPortList [2022-05-04T09:33:46.887Z] ok github.com/docker/docker/opts 0.023s coverage: 65.5% of statements [2022-05-04T09:33:47.148Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-05-04T09:33:49.068Z] ok github.com/docker/docker/pkg/archive 0.297s coverage: 82.5% of statements [2022-05-04T09:33:49.330Z] ok github.com/docker/docker/pkg/authorization 0.198s coverage: 68.3% of statements [2022-05-04T09:33:49.591Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-04T09:33:49.853Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-05-04T09:33:53.156Z] ok github.com/docker/docker/pkg/chrootarchive 2.475s coverage: 42.7% of statements [2022-05-04T09:33:53.156Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-04T09:33:53.156Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-04T09:33:53.417Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-04T09:33:53.470Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-04T09:33:54.357Z] ok github.com/docker/docker/layer 7.803s coverage: 69.0% of statements [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-04T09:33:54.357Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-04T09:33:54.357Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-04T09:33:54.410Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-04T09:33:54.618Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 87.2% of statements [2022-05-04T09:33:54.880Z] ok github.com/docker/docker/pkg/fsutils 0.195s coverage: 85.1% of statements [2022-05-04T09:33:54.880Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-05-04T09:33:56.264Z] ok github.com/docker/docker/pkg/idtools 0.564s coverage: 67.9% of statements [2022-05-04T09:33:56.264Z] ok github.com/docker/docker/pkg/ioutils 0.443s coverage: 69.7% of statements [2022-05-04T09:33:56.524Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-05-04T09:33:56.524Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-05-04T09:33:56.524Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-04T09:33:56.787Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-05-04T09:33:56.787Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-05-04T09:33:57.048Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2022-05-04T09:33:57.311Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-05-04T09:33:57.311Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2022-05-04T09:33:57.311Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-04T09:33:57.311Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-04T09:33:58.256Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-05-04T09:33:58.518Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-04T09:33:58.781Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-04T09:33:59.042Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-04T09:34:00.427Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-05-04T09:34:00.427Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-05-04T09:34:00.689Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-04T09:34:00.951Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-04T09:34:00.973Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-04T09:34:00.973Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-04T09:34:00.973Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-04T09:34:00.973Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-04T09:34:00.973Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-04T09:34:01.212Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-04T09:34:01.212Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-04T09:34:01.538Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-04T09:34:01.538Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-04T09:34:01.783Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-05-04T09:34:01.796Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-04T09:34:02.054Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-04T09:34:02.356Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-05-04T09:34:02.617Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-05-04T09:34:02.989Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-04T09:34:02.989Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-04T09:34:03.189Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-05-04T09:34:03.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-04T09:34:03.449Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-04T09:34:03.449Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-04T09:34:04.410Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:34:04.410Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-04T09:34:04.410Z] === RUN TestDaemonConfigValidation [2022-05-04T09:34:04.410Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-04T09:34:04.410Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:34:04.410Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:34:04.410Z] === RUN TestDaemonProxy [2022-05-04T09:34:04.410Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:34:04.410Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-04T09:34:04.410Z] PASS [2022-05-04T09:34:04.410Z] ok github.com/docker/docker/integration/daemon 0.139s [2022-05-04T09:34:04.410Z] [2022-05-04T09:34:04.410Z] === Skipped [2022-05-04T09:34:04.410Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-04T09:34:04.410Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] [2022-05-04T09:34:04.410Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-04T09:34:04.410Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] [2022-05-04T09:34:04.410Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:34:04.410Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:34:04.410Z] [2022-05-04T09:34:04.410Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-04T09:34:04.410Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:34:04.410Z] [2022-05-04T09:34:04.410Z] DONE 4 tests, 4 skipped in 28.138s [2022-05-04T09:34:04.410Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-04T09:34:05.149Z] docker_api_swarm_service_test.go:100: [d667ec986367b] joining swarm manager [db7ca3d705285]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:34:05.363Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.3% of statements [2022-05-04T09:34:05.408Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-04T09:34:05.624Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-04T09:34:05.886Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-05-04T09:34:06.344Z] docker_api_swarm_service_test.go:101: [da36b41137845] joining swarm manager [db7ca3d705285]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:34:06.602Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-04T09:34:06.860Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-04T09:34:07.119Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-04T09:34:07.271Z] ok github.com/docker/docker/quota 0.192s coverage: 71.4% of statements [2022-05-04T09:34:07.271Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-04T09:34:07.322Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:07.322Z] INFO: Testing against a local daemon [2022-05-04T09:34:07.322Z] === RUN TestCommitInheritsEnv [2022-05-04T09:34:07.322Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:34:07.322Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-04T09:34:07.322Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:34:07.322Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:34:07.322Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:34:07.322Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:34:07.322Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:34:07.322Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-04T09:34:07.322Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:34:07.322Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-05-04T09:34:07.322Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:34:07.322Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-04T09:34:07.322Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:34:08.211Z] ok github.com/docker/docker/registry 0.050s coverage: 58.6% of statements [2022-05-04T09:34:08.472Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-04T09:34:08.734Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-04T09:34:08.861Z] --- PASS: TestRemoveImageOrphaning (1.21s) [2022-05-04T09:34:08.861Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:34:08.861Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-05-04T09:34:08.861Z] === RUN TestTagInvalidReference [2022-05-04T09:34:08.861Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-04T09:34:08.861Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:34:08.861Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-05-04T09:34:08.861Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:34:08.861Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-04T09:34:08.861Z] === RUN TestTagOfficialNames [2022-05-04T09:34:08.861Z] --- PASS: TestTagOfficialNames (0.10s) [2022-05-04T09:34:08.861Z] === RUN TestTagMatchesDigest [2022-05-04T09:34:08.861Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-04T09:34:08.861Z] PASS [2022-05-04T09:34:08.861Z] ok github.com/docker/docker/integration/image 1.886s [2022-05-04T09:34:08.861Z] [2022-05-04T09:34:08.861Z] === Skipped [2022-05-04T09:34:08.861Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-04T09:34:08.861Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:34:08.861Z] [2022-05-04T09:34:08.861Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:34:08.862Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:34:08.862Z] [2022-05-04T09:34:08.862Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-04T09:34:08.862Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:34:08.862Z] [2022-05-04T09:34:08.862Z] DONE 12 tests, 3 skipped in 6.445s [2022-05-04T09:34:09.308Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-04T09:34:09.308Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-05-04T09:34:09.338Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-04T09:34:10.407Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-04T09:34:11.323Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-04T09:34:11.345Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-04T09:34:11.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:11.517Z] INFO: Testing against a local daemon [2022-05-04T09:34:11.517Z] === RUN TestNetworkCreateDelete [2022-05-04T09:34:11.517Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.517Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:34:11.517Z] 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-05-04T09:34:11.517Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestDaemonDNSFallback [2022-05-04T09:34:11.517Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.517Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestInspectNetwork [2022-05-04T09:34:11.517Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:11.517Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:34:11.517Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.517Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:34:11.517Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:34:11.517Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:34:11.517Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:34:11.517Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:34:11.517Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:34:11.517Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:34:11.517Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestNetworkList [2022-05-04T09:34:11.517Z] === RUN TestNetworkList//networks [2022-05-04T09:34:11.517Z] === PAUSE TestNetworkList//networks [2022-05-04T09:34:11.517Z] === RUN TestNetworkList//networks/ [2022-05-04T09:34:11.517Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:34:11.517Z] === CONT TestNetworkList//networks [2022-05-04T09:34:11.517Z] === CONT TestNetworkList//networks/ [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkList (0.05s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:34:11.517Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:34:11.517Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:34:11.517Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:34:11.517Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:34:11.517Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:34:11.517Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:34:11.517Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:34:11.517Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:34:11.517Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:34:11.518Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:34:11.518Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:34:11.518Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:34:11.518Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:34:11.518Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:34:11.518Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:34:11.518Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:34:11.518Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:34:11.518Z] PASS [2022-05-04T09:34:11.518Z] ok github.com/docker/docker/integration/network 0.213s [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === Skipped [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-04T09:34:11.518Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:34:11.518Z] 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-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-04T09:34:11.518Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-04T09:34:11.518Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:34:11.518Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:34:11.518Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-04T09:34:11.518Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:34:11.518Z] [2022-05-04T09:34:11.518Z] DONE 34 tests, 15 skipped in 2.403s [2022-05-04T09:34:11.518Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-04T09:34:11.910Z] ok github.com/docker/docker/volume/local 0.113s coverage: 76.4% of statements [2022-05-04T09:34:12.181Z] ok github.com/docker/docker/volume/mounts 0.011s coverage: 67.7% of statements [2022-05-04T09:34:12.481Z] testing: warning: no tests to run [2022-05-04T09:34:12.481Z] PASS [2022-05-04T09:34:12.481Z] ok github.com/docker/docker/integration/network/ipvlan 0.090s [2022-05-04T09:34:12.481Z] [2022-05-04T09:34:12.481Z] DONE 0 tests in 0.807s [2022-05-04T09:34:12.481Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-04T09:34:13.251Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-04T09:34:13.449Z] testing: warning: no tests to run [2022-05-04T09:34:13.449Z] PASS [2022-05-04T09:34:13.449Z] ok github.com/docker/docker/integration/network/macvlan 0.091s [2022-05-04T09:34:13.449Z] [2022-05-04T09:34:13.449Z] DONE 0 tests in 0.884s [2022-05-04T09:34:13.449Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-04T09:34:13.567Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-05-04T09:34:14.413Z] testing: warning: no tests to run [2022-05-04T09:34:14.413Z] PASS [2022-05-04T09:34:14.413Z] ok github.com/docker/docker/integration/plugin 0.079s [2022-05-04T09:34:14.413Z] [2022-05-04T09:34:14.413Z] DONE 0 tests in 0.816s [2022-05-04T09:34:14.413Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-04T09:34:15.376Z] testing: warning: no tests to run [2022-05-04T09:34:15.376Z] PASS [2022-05-04T09:34:15.376Z] ok github.com/docker/docker/integration/plugin/authz 0.080s [2022-05-04T09:34:15.376Z] [2022-05-04T09:34:15.376Z] DONE 0 tests in 0.798s [2022-05-04T09:34:15.376Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-04T09:34:16.538Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-04T09:34:16.539Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-04T09:34:19.071Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-04T09:34:21.154Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:21.155Z] INFO: Testing against a local daemon [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:34:21.155Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:34:21.155Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:34:21.155Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:34:21.155Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:34:21.155Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:34:21.155Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:34:21.155Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:34:21.155Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-04T09:34:21.155Z] === RUN TestPluginInstall [2022-05-04T09:34:21.155Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-04T09:34:21.155Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:34:21.155Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-04T09:34:21.155Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:34:21.155Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:34:21.155Z] PASS [2022-05-04T09:34:21.155Z] ok github.com/docker/docker/integration/plugin/common 0.141s [2022-05-04T09:34:21.155Z] [2022-05-04T09:34:21.155Z] === Skipped [2022-05-04T09:34:21.155Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-04T09:34:21.155Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] [2022-05-04T09:34:21.155Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-04T09:34:21.155Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] [2022-05-04T09:34:21.155Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:34:21.155Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:34:21.155Z] [2022-05-04T09:34:21.155Z] DONE 19 tests, 3 skipped in 5.187s [2022-05-04T09:34:21.155Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-04T09:34:23.361Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:23.361Z] INFO: Testing against a local daemon [2022-05-04T09:34:23.361Z] === RUN TestExternalGraphDriver [2022-05-04T09:34:23.361Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:34:23.361Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-04T09:34:23.361Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:34:23.361Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:34:23.361Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:34:23.361Z] PASS [2022-05-04T09:34:23.361Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.108s [2022-05-04T09:34:23.361Z] [2022-05-04T09:34:23.361Z] === Skipped [2022-05-04T09:34:23.361Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-04T09:34:23.361Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:34:23.361Z] [2022-05-04T09:34:23.361Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:34:23.361Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:34:23.361Z] [2022-05-04T09:34:23.361Z] DONE 2 tests, 2 skipped in 2.393s [2022-05-04T09:34:23.361Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-04T09:34:26.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:26.259Z] INFO: Testing against a local daemon [2022-05-04T09:34:26.259Z] === RUN TestReadPluginNoRead [2022-05-04T09:34:26.259Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:34:26.259Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-04T09:34:26.259Z] PASS [2022-05-04T09:34:26.259Z] ok github.com/docker/docker/integration/plugin/logging 0.110s [2022-05-04T09:34:26.259Z] [2022-05-04T09:34:26.259Z] === Skipped [2022-05-04T09:34:26.259Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-04T09:34:26.259Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:34:26.259Z] [2022-05-04T09:34:26.259Z] DONE 1 tests, 1 skipped in 2.524s [2022-05-04T09:34:26.259Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-04T09:34:27.196Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-04T09:34:27.196Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-04T09:34:27.221Z] testing: warning: no tests to run [2022-05-04T09:34:27.221Z] PASS [2022-05-04T09:34:27.221Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.096s [2022-05-04T09:34:27.221Z] [2022-05-04T09:34:27.221Z] DONE 0 tests in 1.207s [2022-05-04T09:34:27.221Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-04T09:34:28.572Z] check_test.go:378: [d667ec986367b] daemon is not started [2022-05-04T09:34:29.140Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-04T09:34:30.076Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-04T09:34:30.121Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:30.121Z] INFO: Testing against a local daemon [2022-05-04T09:34:30.121Z] === RUN TestPluginWithDevMounts [2022-05-04T09:34:30.121Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:30.121Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-04T09:34:30.121Z] PASS [2022-05-04T09:34:30.121Z] ok github.com/docker/docker/integration/plugin/volumes 0.109s [2022-05-04T09:34:30.121Z] [2022-05-04T09:34:30.121Z] === Skipped [2022-05-04T09:34:30.121Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-04T09:34:30.121Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:30.121Z] [2022-05-04T09:34:30.121Z] DONE 1 tests, 1 skipped in 2.318s [2022-05-04T09:34:30.121Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-04T09:34:31.012Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-04T09:34:31.659Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:31.659Z] INFO: Testing against a local daemon [2022-05-04T09:34:31.659Z] === RUN TestSecretInspect [2022-05-04T09:34:31.659Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.659Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-04T09:34:31.659Z] === RUN TestSecretList [2022-05-04T09:34:31.660Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] --- SKIP: TestSecretList (0.00s) [2022-05-04T09:34:31.660Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:34:31.660Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:34:31.660Z] === RUN TestSecretsUpdate [2022-05-04T09:34:31.660Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-04T09:34:31.660Z] === RUN TestTemplatedSecret [2022-05-04T09:34:31.660Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-04T09:34:31.660Z] === RUN TestSecretCreateResolve [2022-05-04T09:34:31.660Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:31.660Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-04T09:34:31.660Z] PASS [2022-05-04T09:34:31.660Z] ok github.com/docker/docker/integration/secret 0.105s [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === Skipped [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-04T09:34:31.660Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:31.660Z] [2022-05-04T09:34:31.660Z] DONE 6 tests, 6 skipped in 1.914s [2022-05-04T09:34:31.660Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-04T09:34:32.917Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-04T09:34:34.294Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-04T09:34:34.294Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-04T09:34:34.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:34.557Z] INFO: Testing against a local daemon [2022-05-04T09:34:34.557Z] === RUN TestServiceCreateInit [2022-05-04T09:34:34.557Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:34:34.557Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:34.557Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:34:34.557Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:34.557Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-04T09:34:34.557Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:34:34.557Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:34:34.557Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:34:34.557Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:34.557Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:34:34.557Z] === RUN TestCreateServiceConflict [2022-05-04T09:34:34.557Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:34.557Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-04T09:34:34.557Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:34:34.557Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-04T09:34:35.014Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:34:35.014Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:34:35.014Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:34:35.014Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestCreateServiceSysctls [2022-05-04T09:34:35.014Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-04T09:34:35.014Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:34:35.014Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-04T09:34:35.014Z] === RUN TestInspect [2022-05-04T09:34:35.014Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestInspect (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestCreateJob [2022-05-04T09:34:35.014Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestCreateJob (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestReplicatedJob [2022-05-04T09:34:35.014Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:34:35.014Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceListWithStatuses [2022-05-04T09:34:35.014Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:34:35.014Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:34:35.014Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServicePlugin [2022-05-04T09:34:35.014Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceUpdateLabel [2022-05-04T09:34:35.014Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:34:35.014Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:34:35.014Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:34:35.014Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-04T09:34:35.014Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:34:35.014Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-05-04T09:34:35.014Z] PASS [2022-05-04T09:34:35.014Z] ok github.com/docker/docker/integration/service 0.298s [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === Skipped [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-04T09:34:35.014Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:34:35.014Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-04T09:34:35.014Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-04T09:34:35.014Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-04T09:34:35.014Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-04T09:34:35.014Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-04T09:34:35.014Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-04T09:34:35.014Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-04T09:34:35.014Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:34:35.014Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-04T09:34:35.014Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-04T09:34:35.014Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-04T09:34:35.014Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-04T09:34:35.014Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-04T09:34:35.014Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-04T09:34:35.014Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-05-04T09:34:35.014Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:34:35.014Z] [2022-05-04T09:34:35.014Z] DONE 24 tests, 23 skipped in 3.113s [2022-05-04T09:34:35.014Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-04T09:34:35.233Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-04T09:34:35.493Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-04T09:34:35.533Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/rootless [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/volume [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-04T09:34:35.533Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === Skipped [2022-05-04T09:34:35.533Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-04T09:34:35.533Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-04T09:34:35.533Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-04T09:34:35.533Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-04T09:34:35.533Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-04T09:34:35.533Z] time="2022-05-04T09:33:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-04T09:34:35.533Z] time="2022-05-04T09:33:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-04T09:34:35.533Z] time="2022-05-04T09:33:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-04T09:34:35.533Z] time="2022-05-04T09:33:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-04T09:34:35.533Z] time="2022-05-04T09:33:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-04T09:34:35.533Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-04T09:34:35.533Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-04T09:34:35.533Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-04T09:34:35.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-04T09:34:35.533Z] graphtest_unix.go:71: No driver to put! [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-04T09:34:35.533Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-04T09:34:35.533Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-04T09:34:35.533Z] [2022-05-04T09:34:35.533Z] DONE 2526 tests, 28 skipped in 250.351s [2022-05-04T09:34:35.533Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/bitseq [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cluster [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/config [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/datastore [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/driverapi [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/etchosts [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/idm [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipam [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/iptables [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/netlabel [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/netutils [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/networkdb [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/ns [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/options [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/osl [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/portallocator [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/portmapper [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/testutils [2022-05-04T09:34:35.533Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-04T09:34:35.533Z] + 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-05-04T09:34:35.752Z] docker_api_swarm_service_test.go:533: [dc90ac381762f] joining swarm manager [d1eb9f3316934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:34:36.321Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-04T09:34:37.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:37.185Z] INFO: Testing against a local daemon [2022-05-04T09:34:37.185Z] === RUN TestSessionCreate [2022-05-04T09:34:37.185Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:37.185Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-04T09:34:37.185Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:34:37.185Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:37.185Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:34:37.185Z] PASS [2022-05-04T09:34:37.185Z] ok github.com/docker/docker/integration/session 0.122s [2022-05-04T09:34:37.185Z] [2022-05-04T09:34:37.185Z] === Skipped [2022-05-04T09:34:37.185Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-04T09:34:37.185Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:37.185Z] [2022-05-04T09:34:37.185Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:34:37.185Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:34:37.185Z] [2022-05-04T09:34:37.185Z] DONE 2 tests, 2 skipped in 1.831s [2022-05-04T09:34:37.185Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-04T09:34:37.701Z] docker_api_swarm_service_test.go:534: [d0a7a587ee1d1] joining swarm manager [d1eb9f3316934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:34:37.959Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-04T09:34:39.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:39.353Z] INFO: Testing against a local daemon [2022-05-04T09:34:39.353Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:34:39.353Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:39.353Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestDiskUsage [2022-05-04T09:34:39.353Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:34:39.353Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestEventsExecDie [2022-05-04T09:34:39.353Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:34:39.353Z] --- SKIP: TestEventsExecDie (0.01s) [2022-05-04T09:34:39.353Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:34:39.353Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:34:39.353Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestEventsVolumeCreate [2022-05-04T09:34:39.353Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:34:39.353Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestInfoAPI [2022-05-04T09:34:39.353Z] --- PASS: TestInfoAPI (0.06s) [2022-05-04T09:34:39.353Z] === RUN TestInfoAPIWarnings [2022-05-04T09:34:39.353Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:34:39.353Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestInfoDebug [2022-05-04T09:34:39.353Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:39.353Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:34:39.353Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:39.353Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:34:39.353Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:39.353Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-04T09:34:39.353Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:34:39.862Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-04T09:34:40.430Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-04T09:34:40.430Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-04T09:34:40.430Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-04T09:34:40.689Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-04T09:34:40.886Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2022-05-04T09:34:40.886Z] === RUN TestPingCacheHeaders [2022-05-04T09:34:40.886Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-05-04T09:34:40.887Z] === RUN TestPingGet [2022-05-04T09:34:40.887Z] --- PASS: TestPingGet (0.05s) [2022-05-04T09:34:40.887Z] === RUN TestPingHead [2022-05-04T09:34:40.887Z] --- PASS: TestPingHead (0.05s) [2022-05-04T09:34:40.887Z] === RUN TestPingSwarmHeader [2022-05-04T09:34:40.887Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:40.887Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-04T09:34:40.887Z] === RUN TestVersion [2022-05-04T09:34:40.887Z] --- PASS: TestVersion (0.05s) [2022-05-04T09:34:40.887Z] PASS [2022-05-04T09:34:40.887Z] ok github.com/docker/docker/integration/system 1.366s [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === Skipped [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:34:40.887Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-04T09:34:40.887Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-05-04T09:34:40.887Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-04T09:34:40.887Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-04T09:34:40.887Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-04T09:34:40.887Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-04T09:34:40.887Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-04T09:34:40.887Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-04T09:34:40.887Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-04T09:34:40.887Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:34:40.887Z] [2022-05-04T09:34:40.887Z] DONE 16 tests, 10 skipped in 3.699s [2022-05-04T09:34:40.887Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-04T09:34:40.949Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-04T09:34:40.949Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-04T09:34:41.887Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-04T09:34:43.061Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:43.061Z] INFO: Testing against a local daemon [2022-05-04T09:34:43.061Z] === RUN TestVolumesCreateAndList [2022-05-04T09:34:43.061Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-04T09:34:43.061Z] === RUN TestVolumesRemove [2022-05-04T09:34:43.061Z] --- PASS: TestVolumesRemove (0.18s) [2022-05-04T09:34:43.061Z] === RUN TestVolumesInspect [2022-05-04T09:34:43.061Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-04T09:34:43.061Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:34:43.061Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:34:43.061Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:34:43.062Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:34:43.062Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:34:43.062Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:34:43.062Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:34:43.062Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:34:43.062Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:34:43.062Z] PASS [2022-05-04T09:34:43.062Z] ok github.com/docker/docker/integration/volume 0.402s [2022-05-04T09:34:43.062Z] [2022-05-04T09:34:43.062Z] DONE 9 tests in 2.320s [2022-05-04T09:34:43.265Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-04T09:34:43.529Z] INFO: make.ps1 ended at 05/04/2022 09:34:43 [2022-05-04T09:34:43.529Z] INFO: Integration CLI tests being run from the host: [2022-05-04T09:34:43.529Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-04T09:34:44.226Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-04T09:34:44.806Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-04T09:34:51.375Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-04T09:34:51.633Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-04T09:34:53.010Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-04T09:34:53.010Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-04T09:34:53.010Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-04T09:34:53.268Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-04T09:34:55.802Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-04T09:34:55.894Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-04T09:34:55.894Z] INFO: Testing against a local daemon [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-04T09:34:55.894Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-04T09:34:55.894Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-04T09:34:55.894Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-04T09:34:56.351Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-04T09:34:56.378Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-04T09:34:56.807Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-04T09:34:57.263Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-04T09:34:58.914Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-04T09:34:59.482Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-04T09:34:59.482Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-04T09:34:59.482Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-04T09:35:00.419Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-04T09:35:02.322Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-04T09:35:02.889Z] docker_api_swarm_service_test.go:148: [d5ccc45de4cdf] joining swarm manager [de21626fe4c0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:35:03.148Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-04T09:35:03.406Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-04T09:35:03.974Z] docker_api_swarm_service_test.go:148: [da89807d59097] joining swarm manager [de21626fe4c0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:35:04.911Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-04T09:35:06.287Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-04T09:35:07.224Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-04T09:35:08.174Z] === RUN TestDockerSuite/TestRmiTag [2022-05-04T09:35:08.433Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-04T09:35:08.998Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-04T09:35:12.284Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-04T09:35:12.284Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-04T09:35:12.851Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-04T09:35:13.111Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-04T09:35:14.287Z] ok github.com/docker/docker/libnetwork 37.061s coverage: 40.6% of statements [2022-05-04T09:35:14.487Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-04T09:35:14.747Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-04T09:35:14.857Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2022-05-04T09:35:14.857Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-04T09:35:15.006Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-04T09:35:15.118Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-04T09:35:15.573Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-04T09:35:15.573Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-04T09:35:15.703Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-04T09:35:15.833Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-04T09:35:15.964Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-04T09:35:16.535Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-04T09:35:16.535Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-04T09:35:16.535Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-04T09:35:16.795Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-04T09:35:17.210Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-04T09:35:17.469Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-04T09:35:18.036Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-04T09:35:18.604Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-04T09:35:19.339Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.364s coverage: 59.9% of statements [2022-05-04T09:35:19.339Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-04T09:35:19.539Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-04T09:35:19.599Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-04T09:35:20.170Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.066s coverage: 4.0% of statements [2022-05-04T09:35:20.170Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-04T09:35:20.221Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-04T09:35:20.222Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T09:35:20.222Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-04T09:35:20.222Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-04T09:35:20.222Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-04T09:35:20.222Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-04T09:35:20.475Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-04T09:35:20.689Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-04T09:35:20.689Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T09:35:20.689Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-04T09:35:20.689Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T09:35:20.689Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-04T09:35:20.689Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T09:35:20.689Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-04T09:35:20.740Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-05-04T09:35:20.740Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-04T09:35:21.001Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-04T09:35:21.043Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-04T09:35:21.156Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-04T09:35:21.979Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-04T09:35:22.141Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-04T09:35:22.913Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-04T09:35:23.173Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-04T09:35:23.739Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-04T09:35:24.673Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-04T09:35:25.242Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-04T09:35:25.809Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-04T09:35:25.927Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-04T09:35:26.068Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-04T09:35:26.634Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-04T09:35:26.634Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-04T09:35:26.913Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-04T09:35:26.913Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T09:35:26.913Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-04T09:35:26.913Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T09:35:26.913Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-04T09:35:27.381Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-04T09:35:28.547Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-04T09:35:29.114Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-04T09:35:29.680Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-04T09:35:30.249Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-04T09:35:30.327Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-04T09:35:30.508Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-04T09:35:30.508Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-04T09:35:30.995Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.732s coverage: 7.2% of statements [2022-05-04T09:35:30.995Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-04T09:35:30.995Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-04T09:35:30.995Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-05-04T09:35:30.995Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-04T09:35:30.995Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-04T09:35:30.995Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-04T09:35:31.075Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-04T09:35:31.255Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-05-04T09:35:31.334Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-04T09:35:31.516Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-05-04T09:35:31.776Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-04T09:35:31.776Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-04T09:35:31.900Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-04T09:35:32.471Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-04T09:35:32.729Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-04T09:35:32.729Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-04T09:35:33.295Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-04T09:35:33.295Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-04T09:35:34.229Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-04T09:35:34.488Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-04T09:35:35.422Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-04T09:35:35.681Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-04T09:35:35.939Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-04T09:35:36.506Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-04T09:35:37.073Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-04T09:35:38.449Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-04T09:35:39.015Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-04T09:35:39.584Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-04T09:35:40.151Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-04T09:35:40.151Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-04T09:35:40.411Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-04T09:35:41.346Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-04T09:35:41.604Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-04T09:35:42.823Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-04T09:35:43.510Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-04T09:35:44.004Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-05-04T09:35:46.043Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-04T09:35:46.043Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-04T09:35:46.302Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-04T09:35:48.211Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-04T09:35:48.691Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-04T09:35:49.146Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-04T09:35:49.159Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-04T09:35:49.159Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T09:35:49.159Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-04T09:35:51.050Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-04T09:35:52.940Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-04T09:35:52.955Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-04T09:35:52.955Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-04T09:35:52.955Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-04T09:35:52.955Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-04T09:35:52.955Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-04T09:35:53.524Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-04T09:35:53.924Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-04T09:35:54.898Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-04T09:35:55.832Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-04T09:35:57.739Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-04T09:35:57.997Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/ipam 14.355s coverage: 85.3% of statements [2022-05-04T09:35:58.908Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-04T09:35:58.908Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-05-04T09:35:58.908Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/ipamutils 0.252s coverage: 74.0% of statements [2022-05-04T09:35:58.908Z] ok github.com/docker/docker/libnetwork/iptables 0.150s coverage: 45.1% of statements [2022-05-04T09:35:59.170Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-04T09:35:59.433Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-04T09:35:59.784Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-04T09:35:59.784Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-04T09:35:59.784Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-04T09:35:59.784Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-04T09:35:59.784Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-04T09:35:59.900Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-04T09:36:00.159Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-04T09:36:00.159Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-04T09:36:00.159Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-04T09:36:00.729Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-04T09:36:02.103Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-04T09:36:02.103Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-04T09:36:02.361Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-04T09:36:02.928Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-04T09:36:03.188Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-04T09:36:04.129Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-04T09:36:04.129Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-04T09:36:05.065Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-04T09:36:05.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-04T09:36:05.631Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-04T09:36:06.198Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-04T09:36:06.765Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-04T09:36:07.331Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-04T09:36:08.267Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-04T09:36:08.844Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-04T09:36:09.785Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-04T09:36:09.785Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-04T09:36:10.352Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-04T09:36:10.612Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-04T09:36:11.180Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-04T09:36:12.555Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-04T09:36:12.555Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T09:36:12.555Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-04T09:36:12.555Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-04T09:36:13.122Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-04T09:36:15.656Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-04T09:36:15.918Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-04T09:36:16.177Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-04T09:36:18.707Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-04T09:36:21.238Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-04T09:36:23.137Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-04T09:36:27.321Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-04T09:36:27.321Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-04T09:36:27.887Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-04T09:36:29.266Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-04T09:36:29.266Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-04T09:36:29.266Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-04T09:36:29.266Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-04T09:36:29.557Z] --- PASS: TestBuildWithHugeFile (169.14s) [2022-05-04T09:36:29.557Z] === RUN TestBuildWCOWSandboxSize [2022-05-04T09:36:29.557Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:36:29.557Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestBuildWithEmptyDockerfile [2022-05-04T09:36:29.557Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:36:29.557Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:36:29.557Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:36:29.557Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:36:29.557Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:36:29.557Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:36:29.557Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-04T09:36:29.557Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-04T09:36:29.557Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-04T09:36:29.557Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-05-04T09:36:29.557Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-04T09:36:29.557Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-04T09:36:29.557Z] === RUN TestBuildPreserveOwnership [2022-05-04T09:36:29.557Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:36:29.557Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestBuildPlatformInvalid [2022-05-04T09:36:29.557Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-04T09:36:29.557Z] PASS [2022-05-04T09:36:29.557Z] ok github.com/docker/docker/integration/build 256.443s [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === Skipped [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-04T09:36:29.557Z] build_session_test.go:25: TODO: BuildKit [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-04T09:36:29.557Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-05-04T09:36:29.557Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-05-04T09:36:29.557Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-04T09:36:29.557Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-04T09:36:29.557Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] DONE 29 tests, 6 skipped in 303.282s [2022-05-04T09:36:29.557Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-04T09:36:29.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:36:29.557Z] INFO: Testing against a local daemon [2022-05-04T09:36:29.557Z] === RUN TestConfigInspect [2022-05-04T09:36:29.557Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestConfigList [2022-05-04T09:36:29.557Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] --- SKIP: TestConfigList (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestConfigsCreateAndDelete [2022-05-04T09:36:29.557Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestConfigsUpdate [2022-05-04T09:36:29.557Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestTemplatedConfig [2022-05-04T09:36:29.557Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestConfigCreateResolve [2022-05-04T09:36:29.557Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:36:29.557Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-04T09:36:29.557Z] PASS [2022-05-04T09:36:29.557Z] ok github.com/docker/docker/integration/config 0.114s [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === Skipped [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-04T09:36:29.557Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:36:29.557Z] [2022-05-04T09:36:29.557Z] DONE 6 tests, 6 skipped in 2.530s [2022-05-04T09:36:29.557Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-04T09:36:29.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:36:29.557Z] INFO: Testing against a local daemon [2022-05-04T09:36:29.557Z] === RUN TestCheckpoint [2022-05-04T09:36:29.557Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:36:29.557Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/commit [2022-05-04T09:36:29.557Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-04T09:36:29.557Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:36:29.557Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:36:29.557Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:36:29.557Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:36:29.557Z] === CONT TestContainerInvalidJSON/commit [2022-05-04T09:36:29.557Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-04T09:36:29.557Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-04T09:36:29.557Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-04T09:36:29.557Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-04T09:36:29.557Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.03s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-04T09:36:29.557Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.03s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-04T09:36:29.558Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-05-04T09:36:29.558Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-04T09:36:29.558Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-05-04T09:36:29.558Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-04T09:36:29.558Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-05-04T09:36:29.558Z] === RUN TestCopyEmptyFile [2022-05-04T09:36:29.558Z] --- PASS: TestCopyEmptyFile (0.50s) [2022-05-04T09:36:29.558Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-04T09:36:29.558Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-05-04T09:36:29.558Z] === RUN TestCopyFromContainer [2022-05-04T09:36:29.558Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.558Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-04T09:36:29.558Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:36:29.558Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:36:29.558Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:36:29.558Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:36:29.558Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:36:29.558Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:36:29.558Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-04T09:36:29.558Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-04T09:36:29.558Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-04T09:36:29.558Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-04T09:36:29.558Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-04T09:36:29.558Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:36:29.558Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidEnv [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateTmpfsMountsTarget [2022-05-04T09:36:29.558Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:29.558Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-04T09:36:29.558Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:36:29.558Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-04T09:36:29.558Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:36:29.558Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:36:29.558Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:36:29.558Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-04T09:36:29.558Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-04T09:36:29.558Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-04T09:36:29.558Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:36:29.558Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateDifferentPlatform [2022-05-04T09:36:29.558Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-04T09:36:29.558Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-04T09:36:29.558Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-04T09:36:29.558Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-04T09:36:29.558Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-04T09:36:29.835Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-04T09:36:30.027Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-05-04T09:36:30.028Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-04T09:36:30.028Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:36:30.028Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-04T09:36:30.028Z] === RUN TestContainerKillOnDaemonStart [2022-05-04T09:36:30.028Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:30.028Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-04T09:36:30.028Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.028Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.504Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:30.770Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-04T09:36:32.167Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-04T09:36:34.072Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-04T09:36:35.009Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-04T09:36:35.570Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-04T09:36:37.135Z] --- PASS: TestWindowsDevices (0.05s) [2022-05-04T09:36:37.136Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.34s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.48s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.67s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.58s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.26s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.46s) [2022-05-04T09:36:37.136Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (1.23s) [2022-05-04T09:36:37.136Z] === RUN TestDiff [2022-05-04T09:36:37.136Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:36:37.136Z] --- SKIP: TestDiff (0.00s) [2022-05-04T09:36:37.136Z] === RUN TestExecWithCloseStdin [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-04T09:36:38.463Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-04T09:36:38.463Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-04T09:36:38.463Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-04T09:36:38.463Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-04T09:36:38.463Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-04T09:36:38.463Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-04T09:36:38.463Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-04T09:36:38.463Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-04T09:36:38.463Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-04T09:36:38.463Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-04T09:36:38.463Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-04T09:36:38.463Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-04T09:36:38.463Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-04T09:36:38.463Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-04T09:36:38.463Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-04T09:36:38.463Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-04T09:36:38.463Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-04T09:36:38.463Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T09:36:38.463Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-04T09:36:40.092Z] --- PASS: TestExecWithCloseStdin (2.97s) [2022-05-04T09:36:40.092Z] === RUN TestExec [2022-05-04T09:36:40.273Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-04T09:36:40.532Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-04T09:36:41.098Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-04T09:36:41.665Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-04T09:36:41.665Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-04T09:36:41.923Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-04T09:36:42.309Z] --- PASS: TestExec (2.41s) [2022-05-04T09:36:42.309Z] === RUN TestExecUser [2022-05-04T09:36:42.309Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:36:42.309Z] --- SKIP: TestExecUser (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestExportContainerAndImportImage [2022-05-04T09:36:42.309Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:42.309Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-04T09:36:42.309Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:42.309Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestHealthCheckWorkdir [2022-05-04T09:36:42.309Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:36:42.309Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestHealthKillContainer [2022-05-04T09:36:42.309Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:36:42.309Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-04T09:36:42.309Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:36:42.309Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:36:42.309Z] === RUN TestKillContainerInvalidSignal [2022-05-04T09:36:42.461Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-04T09:36:42.461Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T09:36:42.461Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-04T09:36:42.461Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T09:36:42.461Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-04T09:36:42.857Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-04T09:36:43.424Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-04T09:36:44.231Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-04T09:36:44.527Z] --- PASS: TestKillContainerInvalidSignal (2.17s) [2022-05-04T09:36:44.527Z] === RUN TestKillContainer [2022-05-04T09:36:44.527Z] === RUN TestKillContainer/no_signal [2022-05-04T09:36:44.798Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-04T09:36:44.798Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-04T09:36:44.798Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-04T09:36:45.733Z] === RUN TestDockerSuite/TestRunMount [2022-05-04T09:36:46.751Z] === RUN TestKillContainer/non_killing_signal [2022-05-04T09:36:46.751Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:36:46.751Z] === RUN TestKillContainer/killing_signal [2022-05-04T09:36:49.927Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-04T09:36:49.927Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-04T09:36:50.494Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-04T09:36:51.870Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-04T09:36:53.246Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-04T09:36:53.915Z] --- PASS: TestKillContainer (9.41s) [2022-05-04T09:36:53.915Z] --- PASS: TestKillContainer/no_signal (2.08s) [2022-05-04T09:36:53.915Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:36:53.915Z] --- PASS: TestKillContainer/killing_signal (7.23s) [2022-05-04T09:36:53.915Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-04T09:36:53.915Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:36:53.915Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestKillStoppedContainer [2022-05-04T09:36:53.915Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:36:53.915Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-04T09:36:53.915Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:36:53.915Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestKillDifferentUserContainer [2022-05-04T09:36:53.915Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:36:53.915Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestInspectOomKilledTrue [2022-05-04T09:36:53.915Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:36:53.915Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestInspectOomKilledFalse [2022-05-04T09:36:53.915Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:36:53.915Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-04T09:36:53.915Z] === RUN TestLogsFollowTailEmpty [2022-05-04T09:36:55.778Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-04T09:36:55.778Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-04T09:36:56.136Z] --- PASS: TestLogsFollowTailEmpty (2.21s) [2022-05-04T09:36:56.137Z] === RUN TestNetworkNat [2022-05-04T09:36:56.137Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:36:56.137Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-04T09:36:56.137Z] === RUN TestNetworkLocalhostTCPNat [2022-05-04T09:36:57.163Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-04T09:36:58.379Z] --- PASS: TestNetworkLocalhostTCPNat (2.59s) [2022-05-04T09:36:58.379Z] === RUN TestNetworkLoopbackNat [2022-05-04T09:36:58.379Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:36:58.379Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-04T09:36:58.379Z] === RUN TestPause [2022-05-04T09:36:58.379Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:36:58.379Z] --- SKIP: TestPause (0.00s) [2022-05-04T09:36:58.379Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-04T09:36:59.695Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-04T09:37:00.323Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-04T09:37:00.323Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T09:37:00.630Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-04T09:37:01.309Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-04T09:37:01.338Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.28s) [2022-05-04T09:37:01.338Z] === RUN TestPauseStopPausedContainer [2022-05-04T09:37:01.338Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:37:01.338Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-04T09:37:01.338Z] === RUN TestPsFilter [2022-05-04T09:37:01.338Z] --- PASS: TestPsFilter (0.27s) [2022-05-04T09:37:01.338Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-04T09:37:01.564Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-04T09:37:01.564Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-04T09:37:02.131Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-04T09:37:02.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-04T09:37:03.066Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-04T09:37:03.555Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.49s) [2022-05-04T09:37:03.555Z] === RUN TestRemoveContainerWithVolume [2022-05-04T09:37:03.632Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-04T09:37:04.199Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-04T09:37:04.199Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-04T09:37:05.573Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-04T09:37:06.513Z] --- PASS: TestRemoveContainerWithVolume (2.56s) [2022-05-04T09:37:06.513Z] === RUN TestRemoveContainerRunning [2022-05-04T09:37:07.475Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-04T09:37:07.734Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-04T09:37:08.732Z] --- PASS: TestRemoveContainerRunning (2.23s) [2022-05-04T09:37:08.733Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-04T09:37:10.951Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.13s) [2022-05-04T09:37:10.951Z] === RUN TestRemoveInvalidContainer [2022-05-04T09:37:10.951Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-04T09:37:10.951Z] === RUN TestRenameLinkedContainer [2022-05-04T09:37:10.951Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:37:10.951Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-04T09:37:10.951Z] === RUN TestRenameStoppedContainer [2022-05-04T09:37:10.956Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-04T09:37:10.956Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T09:37:11.018Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-04T09:37:11.018Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-04T09:37:11.587Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-04T09:37:11.587Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-04T09:37:11.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-04T09:37:12.153Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-04T09:37:12.153Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-04T09:37:13.089Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-04T09:37:13.172Z] --- PASS: TestRenameStoppedContainer (2.55s) [2022-05-04T09:37:13.172Z] === RUN TestRenameRunningContainerAndReuse [2022-05-04T09:37:13.656Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-04T09:37:13.656Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-04T09:37:13.915Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-04T09:37:14.173Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-04T09:37:16.705Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-04T09:37:17.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-04T09:37:17.944Z] --- PASS: TestRenameRunningContainerAndReuse (4.91s) [2022-05-04T09:37:17.944Z] === RUN TestRenameInvalidName [2022-05-04T09:37:19.255Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-04T09:37:19.827Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-04T09:37:19.827Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-04T09:37:19.827Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-04T09:37:20.164Z] --- PASS: TestRenameInvalidName (2.20s) [2022-05-04T09:37:20.164Z] === RUN TestRenameAnonymousContainer [2022-05-04T09:37:20.762Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-04T09:37:21.327Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-04T09:37:21.997Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-04T09:37:22.564Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-04T09:37:23.499Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-04T09:37:24.072Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-04T09:37:24.072Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-04T09:37:25.007Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-04T09:37:25.007Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-04T09:37:25.266Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-04T09:37:25.832Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-04T09:37:26.402Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T09:37:26.402Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-04T09:37:26.402Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-04T09:37:27.338Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-04T09:37:27.904Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-04T09:37:27.904Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-04T09:37:27.904Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-04T09:37:27.904Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-04T09:37:28.471Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-04T09:37:29.406Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-04T09:37:29.406Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-04T09:37:29.406Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-04T09:37:30.299Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-04T09:37:30.603Z] --- PASS: TestRenameAnonymousContainer (10.42s) [2022-05-04T09:37:30.603Z] === RUN TestRenameContainerWithSameName [2022-05-04T09:37:30.781Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-04T09:37:31.716Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-04T09:37:32.829Z] --- PASS: TestRenameContainerWithSameName (2.21s) [2022-05-04T09:37:32.829Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-04T09:37:32.829Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:37:32.829Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:37:32.829Z] === RUN TestResize [2022-05-04T09:37:33.092Z] === RUN TestDockerSuite/TestRunRm [2022-05-04T09:37:33.659Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-04T09:37:33.659Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-04T09:37:35.047Z] --- PASS: TestResize (2.32s) [2022-05-04T09:37:35.047Z] === RUN TestResizeWithInvalidSize [2022-05-04T09:37:37.847Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-04T09:37:37.847Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-04T09:37:38.005Z] --- PASS: TestResizeWithInvalidSize (2.38s) [2022-05-04T09:37:38.005Z] === RUN TestResizeWhenContainerNotStarted [2022-05-04T09:37:38.414Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-04T09:37:38.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-04T09:37:38.963Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T09:37:38.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-04T09:37:39.350Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-04T09:37:39.932Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-04T09:37:40.226Z] --- PASS: TestResizeWhenContainerNotStarted (2.50s) [2022-05-04T09:37:40.226Z] === RUN TestDaemonRestartKillContainers [2022-05-04T09:37:40.226Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:37:40.226Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:37:40.226Z] === RUN TestStats [2022-05-04T09:37:40.226Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:37:40.226Z] --- SKIP: TestStats (0.00s) [2022-05-04T09:37:40.226Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-04T09:37:40.502Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-04T09:37:43.788Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-04T09:37:44.723Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-04T09:37:44.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-04T09:37:44.828Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T09:37:44.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-04T09:37:44.828Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T09:37:44.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-04T09:37:44.990Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.03s) [2022-05-04T09:37:44.990Z] === RUN TestStopContainerWithTimeout [2022-05-04T09:37:44.990Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:37:44.990Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-04T09:37:44.990Z] === RUN TestUpdateRestartPolicy [2022-05-04T09:37:46.625Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-04T09:37:47.193Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-04T09:37:48.128Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-04T09:37:48.128Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-04T09:37:48.695Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-04T09:37:49.261Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-04T09:37:49.828Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-04T09:37:50.396Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-04T09:37:50.951Z] ok github.com/docker/docker/libnetwork/networkdb 104.665s coverage: 60.0% of statements [2022-05-04T09:37:50.951Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-04T09:37:50.951Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-04T09:37:50.951Z] ok github.com/docker/docker/libnetwork/osl 4.310s coverage: 39.7% of statements [2022-05-04T09:37:50.951Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-05-04T09:37:50.951Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-05-04T09:37:50.963Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-04T09:37:51.222Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-04T09:37:51.523Z] ok github.com/docker/docker/libnetwork/portmapper 0.220s coverage: 48.6% of statements [2022-05-04T09:37:51.783Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-04T09:37:51.783Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-04T09:37:51.789Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-04T09:37:51.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-04T09:37:51.984Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T09:37:51.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-04T09:37:51.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-04T09:37:51.984Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T09:37:51.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-04T09:37:51.984Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T09:37:51.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-04T09:37:52.043Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === Skipped [2022-05-04T09:37:52.043Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-04T09:37:52.043Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-04T09:37:52.043Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-04T09:37:52.043Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-04T09:37:52.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-04T09:37:52.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-04T09:37:52.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-04T09:37:52.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-04T09:37:52.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.043Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-04T09:37:52.043Z] firewalld_test.go:14: firewalld is not running [2022-05-04T09:37:52.043Z] [2022-05-04T09:37:52.044Z] DONE 326 tests, 9 skipped in 199.990s [2022-05-04T09:37:52.048Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer Post stage [Pipeline] junit [2022-05-04T09:37:52.632Z] Recording test results [2022-05-04T09:37:53.047Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-05-04T09:37:53.381Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43559/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35040222cb7582b344fbf96799408d37c710ea0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35040222cb7582b344fbf96799408d37c710ea0 hack/validate/vendor [2022-05-04T09:37:53.950Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-04T09:37:53.956Z] +++ dirname ./hack/vendor.sh [2022-05-04T09:37:53.956Z] ++ cd ./hack [2022-05-04T09:37:53.956Z] ++ pwd [2022-05-04T09:37:53.956Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-04T09:37:53.956Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh [2022-05-04T09:37:53.956Z] + GO111MODULE=auto [2022-05-04T09:37:53.956Z] + go mod tidy -modfile vendor.mod -compat 1.17 [2022-05-04T09:37:53.956Z] go: downloading github.com/docker/distribution v2.8.1+incompatible [2022-05-04T09:37:53.956Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-04T09:37:54.526Z] go: downloading google.golang.org/grpc v1.45.0 [2022-05-04T09:37:54.526Z] go: downloading github.com/containerd/containerd v1.6.4 [2022-05-04T09:37:54.526Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-04T09:37:54.786Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-05-04T09:37:54.786Z] go: downloading gotest.tools/v3 v3.1.0 [2022-05-04T09:37:54.786Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-04T09:37:54.786Z] go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 [2022-05-04T09:37:54.786Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-05-04T09:37:54.786Z] go: downloading github.com/moby/sys/signal v0.7.0 [2022-05-04T09:37:54.886Z] === RUN TestDockerSuite/TestRunState [2022-05-04T09:37:55.046Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f [2022-05-04T09:37:55.046Z] go: downloading github.com/moby/buildkit v0.10.2 [2022-05-04T09:37:55.047Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-04T09:37:55.047Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-04T09:37:55.307Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-04T09:37:55.307Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-04T09:37:55.307Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 [2022-05-04T09:37:55.307Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-05-04T09:37:55.307Z] go: downloading go.etcd.io/bbolt v1.3.6 [2022-05-04T09:37:55.307Z] go: downloading github.com/containerd/continuity v0.3.0 [2022-05-04T09:37:55.568Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-04T09:37:55.568Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 [2022-05-04T09:37:55.568Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-05-04T09:37:55.568Z] go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 [2022-05-04T09:37:55.568Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-04T09:37:55.568Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-05-04T09:37:55.568Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-05-04T09:37:55.568Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2022-05-04T09:37:55.568Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-05-04T09:37:55.568Z] go: downloading github.com/opencontainers/runc v1.1.1 [2022-05-04T09:37:55.828Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062 [2022-05-04T09:37:55.828Z] go: downloading github.com/containerd/cgroups v1.0.3 [2022-05-04T09:37:55.828Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-05-04T09:37:55.828Z] go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46 [2022-05-04T09:37:55.828Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-04T09:37:55.828Z] go: downloading github.com/hashicorp/go-memdb v1.3.2 [2022-05-04T09:37:56.088Z] go: downloading github.com/moby/sys/mount v0.3.1 [2022-05-04T09:37:56.088Z] go: downloading github.com/opencontainers/selinux v1.10.1 [2022-05-04T09:37:56.088Z] go: downloading github.com/google/uuid v1.3.0 [2022-05-04T09:37:56.088Z] go: downloading github.com/Microsoft/hcsshim v0.9.2 [2022-05-04T09:37:56.260Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-04T09:37:56.349Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-05-04T09:37:56.349Z] go: downloading github.com/moby/locker v1.0.1 [2022-05-04T09:37:56.349Z] go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-04T09:37:56.349Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-05-04T09:37:56.349Z] go: downloading github.com/tonistiigi/go-archvariant v1.0.0 [2022-05-04T09:37:56.349Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-05-04T09:37:56.349Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-04T09:37:56.349Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-05-04T09:37:56.350Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-05-04T09:37:56.350Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-05-04T09:37:56.350Z] go: downloading github.com/aws/aws-sdk-go v1.31.6 [2022-05-04T09:37:56.827Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-04T09:37:56.827Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-04T09:37:57.394Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-04T09:37:57.394Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-04T09:37:57.394Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-04T09:37:57.394Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-04T09:37:57.962Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-04T09:37:58.896Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-05-04T09:37:58.896Z] go: downloading cloud.google.com/go v0.93.3 [2022-05-04T09:37:58.896Z] go: downloading cloud.google.com/go/logging v1.4.2 [2022-05-04T09:37:58.896Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-05-04T09:37:58.896Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-05-04T09:37:58.896Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-05-04T09:37:58.896Z] go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-04T09:37:58.896Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-05-04T09:37:58.896Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-05-04T09:37:58.896Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-04T09:37:58.896Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-05-04T09:37:58.899Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-04T09:37:59.156Z] go: downloading github.com/creack/pty v1.1.11 [2022-05-04T09:37:59.156Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-05-04T09:37:59.156Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-05-04T09:37:59.156Z] go: downloading github.com/miekg/dns v1.1.27 [2022-05-04T09:37:59.156Z] go: downloading github.com/moby/ipvs v1.0.1 [2022-05-04T09:37:59.156Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f [2022-05-04T09:37:59.156Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-05-04T09:37:59.416Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-05-04T09:37:59.416Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-05-04T09:37:59.842Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-04T09:37:59.842Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-04T09:37:59.842Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-04T09:38:00.418Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-04T09:38:01.794Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-04T09:38:01.961Z] go: downloading github.com/stretchr/testify v1.7.1 [2022-05-04T09:38:01.961Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-05-04T09:38:01.961Z] go: downloading github.com/klauspost/compress v1.15.1 [2022-05-04T09:38:01.961Z] go: downloading github.com/godbus/dbus/v5 v5.0.6 [2022-05-04T09:38:01.961Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-05-04T09:38:01.961Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-05-04T09:38:01.961Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-05-04T09:38:01.961Z] go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-04T09:38:01.961Z] go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.3 [2022-05-04T09:38:01.961Z] go: downloading github.com/containerd/stargz-snapshotter v0.11.3 [2022-05-04T09:38:01.961Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-05-04T09:38:01.961Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-04T09:38:01.961Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/otel v1.4.1 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/otel/trace v1.4.1 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/otel/sdk v1.4.1 [2022-05-04T09:38:02.222Z] go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/proto/otlp v0.12.0 [2022-05-04T09:38:02.222Z] go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2 [2022-05-04T09:38:02.222Z] go: downloading github.com/containerd/console v1.0.3 [2022-05-04T09:38:02.222Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-05-04T09:38:02.222Z] go: downloading github.com/gogo/googleapis v1.4.1 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 [2022-05-04T09:38:02.222Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 [2022-05-04T09:38:02.222Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-04T09:38:02.222Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-05-04T09:38:02.222Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-05-04T09:38:02.362Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-04T09:38:02.482Z] go: downloading go.etcd.io/etcd/raft/v3 v3.5.2 [2022-05-04T09:38:02.482Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3 [2022-05-04T09:38:02.482Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-04T09:38:02.482Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-04T09:38:02.482Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-04T09:38:02.482Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-04T09:38:02.482Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-05-04T09:38:02.482Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-05-04T09:38:02.482Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-05-04T09:38:02.482Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-05-04T09:38:02.482Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-04T09:38:02.482Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-05-04T09:38:02.482Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-05-04T09:38:02.482Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-05-04T09:38:02.482Z] go: downloading google.golang.org/api v0.54.0 [2022-05-04T09:38:02.929Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-04T09:38:04.309Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-04T09:38:04.878Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-04T09:38:05.027Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-05-04T09:38:05.027Z] go: downloading go.opencensus.io v0.22.3 [2022-05-04T09:38:05.027Z] go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f [2022-05-04T09:38:05.027Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-04T09:38:05.027Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-05-04T09:38:05.289Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-05-04T09:38:05.289Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-05-04T09:38:05.289Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-04T09:38:05.289Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-04T09:38:05.289Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-04T09:38:05.552Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-04T09:38:05.552Z] go: downloading golang.org/x/text v0.3.7 [2022-05-04T09:38:06.125Z] go: downloading github.com/google/btree v1.0.1 [2022-05-04T09:38:06.125Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-04T09:38:06.125Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-05-04T09:38:06.125Z] go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-04T09:38:06.125Z] go: downloading go.uber.org/goleak v1.1.12 [2022-05-04T09:38:06.125Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-04T09:38:06.125Z] go: downloading github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 [2022-05-04T09:38:06.125Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-05-04T09:38:06.125Z] go: downloading github.com/gofrs/flock v0.8.1 [2022-05-04T09:38:06.125Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-04T09:38:06.125Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/felixge/httpsnoop v1.0.2 [2022-05-04T09:38:06.386Z] go: downloading go.opentelemetry.io/otel/metric v0.27.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-05-04T09:38:06.386Z] go: downloading github.com/agext/levenshtein v1.2.3 [2022-05-04T09:38:06.386Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-04T09:38:06.386Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/kr/pretty v0.2.1 [2022-05-04T09:38:06.386Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-04T09:38:06.386Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-05-04T09:38:06.386Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-05-04T09:38:06.386Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-05-04T09:38:06.386Z] go: downloading github.com/go-logr/stdr v1.2.2 [2022-05-04T09:38:06.386Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-05-04T09:38:06.386Z] go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/container-storage-interface/spec v1.5.0 [2022-05-04T09:38:06.386Z] go: downloading github.com/onsi/ginkgo v1.16.4 [2022-05-04T09:38:06.386Z] go: downloading github.com/onsi/gomega v1.15.0 [2022-05-04T09:38:06.646Z] go: downloading github.com/akutz/memconn v0.1.0 [2022-05-04T09:38:06.646Z] go: downloading github.com/dperny/gocsi v1.2.3-pre [2022-05-04T09:38:06.646Z] go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2 [2022-05-04T09:38:06.646Z] go: downloading go.etcd.io/etcd/server/v3 v3.5.2 [2022-05-04T09:38:06.907Z] go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 [2022-05-04T09:38:06.907Z] go: downloading github.com/kr/text v0.2.0 [2022-05-04T09:38:06.907Z] go: downloading google.golang.org/appengine v1.6.7 [2022-05-04T09:38:06.907Z] go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b [2022-05-04T09:38:06.907Z] go: downloading github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 [2022-05-04T09:38:06.907Z] go: downloading go.uber.org/zap v1.17.0 [2022-05-04T09:38:06.907Z] go: downloading github.com/dustin/go-humanize v1.0.0 [2022-05-04T09:38:07.168Z] go: downloading github.com/nxadm/tail v1.4.8 [2022-05-04T09:38:07.168Z] go: downloading github.com/cockroachdb/errors v1.2.4 [2022-05-04T09:38:07.168Z] go: downloading go.uber.org/atomic v1.7.0 [2022-05-04T09:38:07.168Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-04T09:38:07.168Z] go: downloading github.com/akutz/gosync v0.1.0 [2022-05-04T09:38:07.168Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-05-04T09:38:07.168Z] go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f [2022-05-04T09:38:07.168Z] go: downloading github.com/getsentry/raven-go v0.2.0 [2022-05-04T09:38:07.168Z] go: downloading github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 [2022-05-04T09:38:07.411Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-04T09:38:07.428Z] + GO111MODULE=auto [2022-05-04T09:38:07.428Z] + go mod vendor -modfile vendor.mod [2022-05-04T09:38:07.670Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-04T09:38:10.203Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-04T09:38:10.311Z] --- PASS: TestUpdateRestartPolicy (22.39s) [2022-05-04T09:38:10.311Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-04T09:38:10.311Z] --- PASS: TestUpdateRestartWithAutoRemove (2.15s) [2022-05-04T09:38:10.311Z] === RUN TestWaitNonBlocked [2022-05-04T09:38:10.311Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:38:10.311Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:38:10.311Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:38:10.311Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:38:10.311Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-04T09:38:10.311Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-04T09:38:10.462Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-04T09:38:10.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-04T09:38:10.730Z] Congratulations! All vendoring changes are done the right way. [2022-05-04T09:38:10.730Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-05-04T09:38:11.287Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-04T09:38:11.855Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-04T09:38:13.232Z] docker_cli_service_logs_test.go:246: checking task mq8koq9lv7i4 [2022-05-04T09:38:13.232Z] docker_cli_service_logs_test.go:251: checking messages for mq8koq9lv7i4 [2022-05-04T09:38:13.232Z] docker_cli_service_logs_test.go:246: checking task y65ta6mmyt5g [2022-05-04T09:38:13.232Z] docker_cli_service_logs_test.go:251: checking messages for y65ta6mmyt5g [2022-05-04T09:38:14.170Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-04T09:38:14.170Z] === RUN TestDockerSwarmSuite/TestServiceScale [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-04T09:38:15.106Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-04T09:38:15.249Z] + echo Ensuring container killed. [2022-05-04T09:38:15.249Z] Ensuring container killed. [2022-05-04T09:38:15.249Z] + docker rm -vf docker-pr1 [2022-05-04T09:38:15.249Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-04T09:38:15.546Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:38:15.546Z] Chowning /workspace to jenkins user [2022-05-04T09:38:15.546Z] + id -u [2022-05-04T09:38:15.546Z] + id -g [2022-05-04T09:38:15.546Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:38:15.673Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-04T09:38:15.673Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-04T09:38:15.932Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-04T09:38:16.501Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-04T09:38:16.761Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:38:17.020Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-04T09:38:17.232Z] + bundleName=unit [2022-05-04T09:38:17.232Z] + echo Creating unit-bundles.tar.gz [2022-05-04T09:38:17.232Z] Creating unit-bundles.tar.gz [2022-05-04T09:38:17.232Z] + 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-05-04T09:38:17.232Z] bundles/junit-report-libnetwork.xml [2022-05-04T09:38:17.232Z] bundles/junit-report.xml [2022-05-04T09:38:17.232Z] bundles/go-test-report-libnetwork.json [2022-05-04T09:38:17.232Z] bundles/go-test-report.json [2022-05-04T09:38:17.232Z] bundles/profile-libnetwork.out [2022-05-04T09:38:17.232Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-04T09:38:17.247Z] Archiving artifacts [2022-05-04T09:38:17.482Z] --- PASS: TestWaitNonBlocked (0.06s) [2022-05-04T09:38:17.482Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.22s) [2022-05-04T09:38:17.482Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.66s) [2022-05-04T09:38:17.482Z] === RUN TestWaitBlocked [2022-05-04T09:38:17.482Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:38:17.482Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-04T09:38:17.482Z] PASS [2022-05-04T09:38:17.482Z] ok github.com/docker/docker/integration/container 109.521s [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === Skipped [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-04T09:38:17.482Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-04T09:38:17.482Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-05-04T09:38:17.482Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-04T09:38:17.482Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-04T09:38:17.482Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-04T09:38:17.482Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-04T09:38:17.482Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-04T09:38:17.482Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-04T09:38:17.482Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-05-04T09:38:17.482Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-04T09:38:17.482Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-04T09:38:17.482Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-04T09:38:17.482Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-04T09:38:17.482Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-04T09:38:17.482Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-04T09:38:17.482Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-04T09:38:17.482Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-04T09:38:17.482Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-04T09:38:17.482Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-04T09:38:17.482Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-04T09:38:17.482Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-04T09:38:17.482Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-04T09:38:17.482Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-04T09:38:17.482Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-04T09:38:17.482Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-04T09:38:17.482Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-04T09:38:17.482Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-04T09:38:17.482Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-04T09:38:17.482Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-04T09:38:17.482Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:38:17.482Z] [2022-05-04T09:38:17.482Z] DONE 120 tests, 34 skipped in 113.028s [2022-05-04T09:38:17.482Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-04T09:38:17.589Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-04T09:38:17.589Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-04T09:38:17.589Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-04T09:38:17.690Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T09:38:17.847Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-04T09:38:18.018Z] + make clean [2022-05-04T09:38:18.279Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T09:38:18.279Z] docker-dev-cache [2022-05-04T09:38:18.279Z] docker-mod-cache [Pipeline] deleteDir [2022-05-04T09:38:18.415Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T09:38:21.719Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-04T09:38:21.719Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-04T09:38:22.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-04T09:38:22.285Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-04T09:38:24.187Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-04T09:38:24.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-04T09:38:24.310Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T09:38:25.122Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-04T09:38:25.297Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-04T09:38:25.297Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T09:38:25.406Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-04T09:38:25.406Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T09:38:25.406Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-04T09:38:25.765Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-04T09:38:27.024Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-04T09:38:27.330Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-04T09:38:27.330Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T09:38:27.330Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-04T09:38:28.300Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-04T09:38:28.300Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-04T09:38:28.398Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-04T09:38:28.965Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-04T09:38:28.965Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-04T09:38:28.965Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-04T09:38:28.965Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-04T09:38:28.965Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-04T09:38:28.965Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-04T09:38:28.965Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-04T09:38:29.225Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-04T09:38:29.225Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-04T09:38:29.225Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-04T09:38:29.793Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-04T09:38:30.359Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-04T09:38:31.295Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-04T09:38:31.861Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-04T09:38:32.093Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-04T09:38:32.428Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-04T09:38:32.428Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-04T09:38:32.969Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-04T09:38:32.995Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-04T09:38:32.995Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-04T09:38:33.254Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-04T09:38:33.254Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-04T09:38:33.254Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-04T09:38:33.254Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-04T09:38:33.254Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-04T09:38:33.254Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-04T09:38:33.425Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-04T09:38:33.425Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T09:38:33.425Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-04T09:38:33.425Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T09:38:33.425Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-04T09:38:33.425Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T09:38:33.658Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-04T09:38:33.658Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T09:38:33.821Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-04T09:38:33.881Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-04T09:38:33.881Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-04T09:38:34.129Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-04T09:38:34.129Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T09:38:34.129Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-04T09:38:34.758Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-04T09:38:34.758Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-04T09:38:34.758Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-04T09:38:35.325Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-04T09:38:35.412Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-04T09:38:35.584Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-04T09:38:35.695Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-04T09:38:36.152Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-04T09:38:36.152Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-04T09:38:36.682Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-04T09:38:36.718Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-04T09:38:37.285Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-04T09:38:37.285Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-04T09:38:37.544Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-04T09:38:37.544Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-04T09:38:37.670Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-04T09:38:38.110Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-04T09:38:38.137Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-04T09:38:39.044Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-04T09:38:39.124Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-04T09:38:39.127Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-04T09:38:39.987Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-04T09:38:39.987Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-04T09:38:39.987Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-04T09:38:39.987Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-04T09:38:40.250Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-04T09:38:40.250Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-04T09:38:40.654Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-04T09:38:40.654Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T09:38:40.654Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-04T09:38:40.654Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T09:38:40.654Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-04T09:38:40.654Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-04T09:38:41.190Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-04T09:38:42.126Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-04T09:38:42.126Z] docker_cli_swarm_test.go:1895: [d5a8b0a6863f5] joining swarm manager [d1a52ce711e75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:38:43.502Z] docker_cli_swarm_test.go:1896: [dfec60884c850] joining swarm manager [d1a52ce711e75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:38:43.760Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-04T09:38:44.327Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-04T09:38:44.327Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-04T09:38:44.327Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-04T09:38:44.375Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-04T09:38:44.993Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-04T09:38:45.266Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-04T09:38:45.834Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-04T09:38:46.770Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-04T09:38:46.770Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-04T09:38:47.705Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-04T09:38:47.945Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-04T09:38:47.945Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T09:38:47.945Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-04T09:38:47.963Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-04T09:38:48.222Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-04T09:38:48.933Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-04T09:38:48.933Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T09:38:48.933Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-04T09:38:49.597Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2207858108 [2022-05-04T09:38:49.597Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-04T09:38:49.597Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-04T09:38:49.919Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-04T09:38:50.971Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-04T09:38:50.971Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-04T09:38:50.971Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-04T09:38:51.777Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-04T09:38:51.905Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-04T09:38:52.763Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-04T09:38:53.283Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-04T09:38:53.404Z] === RUN TestConfigDaemonLibtrustID [2022-05-04T09:38:53.404Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-05-04T09:38:53.404Z] === RUN TestDaemonConfigValidation [2022-05-04T09:38:53.404Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-04T09:38:53.404Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-04T09:38:53.404Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:38:53.404Z] === RUN TestDaemonProxy [2022-05-04T09:38:53.404Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:38:53.404Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-04T09:38:53.404Z] PASS [2022-05-04T09:38:53.404Z] ok github.com/docker/docker/integration/daemon 0.167s [2022-05-04T09:38:53.404Z] [2022-05-04T09:38:53.404Z] === Skipped [2022-05-04T09:38:53.404Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-05-04T09:38:53.404Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] [2022-05-04T09:38:53.404Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-04T09:38:53.404Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] [2022-05-04T09:38:53.404Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-04T09:38:53.404Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-05-04T09:38:53.404Z] [2022-05-04T09:38:53.404Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-04T09:38:53.404Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-04T09:38:53.404Z] [2022-05-04T09:38:53.404Z] DONE 4 tests, 4 skipped in 32.589s [2022-05-04T09:38:53.404Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-04T09:38:53.542Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-04T09:38:53.542Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-04T09:38:53.542Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-04T09:38:53.750Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-04T09:38:53.751Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T09:38:53.751Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-04T09:38:53.802Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-04T09:38:54.367Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-04T09:38:54.367Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-04T09:38:54.735Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-04T09:38:54.934Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-04T09:38:55.203Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-04T09:38:55.203Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T09:38:55.203Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-04T09:38:55.203Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T09:38:55.203Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-04T09:38:55.501Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-04T09:38:56.361Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:38:56.361Z] INFO: Testing against a local daemon [2022-05-04T09:38:56.361Z] === RUN TestCommitInheritsEnv [2022-05-04T09:38:56.361Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:38:56.361Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-04T09:38:56.361Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-04T09:38:56.361Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:38:56.361Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:38:56.361Z] === RUN TestImportWithCustomPlatform [2022-05-04T09:38:56.361Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:38:56.361Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-04T09:38:56.361Z] === RUN TestImagesFilterMultiReference [2022-05-04T09:38:56.361Z] --- PASS: TestImagesFilterMultiReference (0.16s) [2022-05-04T09:38:56.361Z] === RUN TestImagePullPlatformInvalid [2022-05-04T09:38:56.361Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-05-04T09:38:56.361Z] === RUN TestRemoveImageOrphaning [2022-05-04T09:38:56.436Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-04T09:38:57.350Z] --- PASS: TestRemoveImageOrphaning (1.49s) [2022-05-04T09:38:57.350Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-04T09:38:57.350Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-05-04T09:38:57.350Z] === RUN TestTagInvalidReference [2022-05-04T09:38:57.820Z] --- PASS: TestTagInvalidReference (0.06s) [2022-05-04T09:38:57.820Z] === RUN TestTagValidPrefixedRepo [2022-05-04T09:38:57.820Z] --- PASS: TestTagValidPrefixedRepo (0.11s) [2022-05-04T09:38:57.820Z] === RUN TestTagExistedNameWithoutForce [2022-05-04T09:38:57.820Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2022-05-04T09:38:57.820Z] === RUN TestTagOfficialNames [2022-05-04T09:38:57.820Z] --- PASS: TestTagOfficialNames (0.13s) [2022-05-04T09:38:57.820Z] === RUN TestTagMatchesDigest [2022-05-04T09:38:57.820Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-04T09:38:57.820Z] PASS [2022-05-04T09:38:57.820Z] ok github.com/docker/docker/integration/image 2.304s [2022-05-04T09:38:58.289Z] [2022-05-04T09:38:58.290Z] === Skipped [2022-05-04T09:38:58.290Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-04T09:38:58.290Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:38:58.290Z] [2022-05-04T09:38:58.290Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-04T09:38:58.290Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:38:58.290Z] [2022-05-04T09:38:58.290Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-04T09:38:58.290Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-04T09:38:58.290Z] [2022-05-04T09:38:58.290Z] DONE 12 tests, 3 skipped in 7.730s [2022-05-04T09:38:58.290Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-04T09:38:59.228Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-04T09:38:59.722Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-04T09:39:01.123Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-04T09:39:01.252Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:01.252Z] INFO: Testing against a local daemon [2022-05-04T09:39:01.252Z] === RUN TestNetworkCreateDelete [2022-05-04T09:39:01.252Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDockerNetworkDeletePreferID [2022-05-04T09:39:01.252Z] 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-05-04T09:39:01.252Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonDNSFallback [2022-05-04T09:39:01.252Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestInspectNetwork [2022-05-04T09:39:01.252Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:01.252Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestRunContainerWithBridgeNone [2022-05-04T09:39:01.252Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-04T09:39:01.252Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:39:01.252Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:39:01.252Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:39:01.252Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-04T09:39:01.252Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-04T09:39:01.252Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-04T09:39:01.252Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestNetworkList [2022-05-04T09:39:01.252Z] === RUN TestNetworkList//networks [2022-05-04T09:39:01.252Z] === PAUSE TestNetworkList//networks [2022-05-04T09:39:01.252Z] === RUN TestNetworkList//networks/ [2022-05-04T09:39:01.252Z] === PAUSE TestNetworkList//networks/ [2022-05-04T09:39:01.252Z] === CONT TestNetworkList//networks [2022-05-04T09:39:01.252Z] === CONT TestNetworkList//networks/ [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkList (0.05s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-04T09:39:01.252Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestHostIPv4BridgeLabel [2022-05-04T09:39:01.252Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-04T09:39:01.252Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonDefaultNetworkPools [2022-05-04T09:39:01.252Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-04T09:39:01.252Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-04T09:39:01.252Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-04T09:39:01.252Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestServiceWithPredefinedNetwork [2022-05-04T09:39:01.252Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-04T09:39:01.252Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:39:01.252Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestServiceWithDataPathPortInit [2022-05-04T09:39:01.252Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:39:01.252Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-04T09:39:01.252Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2022-05-04T09:39:01.252Z] PASS [2022-05-04T09:39:01.252Z] ok github.com/docker/docker/integration/network 0.230s [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === Skipped [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-04T09:39:01.252Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-04T09:39:01.252Z] 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-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-04T09:39:01.252Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-04T09:39:01.252Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-04T09:39:01.252Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-04T09:39:01.252Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:243: FLAKY_TEST [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-04T09:39:01.252Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2022-05-04T09:39:01.252Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-04T09:39:01.252Z] [2022-05-04T09:39:01.252Z] DONE 34 tests, 15 skipped in 2.917s [2022-05-04T09:39:01.252Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-04T09:39:02.240Z] testing: warning: no tests to run [2022-05-04T09:39:02.240Z] PASS [2022-05-04T09:39:02.240Z] ok github.com/docker/docker/integration/network/ipvlan 0.099s [2022-05-04T09:39:02.240Z] [2022-05-04T09:39:02.240Z] DONE 0 tests in 1.002s [2022-05-04T09:39:02.359Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-04T09:39:02.714Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-04T09:39:03.025Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-04T09:39:03.703Z] testing: warning: no tests to run [2022-05-04T09:39:03.703Z] PASS [2022-05-04T09:39:03.703Z] ok github.com/docker/docker/integration/network/macvlan 0.104s [2022-05-04T09:39:03.703Z] [2022-05-04T09:39:03.703Z] DONE 0 tests in 0.945s [2022-05-04T09:39:03.703Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-04T09:39:03.959Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-04T09:39:04.692Z] testing: warning: no tests to run [2022-05-04T09:39:04.692Z] PASS [2022-05-04T09:39:04.692Z] ok github.com/docker/docker/integration/plugin 0.098s [2022-05-04T09:39:04.692Z] [2022-05-04T09:39:04.692Z] DONE 0 tests in 0.875s [2022-05-04T09:39:04.692Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-04T09:39:04.893Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-04T09:39:05.682Z] testing: warning: no tests to run [2022-05-04T09:39:05.682Z] PASS [2022-05-04T09:39:05.682Z] ok github.com/docker/docker/integration/plugin/authz 0.107s [2022-05-04T09:39:05.682Z] [2022-05-04T09:39:05.682Z] DONE 0 tests in 0.972s [2022-05-04T09:39:05.682Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-04T09:39:06.278Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-04T09:39:06.278Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-04T09:39:06.278Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T09:39:06.278Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-04T09:39:07.423Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-04T09:39:07.682Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-04T09:39:09.059Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-04T09:39:09.992Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-04T09:39:09.995Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-04T09:39:10.253Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-05-04T09:39:11.189Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-04T09:39:11.562Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:11.562Z] INFO: Testing against a local daemon [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:39:11.562Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:39:11.562Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-04T09:39:11.562Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-04T09:39:11.562Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-04T09:39:11.562Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-04T09:39:11.562Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-04T09:39:11.562Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.01s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-04T09:39:11.562Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.01s) [2022-05-04T09:39:11.562Z] === RUN TestPluginInstall [2022-05-04T09:39:11.562Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-04T09:39:11.562Z] === RUN TestPluginsWithRuntimes [2022-05-04T09:39:11.562Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] --- SKIP: TestPluginsWithRuntimes (0.01s) [2022-05-04T09:39:11.562Z] === RUN TestPluginBackCompatMediaTypes [2022-05-04T09:39:11.562Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:39:11.562Z] PASS [2022-05-04T09:39:11.562Z] ok github.com/docker/docker/integration/plugin/common 0.169s [2022-05-04T09:39:11.562Z] [2022-05-04T09:39:11.562Z] === Skipped [2022-05-04T09:39:11.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-04T09:39:11.562Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] [2022-05-04T09:39:11.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.01s) [2022-05-04T09:39:11.562Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] [2022-05-04T09:39:11.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-04T09:39:11.562Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-04T09:39:11.562Z] [2022-05-04T09:39:11.562Z] DONE 19 tests, 3 skipped in 5.433s [2022-05-04T09:39:11.562Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-04T09:39:12.161Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-04T09:39:13.090Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-04T09:39:13.786Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:13.786Z] INFO: Testing against a local daemon [2022-05-04T09:39:13.786Z] === RUN TestExternalGraphDriver [2022-05-04T09:39:13.786Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:39:13.786Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-04T09:39:13.786Z] === RUN TestGraphdriverPluginV2 [2022-05-04T09:39:13.786Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:39:13.786Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:39:13.786Z] PASS [2022-05-04T09:39:13.786Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.133s [2022-05-04T09:39:14.256Z] [2022-05-04T09:39:14.256Z] === Skipped [2022-05-04T09:39:14.257Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-04T09:39:14.257Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-04T09:39:14.257Z] [2022-05-04T09:39:14.257Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-04T09:39:14.257Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-04T09:39:14.257Z] [2022-05-04T09:39:14.257Z] DONE 2 tests, 2 skipped in 2.673s [2022-05-04T09:39:14.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-04T09:39:14.466Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-04T09:39:16.475Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:16.475Z] INFO: Testing against a local daemon [2022-05-04T09:39:16.475Z] === RUN TestReadPluginNoRead [2022-05-04T09:39:16.475Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:39:16.475Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-04T09:39:16.475Z] PASS [2022-05-04T09:39:16.475Z] ok github.com/docker/docker/integration/plugin/logging 0.139s [2022-05-04T09:39:16.945Z] [2022-05-04T09:39:16.945Z] === Skipped [2022-05-04T09:39:16.945Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-04T09:39:16.945Z] read_test.go:21: no unix domain sockets on Windows [2022-05-04T09:39:16.945Z] [2022-05-04T09:39:16.945Z] DONE 1 tests, 1 skipped in 2.581s [2022-05-04T09:39:16.945Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-04T09:39:16.998Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-04T09:39:17.930Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-04T09:39:17.930Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T09:39:17.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-04T09:39:17.930Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T09:39:17.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-04T09:39:17.930Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T09:39:17.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-04T09:39:17.930Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T09:39:17.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-04T09:39:18.515Z] testing: warning: no tests to run [2022-05-04T09:39:18.515Z] PASS [2022-05-04T09:39:18.515Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.112s [2022-05-04T09:39:18.515Z] [2022-05-04T09:39:18.515Z] DONE 0 tests in 1.367s [2022-05-04T09:39:18.515Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-04T09:39:18.893Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-04T09:39:20.765Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:20.765Z] INFO: Testing against a local daemon [2022-05-04T09:39:20.765Z] === RUN TestPluginWithDevMounts [2022-05-04T09:39:20.765Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:20.765Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-04T09:39:20.765Z] PASS [2022-05-04T09:39:20.765Z] ok github.com/docker/docker/integration/plugin/volumes 0.118s [2022-05-04T09:39:20.765Z] [2022-05-04T09:39:20.765Z] === Skipped [2022-05-04T09:39:20.765Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-04T09:39:20.765Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:20.765Z] [2022-05-04T09:39:20.765Z] DONE 1 tests, 1 skipped in 2.552s [2022-05-04T09:39:21.186Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-04T09:39:21.234Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-04T09:39:23.453Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:23.453Z] INFO: Testing against a local daemon [2022-05-04T09:39:23.453Z] === RUN TestSecretInspect [2022-05-04T09:39:23.453Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-04T09:39:23.453Z] === RUN TestSecretList [2022-05-04T09:39:23.453Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] --- SKIP: TestSecretList (0.00s) [2022-05-04T09:39:23.453Z] === RUN TestSecretsCreateAndDelete [2022-05-04T09:39:23.453Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:39:23.453Z] === RUN TestSecretsUpdate [2022-05-04T09:39:23.453Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-04T09:39:23.453Z] === RUN TestTemplatedSecret [2022-05-04T09:39:23.453Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-04T09:39:23.453Z] === RUN TestSecretCreateResolve [2022-05-04T09:39:23.453Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:23.453Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-04T09:39:23.453Z] PASS [2022-05-04T09:39:23.453Z] ok github.com/docker/docker/integration/secret 0.140s [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === Skipped [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-04T09:39:23.453Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:23.453Z] [2022-05-04T09:39:23.453Z] DONE 6 tests, 6 skipped in 2.073s [2022-05-04T09:39:23.453Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-04T09:39:24.469Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-04T09:39:25.879Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-04T09:39:26.407Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:26.407Z] INFO: Testing against a local daemon [2022-05-04T09:39:26.407Z] === RUN TestServiceCreateInit [2022-05-04T09:39:26.407Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-04T09:39:26.407Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-04T09:39:26.407Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-04T09:39:26.407Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-04T09:39:26.407Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:39:26.407Z] === RUN TestCreateServiceMultipleTimes [2022-05-04T09:39:26.407Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:39:26.407Z] === RUN TestCreateServiceConflict [2022-05-04T09:39:26.407Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-04T09:39:26.407Z] === RUN TestCreateServiceMaxReplicas [2022-05-04T09:39:26.407Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-04T09:39:26.407Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-04T09:39:26.407Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.407Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:39:26.407Z] === RUN TestCreateServiceSecretFileMode [2022-05-04T09:39:26.408Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestCreateServiceConfigFileMode [2022-05-04T09:39:26.408Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestCreateServiceSysctls [2022-05-04T09:39:26.408Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-05-04T09:39:26.408Z] === RUN TestCreateServiceCapabilities [2022-05-04T09:39:26.408Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2022-05-04T09:39:26.408Z] === RUN TestInspect [2022-05-04T09:39:26.408Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestInspect (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestCreateJob [2022-05-04T09:39:26.408Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestCreateJob (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestReplicatedJob [2022-05-04T09:39:26.408Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestUpdateReplicatedJob [2022-05-04T09:39:26.408Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceListWithStatuses [2022-05-04T09:39:26.408Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestDockerNetworkConnectAlias [2022-05-04T09:39:26.408Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestDockerNetworkReConnect [2022-05-04T09:39:26.408Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServicePlugin [2022-05-04T09:39:26.408Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceUpdateLabel [2022-05-04T09:39:26.408Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceUpdateSecrets [2022-05-04T09:39:26.408Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceUpdateConfigs [2022-05-04T09:39:26.408Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceUpdateNetwork [2022-05-04T09:39:26.408Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-04T09:39:26.408Z] === RUN TestServiceUpdatePidsLimit [2022-05-04T09:39:26.408Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-04T09:39:26.408Z] PASS [2022-05-04T09:39:26.408Z] ok github.com/docker/docker/integration/service 0.336s [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === Skipped [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-04T09:39:26.408Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-04T09:39:26.408Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-04T09:39:26.408Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-05-04T09:39:26.408Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2022-05-04T09:39:26.408Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-04T09:39:26.408Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-04T09:39:26.408Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-04T09:39:26.408Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-04T09:39:26.408Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-04T09:39:26.408Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-04T09:39:26.408Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-04T09:39:26.408Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-04T09:39:26.408Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-04T09:39:26.408Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-04T09:39:26.408Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-04T09:39:26.408Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-04T09:39:26.408Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-04T09:39:26.408Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-04T09:39:26.408Z] [2022-05-04T09:39:26.408Z] DONE 24 tests, 23 skipped in 3.146s [2022-05-04T09:39:26.408Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-04T09:39:27.778Z] docker_cli_swarm_test.go:1796: [dd8b221b40937] joining swarm manager [d90b3860130c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:39:28.345Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-04T09:39:28.624Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:28.624Z] INFO: Testing against a local daemon [2022-05-04T09:39:28.624Z] === RUN TestSessionCreate [2022-05-04T09:39:28.624Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:28.624Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-04T09:39:28.624Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-04T09:39:28.624Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:28.624Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:39:28.624Z] PASS [2022-05-04T09:39:28.624Z] ok github.com/docker/docker/integration/session 0.118s [2022-05-04T09:39:28.624Z] [2022-05-04T09:39:28.624Z] === Skipped [2022-05-04T09:39:28.624Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-04T09:39:28.624Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:28.624Z] [2022-05-04T09:39:28.624Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-04T09:39:28.624Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-04T09:39:28.624Z] [2022-05-04T09:39:28.624Z] DONE 2 tests, 2 skipped in 1.879s [2022-05-04T09:39:28.624Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-04T09:39:28.912Z] docker_cli_swarm_test.go:1797: [df1772a0ce489] joining swarm manager [d90b3860130c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:39:31.441Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-04T09:39:31.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:31.582Z] INFO: Testing against a local daemon [2022-05-04T09:39:31.582Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-04T09:39:31.582Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:31.582Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestDiskUsage [2022-05-04T09:39:31.582Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:39:31.582Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestEventsExecDie [2022-05-04T09:39:31.582Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:39:31.582Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestEventsBackwardsCompatible [2022-05-04T09:39:31.582Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:39:31.582Z] --- SKIP: TestEventsBackwardsCompatible (0.01s) [2022-05-04T09:39:31.582Z] === RUN TestEventsVolumeCreate [2022-05-04T09:39:31.582Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:39:31.582Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestInfoAPI [2022-05-04T09:39:31.582Z] --- PASS: TestInfoAPI (0.06s) [2022-05-04T09:39:31.582Z] === RUN TestInfoAPIWarnings [2022-05-04T09:39:31.582Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:39:31.582Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestInfoDebug [2022-05-04T09:39:31.582Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:31.582Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestInfoInsecureRegistries [2022-05-04T09:39:31.582Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:31.582Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestInfoRegistryMirrors [2022-05-04T09:39:31.582Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:31.582Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-04T09:39:31.582Z] === RUN TestLoginFailsWithBadCredentials [2022-05-04T09:39:32.052Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-05-04T09:39:32.052Z] === RUN TestPingCacheHeaders [2022-05-04T09:39:32.052Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-05-04T09:39:32.052Z] === RUN TestPingGet [2022-05-04T09:39:32.052Z] --- PASS: TestPingGet (0.06s) [2022-05-04T09:39:32.052Z] === RUN TestPingHead [2022-05-04T09:39:32.375Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-04T09:39:32.522Z] --- PASS: TestPingHead (0.05s) [2022-05-04T09:39:32.522Z] === RUN TestPingSwarmHeader [2022-05-04T09:39:32.522Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:32.522Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-04T09:39:32.522Z] === RUN TestVersion [2022-05-04T09:39:32.522Z] --- PASS: TestVersion (0.05s) [2022-05-04T09:39:32.522Z] PASS [2022-05-04T09:39:32.522Z] ok github.com/docker/docker/integration/system 1.315s [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === Skipped [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-04T09:39:32.522Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-04T09:39:32.522Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-04T09:39:32.522Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.01s) [2022-05-04T09:39:32.522Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-04T09:39:32.522Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-04T09:39:32.522Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-04T09:39:32.522Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-04T09:39:32.522Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-04T09:39:32.522Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-04T09:39:32.522Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-04T09:39:32.522Z] [2022-05-04T09:39:32.522Z] DONE 16 tests, 10 skipped in 3.728s [2022-05-04T09:39:32.522Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-04T09:39:32.941Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-04T09:39:33.508Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-04T09:39:34.078Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-04T09:39:34.078Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-04T09:39:34.078Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-04T09:39:34.644Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-04T09:39:34.739Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:34.739Z] INFO: Testing against a local daemon [2022-05-04T09:39:34.739Z] === RUN TestVolumesCreateAndList [2022-05-04T09:39:34.739Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-05-04T09:39:34.739Z] === RUN TestVolumesRemove [2022-05-04T09:39:34.739Z] --- PASS: TestVolumesRemove (0.14s) [2022-05-04T09:39:34.739Z] === RUN TestVolumesInspect [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInspect (0.08s) [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-04T09:39:35.209Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-04T09:39:35.209Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-04T09:39:35.209Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-04T09:39:35.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-04T09:39:35.209Z] PASS [2022-05-04T09:39:35.209Z] ok github.com/docker/docker/integration/volume 0.429s [2022-05-04T09:39:35.209Z] [2022-05-04T09:39:35.209Z] DONE 9 tests in 2.586s [2022-05-04T09:39:35.209Z] INFO: make.ps1 ended at 05/04/2022 09:39:35 [2022-05-04T09:39:35.209Z] INFO: Integration CLI tests being run from the host: [2022-05-04T09:39:35.209Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-04T09:39:37.930Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-04T09:39:38.196Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-04T09:39:38.664Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-04T09:39:39.649Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-04T09:39:40.461Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-04T09:39:40.720Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-04T09:39:40.979Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-04T09:39:41.545Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-04T09:39:41.545Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-04T09:39:41.545Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-04T09:39:41.545Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-04T09:39:41.545Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-04T09:39:42.480Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-04T09:39:43.416Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-04T09:39:43.982Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-04T09:39:44.917Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-04T09:39:45.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-04T09:39:45.510Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T09:39:45.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-04T09:39:45.510Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T09:39:45.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-04T09:39:45.510Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T09:39:45.510Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-04T09:39:46.496Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-04T09:39:46.496Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T09:39:46.496Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-04T09:39:47.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-04T09:39:47.716Z] INFO: Testing against a local daemon [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-04T09:39:47.716Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-04T09:39:47.716Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-04T09:39:47.716Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-04T09:39:48.705Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-04T09:39:49.121Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-04T09:39:49.121Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-04T09:39:49.691Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-04T09:39:49.691Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-04T09:39:49.691Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-04T09:39:49.693Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-04T09:39:50.258Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-04T09:39:51.195Z] docker_cli_swarm_test.go:1315: [d158d1eeefe4d] joining swarm manager [dc8be1df36add]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:39:51.195Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-04T09:39:52.572Z] docker_cli_swarm_test.go:1316: [ded433c01ebe7] joining swarm manager [dc8be1df36add]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:39:53.947Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-04T09:39:56.480Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-04T09:39:58.381Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-04T09:40:00.283Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-04T09:40:01.355Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-04T09:40:01.355Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T09:40:01.355Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-04T09:40:01.355Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T09:40:01.355Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-04T09:40:02.186Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-04T09:40:05.472Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-04T09:40:06.407Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-04T09:40:07.784Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-04T09:40:08.719Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-04T09:40:09.656Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-04T09:40:11.040Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-04T09:40:12.949Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-04T09:40:14.323Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-04T09:40:15.700Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-04T09:40:16.591Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-04T09:40:16.591Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-04T09:40:16.591Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T09:40:16.591Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-04T09:40:17.074Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-04T09:40:22.683Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-04T09:40:22.683Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T09:40:22.683Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-04T09:40:23.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-04T09:40:31.811Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-04T09:40:31.811Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T09:40:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-04T09:40:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-04T09:40:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-04T09:40:32.512Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-04T09:40:32.512Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-04T09:40:32.770Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-04T09:40:32.770Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-04T09:40:33.336Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-04T09:40:33.336Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-04T09:40:33.379Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-04T09:40:33.902Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-04T09:40:33.902Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-04T09:40:33.902Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-04T09:40:33.902Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-04T09:40:34.161Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-04T09:40:34.399Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-04T09:40:35.539Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-04T09:40:35.539Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-04T09:40:35.798Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-04T09:40:35.798Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-04T09:40:35.798Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-04T09:40:35.961Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-04T09:40:36.949Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-04T09:40:40.535Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-04T09:40:41.700Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-04T09:40:42.359Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-04T09:40:42.925Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-04T09:40:42.925Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-04T09:40:42.925Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-04T09:40:44.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-04T09:40:44.830Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-04T09:40:47.373Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-04T09:40:47.373Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite (1355.43s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.84s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.78s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.15s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.33s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.16s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.80s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.22s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.77s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.00s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.15s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.54s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.02s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.82s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.62s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.79s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.55s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachDetach (0.81s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.65s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.88s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.70s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.74s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.37s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.53s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.96s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.75s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.83s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.07s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.46s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.89s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.16s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.71s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.21s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.14s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.88s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.96s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.23s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.60s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.04s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.19s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.48s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.08s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.37s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.52s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.84s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.96s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.43s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.40s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.18s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.77s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.23s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.42s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.66s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.09s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.68s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.24s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.56s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.51s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.58s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.47s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.32s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.42s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.31s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.63s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.11s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.95s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.30s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.20s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.99s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.38s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.23s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.68s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.57s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.77s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.92s) [2022-05-04T09:40:47.373Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.52s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.49s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.18s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.16s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.17s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.81s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.34s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.29s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.57s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.42s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.51s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.71s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.60s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.25s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.61s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.12s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.30s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.88s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.24s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.47s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.13s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.40s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.53s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.44s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.43s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.54s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.12s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.22s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.18s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.07s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.60s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.29s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.41s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (17.14s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.25s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.72s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.36s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.68s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.31s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.80s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.60s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.99s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnv (1.62s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.16s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.96s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.99s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.76s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.72s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.28s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.61s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.64s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFails (0.77s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.96s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.02s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.51s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.61s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.64s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.25s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.69s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.25s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.62s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.40s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.93s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildHistory (2.84s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.39s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.74s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.71s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.92s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabel (0.45s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.41s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabels (0.33s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.70s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.97s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.75s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.50s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.18s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.19s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.40s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.42s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.44s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.75s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.51s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.74s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.62s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.50s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.42s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.27s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.32s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.44s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.78s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.75s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.39s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.28s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.38s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.60s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.65s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.24s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.23s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.80s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.03s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.31s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.36s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.47s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildPATH (2.23s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.82s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.95s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.18s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.14s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.33s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRm (2.32s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.71s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.93s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.15s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.98s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.83s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.86s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.50s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.05s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.02s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.70s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.66s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.59s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildUser (1.44s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.84s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.15s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.78s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.30s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.88s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.92s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.24s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.42s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.35s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.81s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.42s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.54s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.75s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.54s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-05-04T09:40:47.374Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.46s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.69s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitChange (0.90s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.85s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.51s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.64s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.90s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitTTY (1.22s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.88s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.66s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.28s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.26s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.63s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.58s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.57s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.59s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.49s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.79s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.71s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.85s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.21s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.87s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.77s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.04s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.93s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.68s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.61s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.59s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.54s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.11s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.13s) [2022-05-04T09:40:47.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.36s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.68s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.74s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.86s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.08s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.88s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.75s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.62s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.86s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.37s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.99s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (0.54s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.55s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.33s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.37s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00079ecd8_} (1.35s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12537233134_/foo_false____} (1.44s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12537233134_/foo_true____} (1.31s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_false____} (1.34s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_true____} (1.41s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31954189024_/foo_true__0xc00079ed08__} (1.53s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00079ed20_} (1.42s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00079ed38_} (1.45s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00079ed50_} (1.35s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00079ed68_} (1.51s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.92s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.96s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.27s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.78s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.98s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.55s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.76s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.62s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.90s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.97s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.64s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.94s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.67s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.75s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.82s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.78s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.80s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.73s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.23s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.79s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.96s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.68s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.68s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.72s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.73s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.62s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.77s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.51s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.77s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.77s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToDot (0.75s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.28s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.12s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToStdout (0.76s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.32s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.61s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.18s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.43s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.65s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.73s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.61s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.32s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.99s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.67s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.46s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.26s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.57s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.71s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.17s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.49s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.84s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.60s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.26s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.82s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.65s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.88s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.65s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.05s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsAttach (0.72s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsCommit (0.79s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.86s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.51s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.15s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsCopy (0.99s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.08s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.47s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.79s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFilters (0.95s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFormat (0.99s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.78s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.26s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.97s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsResize (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.49s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.68s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsTop (0.57s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.95s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExec (0.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.55s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.49s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.15s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.54s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.58s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.67s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.57s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.56s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.06s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecCgroup (0.86s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecEnv (0.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.05s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecInspectID (1.76s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.54s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.53s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecStartFails (0.57s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.79s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.64s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecTTY (0.61s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.70s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.65s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecUlimits (1.04s) [2022-05-04T09:40:47.375Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.83s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.77s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.98s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.50s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.53s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHealth (19.27s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.52s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.76s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.68s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-05-04T09:40:47.375Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.22s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.54s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.16s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.49s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.48s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2022-05-04T09:40:47.376Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectDefault (0.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectHistory (0.59s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T09:40:47.376Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.50s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.67s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.57s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.36s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectStatus (0.70s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.70s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.59s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.61s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.73s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.67s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.34s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.98s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.11s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.42s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.43s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.84s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.15s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.57s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.51s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.54s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.74s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.81s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.83s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.73s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.91s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsSince (6.68s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.76s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.72s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsTail (0.72s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.55s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.62s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.32s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.64s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestNetHostname (1.55s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.68s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.25s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginActive (2.21s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.50s) [2022-05-04T09:40:47.376Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.28s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.81s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.75s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.50s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.35s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPortList (6.83s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.49s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.91s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.42s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsByOrder (3.07s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.08s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.99s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.59s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.81s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.18s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.96s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.91s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.58s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.52s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.85s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.81s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2022-05-04T09:40:47.376Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.16s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.80s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.21s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.26s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.61s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.96s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.37s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.15s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.06s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.00s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.58s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.05s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.27s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.57s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.06s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.27s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.96s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.76s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.23s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.03s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.62s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.09s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.71s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.82s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.67s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.48s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.67s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.62s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.77s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.70s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.51s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.86s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.96s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.93s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.54s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.63s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.51s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.69s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.55s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.47s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.56s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.18s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.93s) [2022-05-04T09:40:47.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.73s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.64s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.32s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.05s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.55s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.59s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.52s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.57s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.66s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.07s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.48s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.72s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.07s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.93s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.66s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.51s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.54s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunExitCode (0.64s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.62s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.80s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunExposePort (0.04s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.79s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.16s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.30s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.63s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.69s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.20s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.69s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.38s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.63s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.35s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.45s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.11s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.67s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.92s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.74s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.99s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.94s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMount (3.93s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.47s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.08s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.37s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.66s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.12s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.20s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.11s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.51s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetHost (0.73s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.76s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.54s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.48s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.96s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.42s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.74s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.69s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.74s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.27s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.68s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.73s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.49s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.59s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.49s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.74s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.67s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.53s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.04s) [2022-05-04T09:40:47.377Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.40s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.35s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRm (0.65s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.48s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.59s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.68s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.80s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.28s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.76s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.74s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.55s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.58s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.52s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.68s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.76s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.54s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.54s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.57s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunState (1.34s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.67s) [2022-05-04T09:40:47.377Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.56s) [2022-05-04T09:40:47.599Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2022-05-04T09:40:47.637Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.49s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.70s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunSysctls (1.17s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.56s) [2022-05-04T09:40:47.637Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.90s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.58s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.83s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.80s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.65s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.49s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.66s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.12s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserByID (0.49s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.65s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserByName (0.57s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.57s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.52s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.89s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.48s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.17s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.84s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.64s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.58s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.50s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.93s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.69s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.62s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.69s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.78s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.56s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.23s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.48s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.61s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.69s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.51s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.67s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.44s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.04s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.73s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.70s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.80s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.74s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.31s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.11s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.59s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.92s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.85s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.93s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.91s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.67s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartRecordError (1.37s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.95s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.13s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.52s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.54s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.55s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.56s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.96s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.87s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.55s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.02s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.02s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.86s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateStats (3.56s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.08s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.76s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.93s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.68s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.27s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.30s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.50s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.22s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.78s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.49s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.37s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.92s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.38s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.46s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.45s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.43s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.37s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.54s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.55s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.52s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.48s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.43s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.08s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.92s) [2022-05-04T09:40:47.638Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.55s) [2022-05-04T09:40:47.638Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-04T09:40:47.638Z] === RUN TestDockerRegistrySuite [2022-05-04T09:40:47.638Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-04T09:40:48.576Z] check_test.go:194: [dbd79aa592433] daemon is not started [2022-05-04T09:40:48.576Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-04T09:40:49.951Z] check_test.go:194: [d1e35c3d9a12a] daemon is not started [2022-05-04T09:40:49.951Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-04T09:40:50.889Z] check_test.go:194: [d58fac07b7baf] daemon is not started [2022-05-04T09:40:50.889Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-04T09:40:50.961Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-04T09:40:51.149Z] check_test.go:194: [de7d466f51507] daemon is not started [2022-05-04T09:40:51.149Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T09:40:53.682Z] check_test.go:194: [dc27f2ab18ae8] daemon is not started [2022-05-04T09:40:53.941Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T09:40:59.207Z] check_test.go:194: [d3dbf53a069bc] daemon is not started [2022-05-04T09:40:59.207Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-04T09:41:01.111Z] check_test.go:194: [d3bf5d88df808] daemon is not started [2022-05-04T09:41:01.111Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-04T09:41:01.401Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-04T09:41:01.401Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T09:41:01.401Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-04T09:41:02.485Z] check_test.go:194: [dfe8f5a974939] daemon is not started [2022-05-04T09:41:02.485Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-04T09:41:03.421Z] check_test.go:194: [df6af9e4d71ce] daemon is not started [2022-05-04T09:41:03.421Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-04T09:41:03.421Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-04T09:41:04.798Z] check_test.go:194: [d2a79061113f8] daemon is not started [2022-05-04T09:41:04.798Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-04T09:41:06.174Z] check_test.go:194: [d06ad50e4a20c] daemon is not started [2022-05-04T09:41:06.174Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-04T09:41:07.551Z] check_test.go:194: [d07c0f200a869] daemon is not started [2022-05-04T09:41:07.551Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-04T09:41:07.551Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-04T09:41:08.496Z] check_test.go:194: [dfa089715e832] daemon is not started [2022-05-04T09:41:08.496Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-04T09:41:08.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-04T09:41:08.563Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T09:41:08.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-04T09:41:08.563Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T09:41:08.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-04T09:41:09.891Z] check_test.go:194: [de9c94f076a77] daemon is not started [2022-05-04T09:41:09.891Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-04T09:41:10.827Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a67299f779b52ef69681fc0de7ced8aa65465664df8e5c06867b7bd34fbfe238 [2022-05-04T09:41:12.207Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3986d26c4aa98a0e2594dfcba2c7b3200770326e5108b49c8d25063de8a044af [2022-05-04T09:41:12.465Z] check_test.go:194: [d7e8becf48870] daemon is not started [2022-05-04T09:41:12.465Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-04T09:41:13.401Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e067909a4658dddf0887c7ffbcb0d07f3e6e57a56e6b8b724c01b6890aee16a0 [2022-05-04T09:41:14.774Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2f471fae804713b08323e56fd512ea606b41611b1289e9c31fa3881f874e16e9 [2022-05-04T09:41:15.032Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-04T09:41:15.032Z] check_test.go:194: [d3f994372232a] daemon is not started [2022-05-04T09:41:15.032Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-04T09:41:15.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-04T09:41:15.719Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T09:41:15.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-04T09:41:15.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-04T09:41:15.719Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T09:41:15.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-04T09:41:15.719Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T09:41:15.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-04T09:41:16.408Z] check_test.go:194: [da0a69799a386] daemon is not started [2022-05-04T09:41:16.409Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-04T09:41:18.944Z] check_test.go:194: [dfcb0188e1de6] daemon is not started [2022-05-04T09:41:18.944Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-04T09:41:20.326Z] check_test.go:194: [d4f969a76b3a2] daemon is not started [2022-05-04T09:41:20.326Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-04T09:41:20.326Z] check_test.go:194: [d3e4ce64cbba3] daemon is not started [2022-05-04T09:41:20.326Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T09:41:21.702Z] check_test.go:194: [d14d80ef5f933] daemon is not started [2022-05-04T09:41:21.702Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T09:41:22.273Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-04T09:41:22.531Z] check_test.go:194: [de67fec49a294] daemon is not started [2022-05-04T09:41:22.531Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T09:41:23.467Z] check_test.go:194: [d7df76aa724b4] daemon is not started [2022-05-04T09:41:23.467Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-04T09:41:24.842Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-04T09:41:26.746Z] check_test.go:194: [d9aa44687165a] daemon is not started [2022-05-04T09:41:26.746Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-04T09:41:27.004Z] check_test.go:194: [dd00d8d91d63c] daemon is not started [2022-05-04T09:41:27.005Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-04T09:41:28.382Z] check_test.go:194: [d053c11354e5b] daemon is not started [2022-05-04T09:41:28.382Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-04T09:41:28.950Z] check_test.go:194: [dd26f87758b4e] daemon is not started [2022-05-04T09:41:28.950Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-04T09:41:28.950Z] check_test.go:194: [db5b6dab94ce5] daemon is not started [2022-05-04T09:41:28.950Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-04T09:41:29.208Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-04T09:41:29.468Z] check_test.go:194: [d3437e0d31189] daemon is not started [2022-05-04T09:41:29.468Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-04T09:41:29.468Z] check_test.go:194: [dd9c5129ab7a0] daemon is not started [2022-05-04T09:41:29.468Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-04T09:41:30.071Z] check_test.go:194: [db3d68b143856] daemon is not started [2022-05-04T09:41:30.071Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-04T09:41:30.071Z] check_test.go:194: [d92202de89ac5] daemon is not started [2022-05-04T09:41:30.071Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-04T09:41:31.450Z] check_test.go:194: [d239d64b01f2f] daemon is not started [2022-05-04T09:41:31.450Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-04T09:41:33.424Z] check_test.go:194: [d8ff5877c3017] daemon is not started [2022-05-04T09:41:33.424Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-04T09:41:33.683Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-04T09:41:33.942Z] check_test.go:194: [dae774a22cb6d] daemon is not started [2022-05-04T09:41:33.942Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-04T09:41:35.319Z] check_test.go:194: [d98820c155496] daemon is not started [2022-05-04T09:41:35.319Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-04T09:41:36.254Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite (49.59s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.19s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.06s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.71s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.55s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.78s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.10s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.01s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.26s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.62s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.00s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.33s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.54s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.64s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.09s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.86s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.11s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.29s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.03s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.03s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.12s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.30s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.52s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.33s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.44s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.38s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.50s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.90s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.29s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.97s) [2022-05-04T09:41:37.191Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.82s) [2022-05-04T09:41:37.191Z] === RUN TestDockerSchema1RegistrySuite [2022-05-04T09:41:37.191Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-04T09:41:37.191Z] check_test.go:221: [dc08595abbdb6] daemon is not started [2022-05-04T09:41:37.191Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T09:41:37.759Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-04T09:41:37.759Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-04T09:41:37.759Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-04T09:41:41.053Z] check_test.go:221: [d65eb0cf4b015] daemon is not started [2022-05-04T09:41:41.053Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T09:41:44.343Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-04T09:41:44.603Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-04T09:41:45.540Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-04T09:41:45.839Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-04T09:41:46.478Z] check_test.go:221: [d4ad56c51f273] daemon is not started [2022-05-04T09:41:46.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-04T09:41:47.415Z] check_test.go:221: [dc33fba09ccbf] daemon is not started [2022-05-04T09:41:47.415Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-04T09:41:47.675Z] check_test.go:221: [dafe077d34ee3] daemon is not started [2022-05-04T09:41:47.675Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T09:41:47.933Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-04T09:41:48.224Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-04T09:41:48.868Z] check_test.go:221: [d4e95060b21cc] daemon is not started [2022-05-04T09:41:48.868Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T09:41:50.245Z] check_test.go:221: [dc805382d0154] daemon is not started [2022-05-04T09:41:50.245Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T09:41:50.593Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-04T09:41:50.593Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T09:41:51.066Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-04T09:41:51.066Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T09:41:51.185Z] check_test.go:221: [d37bd72e2b0de] daemon is not started [2022-05-04T09:41:51.185Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-04T09:41:51.534Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-04T09:41:53.096Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-04T09:41:53.096Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T09:41:53.096Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-04T09:41:53.718Z] check_test.go:221: [d83a9f119d37c] daemon is not started [2022-05-04T09:41:53.718Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-04T09:41:53.977Z] check_test.go:221: [ddb2ead501106] daemon is not started [2022-05-04T09:41:53.977Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-04T09:41:54.083Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-04T09:41:54.083Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T09:41:54.542Z] check_test.go:221: [dd72c6d2e34fd] daemon is not started [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite (17.36s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.43s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.55s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.26s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.25s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.19s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.97s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.42s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2022-05-04T09:41:54.542Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2022-05-04T09:41:54.542Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-04T09:41:54.542Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-04T09:41:54.551Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-04T09:41:55.476Z] check_test.go:250: [d4ece4fe7a52c] daemon is not started [2022-05-04T09:41:55.476Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-04T09:41:56.043Z] check_test.go:250: [d004ba5e8510b] daemon is not started [2022-05-04T09:41:56.043Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-04T09:41:56.043Z] check_test.go:250: [d9fe4e2a0d58d] daemon is not started [2022-05-04T09:41:56.043Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-04T09:41:57.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-04T09:41:57.986Z] check_test.go:250: [d586fbae8eb69] daemon is not started [2022-05-04T09:41:57.986Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-04T09:41:58.554Z] check_test.go:250: [de7b020e20f5a] daemon is not started [2022-05-04T09:41:58.554Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-04T09:41:58.965Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-04T09:41:59.121Z] check_test.go:250: [d97a6d4de3a42] daemon is not started [2022-05-04T09:41:59.121Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-04T09:41:59.380Z] check_test.go:250: [d6afd234ad2c6] daemon is not started [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.00s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-05-04T09:41:59.380Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-05-04T09:41:59.380Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-04T09:41:59.380Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-04T09:42:00.532Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-04T09:42:00.532Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T09:42:00.532Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-04T09:42:00.532Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T09:42:00.532Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-04T09:42:01.651Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-04T09:42:01.651Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-04T09:42:01.651Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-04T09:42:01.651Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-04T09:42:01.651Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-04T09:42:01.651Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-04T09:42:01.651Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-04T09:42:01.651Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T09:42:01.651Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-04T09:42:02.094Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-04T09:42:03.085Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-04T09:42:03.227Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-04T09:42:03.227Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T09:42:03.227Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-04T09:42:03.227Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T09:42:03.227Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-04T09:42:04.072Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-04T09:42:04.539Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-04T09:42:04.664Z] check_test.go:277: [daab94d72a32b] daemon is not started [2022-05-04T09:42:04.664Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-04T09:42:04.664Z] check_test.go:277: [d0ba0ab1cdee5] daemon is not started [2022-05-04T09:42:04.664Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-04T09:42:04.936Z] check_test.go:277: [df83d894e40b2] daemon is not started [2022-05-04T09:42:04.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-04T09:42:04.936Z] check_test.go:277: [d107839d683e3] daemon is not started [2022-05-04T09:42:04.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-04T09:42:05.006Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-04T09:42:05.195Z] check_test.go:277: [d016f62458346] daemon is not started [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-05-04T09:42:05.195Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-05-04T09:42:05.195Z] === RUN TestDockerNetworkSuite [2022-05-04T09:42:05.195Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-04T09:42:06.128Z] docker_cli_network_unix_test.go:46: [dd55c0b857518] daemon is not started [2022-05-04T09:42:06.387Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-04T09:42:06.644Z] docker_cli_network_unix_test.go:46: [d3515d4f15cb7] daemon is not started [2022-05-04T09:42:06.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-04T09:42:07.025Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-04T09:42:09.245Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-04T09:42:09.245Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T09:42:09.245Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-04T09:42:09.245Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T09:42:09.245Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-04T09:42:09.245Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T09:42:09.245Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-04T09:42:09.245Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T09:42:09.245Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-04T09:42:09.434Z] docker_cli_network_unix_test.go:46: [d04cfbcbc421b] daemon is not started [2022-05-04T09:42:10.001Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-04T09:42:11.376Z] docker_cli_network_unix_test.go:46: [d01dd140e6fc4] daemon is not started [2022-05-04T09:42:11.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-04T09:42:11.634Z] docker_cli_network_unix_test.go:1233: [db730f01dd691] daemon is not started [2022-05-04T09:42:13.053Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-04T09:42:13.053Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T09:42:13.053Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-04T09:42:13.053Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T09:42:13.053Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-04T09:42:13.662Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-04T09:42:14.168Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-04T09:42:15.102Z] docker_cli_network_unix_test.go:46: [d05d255f7ad68] daemon is not started [2022-05-04T09:42:15.225Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-04T09:42:15.225Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T09:42:15.225Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-04T09:42:15.668Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-04T09:42:16.788Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-04T09:42:16.788Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T09:42:16.788Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-04T09:42:17.256Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-04T09:42:19.859Z] docker_cli_network_unix_test.go:46: [ddd5b9b68e32e] daemon is not started [2022-05-04T09:42:20.208Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-04T09:42:20.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-04T09:42:21.195Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-04T09:42:21.735Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-04T09:42:22.181Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-04T09:42:22.181Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T09:42:22.181Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-04T09:42:22.704Z] docker_cli_network_unix_test.go:46: [d0483fe598064] daemon is not started [2022-05-04T09:42:22.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-04T09:42:23.167Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-04T09:42:24.153Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-04T09:42:24.153Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T09:42:24.153Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-04T09:42:24.153Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T09:42:24.153Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-04T09:42:24.338Z] docker_cli_network_unix_test.go:46: [de55b69a9c325] daemon is not started [2022-05-04T09:42:24.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-04T09:42:24.600Z] docker_cli_network_unix_test.go:46: [dfb26f35b5bc4] daemon is not started [2022-05-04T09:42:24.600Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-04T09:42:24.858Z] docker_cli_network_unix_test.go:46: [db508fa9bf8ef] daemon is not started [2022-05-04T09:42:25.122Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-04T09:42:25.689Z] docker_cli_network_unix_test.go:46: [d08d0632627ea] daemon is not started [2022-05-04T09:42:25.947Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-04T09:42:26.516Z] docker_cli_network_unix_test.go:46: [d39f6b929603d] daemon is not started [2022-05-04T09:42:27.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-04T09:42:27.082Z] docker_cli_network_unix_test.go:46: [d3a95d18646ab] daemon is not started [2022-05-04T09:42:27.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-04T09:42:27.340Z] docker_cli_network_unix_test.go:46: [d644014c5b9fa] daemon is not started [2022-05-04T09:42:27.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-04T09:42:27.907Z] docker_cli_network_unix_test.go:46: [d62d6c5dfb3ec] daemon is not started [2022-05-04T09:42:28.165Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-04T09:42:28.165Z] docker_cli_network_unix_test.go:46: [d94e3ec64e2b7] daemon is not started [2022-05-04T09:42:28.165Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-04T09:42:28.423Z] docker_cli_network_unix_test.go:46: [d4c42bcf28144] daemon is not started [2022-05-04T09:42:28.423Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-04T09:42:28.423Z] docker_cli_network_unix_test.go:46: [dbe53ab3593d8] daemon is not started [2022-05-04T09:42:28.423Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-04T09:42:29.358Z] docker_cli_network_unix_test.go:46: [d2ec94930e417] daemon is not started [2022-05-04T09:42:29.358Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-04T09:42:29.924Z] docker_cli_network_unix_test.go:46: [db9b2d1eb6649] daemon is not started [2022-05-04T09:42:30.183Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-04T09:42:30.441Z] docker_cli_network_unix_test.go:46: [da755a74185cc] daemon is not started [2022-05-04T09:42:30.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-04T09:42:30.441Z] docker_cli_network_unix_test.go:46: [da6cec58c9a98] daemon is not started [2022-05-04T09:42:30.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-04T09:42:30.700Z] docker_cli_network_unix_test.go:46: [d7d057e08925e] daemon is not started [2022-05-04T09:42:30.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-04T09:42:31.306Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-04T09:42:32.076Z] docker_cli_network_unix_test.go:968: [d48ad08ed2c1a] daemon is not started [2022-05-04T09:42:33.010Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-04T09:42:34.386Z] docker_cli_network_unix_test.go:46: [db6e7128c3aac] daemon is not started [2022-05-04T09:42:34.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-04T09:42:36.925Z] docker_cli_network_unix_test.go:1116: [d4b7fb942c6a1] daemon is not started [2022-05-04T09:42:41.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-04T09:42:41.118Z] docker_cli_network_unix_test.go:46: [dc8815700ff0b] daemon is not started [2022-05-04T09:42:41.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-04T09:42:41.376Z] docker_cli_network_unix_test.go:46: [d6f59b70dc684] daemon is not started [2022-05-04T09:42:41.376Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-04T09:42:41.376Z] docker_cli_network_unix_test.go:46: [d9ce532916bc2] daemon is not started [2022-05-04T09:42:41.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-04T09:42:41.634Z] docker_cli_network_unix_test.go:46: [d2643a24a5ffa] daemon is not started [2022-05-04T09:42:41.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-04T09:42:41.893Z] docker_cli_network_unix_test.go:46: [d6dfdefb50eb0] daemon is not started [2022-05-04T09:42:41.893Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-04T09:42:42.151Z] docker_cli_network_unix_test.go:46: [d80b44a0386d0] daemon is not started [2022-05-04T09:42:42.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-04T09:42:42.151Z] docker_cli_network_unix_test.go:46: [dd13c8840cedd] daemon is not started [2022-05-04T09:42:42.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-04T09:42:42.151Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-04T09:42:44.054Z] docker_cli_network_unix_test.go:46: [da3647742c5e5] daemon is not started [2022-05-04T09:42:44.313Z] docker_cli_swarm_test.go:1180: [d03790b670a96] joining swarm manager [df691fd004721]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:42:45.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-04T09:42:45.263Z] docker_cli_network_unix_test.go:46: [d8408c0c8bd83] daemon is not started [2022-05-04T09:42:45.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-04T09:42:45.263Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-04T09:42:45.263Z] docker_cli_network_unix_test.go:46: [d0686790856d1] daemon is not started [2022-05-04T09:42:45.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-04T09:42:45.521Z] docker_cli_network_unix_test.go:46: [db8d78923e822] daemon is not started [2022-05-04T09:42:45.779Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-04T09:42:49.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-04T09:42:50.907Z] docker_cli_network_unix_test.go:1084: [d664054e2de94] daemon is not started [2022-05-04T09:42:51.167Z] docker_cli_swarm_test.go:1189: [ddf835478962a] joining swarm manager [df691fd004721]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:42:52.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-04T09:42:52.547Z] docker_cli_network_unix_test.go:46: [d1a21999a5d11] daemon is not started [2022-05-04T09:42:52.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-04T09:42:53.113Z] docker_cli_network_unix_test.go:46: [d52ddf4f30e55] daemon is not started [2022-05-04T09:42:53.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-04T09:42:54.746Z] docker_cli_network_unix_test.go:46: [d6912c1adfef0] daemon is not started [2022-05-04T09:42:55.006Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-04T09:42:55.007Z] docker_cli_network_unix_test.go:46: [d9c12a33d44f0] daemon is not started [2022-05-04T09:42:55.007Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-04T09:42:55.176Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-04T09:42:55.176Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-04T09:42:55.176Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-04T09:42:55.265Z] docker_cli_network_unix_test.go:46: [d6c3fc7452a14] daemon is not started [2022-05-04T09:42:55.523Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-04T09:42:56.090Z] docker_cli_network_unix_test.go:46: [d9a04b1857101] daemon is not started [2022-05-04T09:42:56.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-04T09:42:57.025Z] docker_cli_network_unix_test.go:46: [da23888a39356] daemon is not started [2022-05-04T09:42:57.284Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-04T09:43:02.555Z] docker_cli_network_unix_test.go:46: [de6e6c88de2cc] daemon is not started [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite (57.17s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.12s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.73s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.00s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.56s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.50s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.23s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.25s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.15s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.89s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.96s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s) [2022-05-04T09:43:02.555Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.36s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.19s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.09s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.26s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.25s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.95s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-05-04T09:43:02.556Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.80s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.45s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.18s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.56s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.67s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.52s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.09s) [2022-05-04T09:43:02.556Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.12s) [2022-05-04T09:43:02.556Z] === RUN TestDockerHubPullSuite [2022-05-04T09:43:02.556Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-04T09:43:04.458Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-04T09:43:06.356Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-04T09:43:06.929Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-04T09:43:08.323Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-04T09:43:08.582Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite (6.35s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.70s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.70s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.45s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-05-04T09:43:08.843Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-05-04T09:43:08.843Z] PASS [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === Skipped [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-04T09:43:08.843Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.02s) [2022-05-04T09:43:08.843Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.02s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-04T09:43:08.843Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-04T09:43:08.843Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-04T09:43:08.843Z] docker_cli_network_unix_test.go:46: [d0686790856d1] daemon is not started [2022-05-04T09:43:08.843Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] DONE 1265 tests, 51 skipped in 1502.858s [2022-05-04T09:43:08.843Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:43:08.843Z] ++++ cat bundles/test-integration/docker.pid [2022-05-04T09:43:08.843Z] +++ kill 9367 [2022-05-04T09:43:08.843Z] +++ /etc/init.d/apparmor stop [2022-05-04T09:43:08.843Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:43:08.843Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:08.843Z] To set a process to complain mode, use the command line tool [2022-05-04T09:43:08.843Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:43:08.843Z] +++ true [2022-05-04T09:43:08.843Z] exiting test-integration [2022-05-04T09:43:08.843Z] ++ exit 0 [2022-05-04T09:43:08.843Z] [2022-05-04T09:43:09.102Z] + for job in $(jobs -p) [2022-05-04T09:43:09.102Z] + wait 6824 [2022-05-04T09:43:12.986Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-04T09:43:13.876Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-04T09:43:14.332Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-04T09:43:15.294Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-04T09:43:22.362Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-04T09:43:22.362Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T09:43:22.362Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-04T09:43:22.362Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T09:43:22.818Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-04T09:43:22.818Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T09:43:22.818Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-04T09:43:23.274Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-04T09:43:23.274Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T09:43:23.274Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-04T09:43:23.460Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-04T09:43:33.876Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-04T09:43:41.177Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-04T09:43:49.287Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-04T09:43:52.570Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-04T09:43:53.170Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-04T09:43:53.170Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-04T09:43:53.170Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T09:43:53.170Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-04T09:43:54.472Z] docker_cli_swarm_test.go:1112: [de894730c0fc2] joining swarm manager [de77e5a59067d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:43:55.845Z] docker_cli_swarm_test.go:1113: [d03d97a8c1703] joining swarm manager [de77e5a59067d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:44:03.973Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-04T09:44:12.640Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-04T09:44:14.218Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-04T09:44:16.506Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-04T09:44:16.962Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-04T09:44:21.630Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-04T09:44:23.055Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-04T09:44:26.304Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-04T09:44:30.022Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-04T09:44:48.899Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-04T09:44:48.899Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T09:44:48.899Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-04T09:44:51.123Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-04T09:44:51.123Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-04T09:44:57.001Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-04T09:44:57.471Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-04T09:44:57.471Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T09:44:57.471Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-04T09:44:57.471Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T09:44:57.471Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-04T09:44:57.471Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T09:44:57.471Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-04T09:44:57.940Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-04T09:44:58.931Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-04T09:45:02.728Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-04T09:45:04.953Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-04T09:45:04.953Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T09:45:04.953Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-04T09:45:04.953Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T09:45:04.953Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-04T09:45:04.953Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-04T09:45:08.753Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-04T09:45:23.706Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-04T09:45:29.600Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-04T09:45:30.588Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-04T09:45:30.588Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T09:45:30.588Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-04T09:45:32.297Z] docker_cli_swarm_test.go:1166: [dcc9d1ef591c3] joining swarm manager [de77e5a59067d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-04T09:45:34.387Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-04T09:45:35.954Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-04T09:45:42.054Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-04T09:45:42.054Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-04T09:45:42.054Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T09:45:42.054Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-04T09:45:46.393Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-04T09:45:46.393Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T09:45:46.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-04T09:45:46.393Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T09:45:46.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-04T09:45:46.393Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T09:45:46.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-04T09:45:46.393Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T09:45:46.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-04T09:45:47.384Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-04T09:45:49.309Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-04T09:45:49.309Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-04T09:45:49.309Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-04T09:45:49.309Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-04T09:45:50.377Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-04T09:45:51.756Z] docker_cli_swarm_test.go:1447: [d9151b95e75f7] joining swarm manager [d9c49261c2f9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:45:52.261Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-04T09:45:52.261Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T09:45:52.261Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-04T09:45:52.261Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T09:45:52.692Z] docker_cli_swarm_test.go:1448: [d51593c47fe58] joining swarm manager [d9c49261c2f9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-04T09:45:52.728Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-04T09:45:52.728Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T09:45:52.728Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-04T09:45:52.728Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T09:45:52.728Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-04T09:45:52.728Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T09:45:52.728Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-04T09:45:56.515Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-04T09:45:56.515Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T09:45:56.515Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-04T09:45:56.515Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T09:45:56.515Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-04T09:45:56.515Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T09:45:56.515Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-04T09:45:57.501Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-04T09:46:02.267Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-04T09:46:04.892Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-04T09:46:04.893Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-04T09:46:04.893Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-04T09:46:04.893Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-04T09:46:04.893Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-04T09:46:05.151Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-04T09:46:07.683Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-04T09:46:11.004Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-04T09:46:13.542Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-04T09:46:14.917Z] docker_cli_swarm_unix_test.go:63: [d6a8dc9206637] joining swarm manager [de0f3547e8650]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-04T09:46:17.193Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-04T09:46:17.193Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-04T09:46:17.193Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-04T09:46:17.193Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-04T09:46:17.193Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T09:46:17.193Z] === RUN TestDockerSuite/TestBuildFails [2022-05-04T09:46:19.440Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-04T09:46:19.440Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-04T09:46:25.302Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-04T09:46:31.165Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-04T09:46:38.282Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-04T09:46:38.282Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T09:46:38.282Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-04T09:46:38.282Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T09:46:38.282Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-04T09:46:38.320Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-04T09:46:44.182Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-04T09:46:44.650Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-04T09:46:49.404Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-04T09:46:49.404Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T09:46:49.404Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-04T09:46:50.390Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-04T09:46:50.858Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-04T09:46:50.858Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T09:46:50.858Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-04T09:46:54.213Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-04T09:46:54.213Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-04T09:46:54.213Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-04T09:46:59.512Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-04T09:46:59.512Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T09:46:59.512Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-04T09:47:03.584Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-04T09:47:03.584Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T09:47:04.054Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-04T09:47:04.524Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-04T09:47:09.144Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-04T09:47:11.141Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-04T09:47:11.141Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-04T09:47:11.141Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-04T09:47:11.999Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-04T09:47:11.999Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-04T09:47:12.987Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-04T09:47:12.987Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T09:47:12.987Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-04T09:47:13.041Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-04T09:47:13.201Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-04T09:47:13.201Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T09:47:13.973Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-04T09:47:13.973Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-04T09:47:14.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-04T09:47:16.325Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-04T09:47:18.728Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-04T09:47:18.867Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-04T09:47:19.716Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-04T09:47:20.185Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-04T09:47:20.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-04T09:47:20.771Z] docker_api_swarm_test.go:962: [debf60d09922f] joining swarm manager [d9367c2241c23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-04T09:47:21.170Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-04T09:47:22.155Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-04T09:47:23.140Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-04T09:47:24.077Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-04T09:47:24.705Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-04T09:47:30.569Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-04T09:47:30.569Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-04T09:47:30.569Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-04T09:47:31.331Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-04T09:47:31.798Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-04T09:47:33.158Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-04T09:47:34.536Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-04T09:47:37.660Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-04T09:47:38.877Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-04T09:47:43.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-04T09:47:43.595Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T09:47:43.595Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-04T09:47:48.358Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-04T09:47:48.358Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T09:47:48.358Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-04T09:47:48.358Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T09:47:48.358Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-04T09:47:51.079Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-04T09:47:52.454Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-04T09:47:54.988Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-04T09:47:55.506Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-04T09:47:55.506Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T09:47:55.506Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-04T09:47:56.491Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-04T09:47:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-04T09:47:57.035Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T09:47:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-04T09:47:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-04T09:47:57.035Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T09:47:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-04T09:47:57.035Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T09:47:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-04T09:47:57.523Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-04T09:48:05.636Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-04T09:48:10.385Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-04T09:48:10.903Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-04T09:48:12.809Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-04T09:48:15.373Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-04T09:48:17.903Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-04T09:48:20.433Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-04T09:48:22.887Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-04T09:48:23.718Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-04T09:48:25.620Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-04T09:48:32.340Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-04T09:48:35.388Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-04T09:48:39.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-04T09:48:44.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-04T09:48:44.631Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T09:48:44.952Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-04T09:48:45.101Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-04T09:48:45.101Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T09:48:45.570Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-04T09:48:47.793Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-04T09:48:47.793Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T09:48:47.793Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-04T09:48:50.817Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-04T09:48:53.676Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-04T09:48:54.664Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-04T09:48:54.664Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T09:48:54.664Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-04T09:48:54.664Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T09:48:54.664Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-04T09:48:56.682Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-04T09:48:56.888Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-04T09:48:57.877Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-04T09:48:58.867Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-04T09:48:59.340Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-04T09:49:00.332Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-04T09:49:01.434Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-04T09:49:07.497Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-04T09:49:09.719Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-04T09:49:09.719Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T09:49:09.719Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-04T09:49:11.287Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-04T09:49:11.287Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T09:49:11.287Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-04T09:49:11.758Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-04T09:49:13.979Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-04T09:49:15.547Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-04T09:49:16.017Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-04T09:49:16.017Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T09:49:16.017Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-04T09:49:17.586Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-04T09:49:18.056Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-04T09:49:18.056Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T09:49:18.056Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-04T09:49:18.056Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T09:49:18.056Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-04T09:49:19.243Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-04T09:49:19.243Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T09:49:19.243Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-04T09:49:21.835Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-04T09:49:25.221Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-04T09:49:26.391Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-04T09:49:26.391Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-04T09:49:26.391Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T09:49:26.391Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-04T09:49:26.391Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T09:49:26.391Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-04T09:49:29.341Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-04T09:49:34.097Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-04T09:49:36.328Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-04T09:49:36.732Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-04T09:49:36.802Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-04T09:49:36.802Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-04T09:49:39.756Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-04T09:49:40.745Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-04T09:49:42.310Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite (1559.56s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.32s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.20s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.33s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.27s) [2022-05-04T09:49:51.599Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.65s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.19s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.78s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.72s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.06s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.54s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.41s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.04s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.23s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.55s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.37s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (56.89s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.52s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.49s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.13s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.17s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.40s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.65s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.80s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.61s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.63s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.83s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.51s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.60s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.56s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.87s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.52s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.07s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.64s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.48s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (1.89s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.47s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.25s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.44s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.73s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.69s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.06s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.00s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.68s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.24s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.99s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.09s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.09s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.16s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.50s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.46s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.41s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.01s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.83s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.82s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.90s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.27s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.89s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.70s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.52s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.69s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.99s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.51s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.79s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.03s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.50s) [2022-05-04T09:49:51.599Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.47s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (14.98s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.23s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (74.44s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.13s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.40s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.16s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.55s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.46s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.44s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.04s) [2022-05-04T09:49:51.600Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.27s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.74s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.54s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.08s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (57.09s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.08s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.23s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (117.27s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.22s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.40s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.39s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.20s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.02s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.13s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.45s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.00s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.70s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.20s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.47s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.59s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.58s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.98s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.84s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s) [2022-05-04T09:49:51.600Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2022-05-04T09:49:51.600Z] === RUN TestDockerExternalVolumeSuite [2022-05-04T09:49:51.600Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-04T09:49:52.167Z] docker_cli_external_volume_driver_test.go:53: [d63a66c550ddf] daemon is not started [2022-05-04T09:49:52.737Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-04T09:49:53.205Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-04T09:50:01.861Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-04T09:50:06.614Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-04T09:50:07.942Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-04T09:50:07.942Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-04T09:50:07.942Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-04T09:50:10.241Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-04T09:50:10.899Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-04T09:50:10.899Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T09:50:11.888Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-04T09:50:11.888Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T09:50:11.888Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-04T09:50:11.888Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T09:50:12.359Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-04T09:50:12.828Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-04T09:50:12.828Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T09:50:12.828Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-04T09:50:15.267Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-04T09:50:16.884Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-04T09:50:16.884Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-04T09:50:16.884Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-04T09:50:16.884Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-04T09:50:19.055Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-04T09:50:22.755Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-04T09:50:23.806Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-04T09:50:24.792Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-04T09:50:24.792Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T09:50:24.792Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-04T09:50:24.792Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T09:50:24.792Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-04T09:50:27.006Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-04T09:50:27.006Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T09:50:27.006Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-04T09:50:27.509Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-04T09:50:34.669Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-04T09:50:34.669Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-04T09:50:34.669Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-04T09:50:34.669Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-04T09:50:34.669Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T09:50:34.669Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-04T09:50:39.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-04T09:50:39.426Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T09:50:39.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-04T09:50:39.426Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T09:50:39.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-04T09:50:39.426Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T09:50:39.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-04T09:50:40.415Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-04T09:50:47.575Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-04T09:50:55.547Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-04T09:50:55.547Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-04T09:50:55.547Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T09:50:55.547Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-04T09:51:05.417Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-04T09:51:05.417Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-04T09:51:05.417Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-04T09:51:05.417Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-04T09:51:05.417Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T09:51:05.417Z] === RUN TestDockerSuite/TestBuildFails [2022-05-04T09:51:08.369Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-04T09:51:08.369Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-04T09:51:09.694Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-04T09:51:17.057Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-04T09:51:17.907Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-04T09:51:24.480Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-04T09:51:24.616Z] === RUN TestDockerSuite/TestBuildRm [2022-05-04T09:51:25.720Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-04T09:51:31.458Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-04T09:51:32.448Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-04T09:51:32.876Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-04T09:51:33.439Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-04T09:51:37.099Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-04T09:51:38.200Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-04T09:51:39.349Z] docker_cli_external_volume_driver_test.go:53: [de08cff078678] daemon is not started [2022-05-04T09:51:40.047Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-04T09:51:40.047Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T09:51:40.047Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-04T09:51:40.047Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T09:51:40.514Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-04T09:51:41.532Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-04T09:51:41.999Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-04T09:51:42.076Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-04T09:51:46.841Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-04T09:51:46.873Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-04T09:51:49.155Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-04T09:51:49.155Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T09:51:49.155Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-04T09:51:49.155Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-04T09:51:49.834Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-04T09:51:50.143Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-04T09:51:50.143Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T09:51:50.143Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-04T09:51:54.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-04T09:51:54.589Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-04T09:51:55.543Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-04T09:52:02.632Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-04T09:52:02.632Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T09:52:02.632Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-04T09:52:12.288Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-04T09:52:12.394Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-04T09:52:12.394Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-04T09:52:12.394Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-04T09:52:15.123Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-04T09:52:16.109Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-04T09:52:19.899Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-04T09:52:19.899Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T09:52:19.899Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-04T09:52:20.368Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-04T09:52:20.368Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-04T09:52:21.057Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-04T09:52:21.057Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-04T09:52:25.805Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-04T09:52:25.805Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-04T09:52:26.235Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-04T09:52:27.170Z] docker_cli_external_volume_driver_test.go:53: [d2d1355208e87] daemon is not started [2022-05-04T09:52:27.804Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-04T09:52:28.272Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-04T09:52:29.589Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-04T09:52:29.837Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-04T09:52:30.305Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-04T09:52:31.869Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-04T09:52:33.436Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-04T09:52:40.596Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-04T09:52:40.596Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T09:52:40.596Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-04T09:52:40.596Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T09:52:41.065Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-04T09:52:41.065Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-04T09:52:41.065Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-04T09:52:41.065Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-04T09:52:41.533Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-04T09:52:42.002Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-04T09:52:42.039Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-04T09:52:42.039Z] docker_cli_external_volume_driver_test.go:53: [d9a1dcd1ff3b9] daemon is not started [2022-05-04T09:52:42.990Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-04T09:52:47.390Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-04T09:52:47.390Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T09:52:47.858Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-04T09:52:50.151Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-04T09:52:51.647Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-04T09:52:53.209Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-04T09:52:56.916Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-04T09:52:57.970Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-04T09:53:03.833Z] === RUN TestDockerSuite/TestBuildUser [2022-05-04T09:53:03.833Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T09:53:03.833Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-04T09:53:03.833Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T09:53:03.833Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-04T09:53:03.833Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T09:53:03.833Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-04T09:53:07.622Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-04T09:53:08.091Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-04T09:53:11.041Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-04T09:53:11.041Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T09:53:11.041Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-04T09:53:11.041Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T09:53:11.041Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-04T09:53:11.382Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-04T09:53:11.382Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T09:53:11.382Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-04T09:53:12.369Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-04T09:53:21.825Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-04T09:53:27.703Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-04T09:53:27.703Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T09:53:27.703Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-04T09:53:28.986Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-04T09:53:36.324Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-04T09:53:36.324Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-04T09:53:43.890Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-04T09:53:44.975Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-04T09:53:49.727Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-04T09:53:49.727Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T09:53:49.727Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-04T09:53:49.727Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T09:53:49.727Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-04T09:53:52.673Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-04T09:53:52.673Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T09:53:52.673Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-04T09:53:58.756Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-04T09:54:03.091Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-04T09:54:03.240Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-04T09:54:06.879Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-04T09:54:07.347Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-04T09:54:15.746Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-04T09:54:22.265Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-04T09:54:22.265Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T09:54:22.265Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-04T09:54:22.265Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T09:54:22.265Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-04T09:54:22.265Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T09:54:22.265Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-04T09:54:22.265Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-04T09:54:22.904Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-04T09:54:29.423Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-04T09:54:31.571Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-04T09:54:31.634Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-04T09:54:31.634Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T09:54:31.634Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-04T09:54:31.634Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T09:54:31.634Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-04T09:54:31.634Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T09:54:31.634Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-04T09:54:33.844Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-04T09:54:38.593Z] === RUN TestDockerSuite/TestCommitChange [2022-05-04T09:54:40.247Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-04T09:54:43.340Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-04T09:54:45.426Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-04T09:54:48.089Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-04T09:54:48.089Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T09:54:48.089Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-04T09:54:55.242Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-04T09:54:55.242Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T09:54:55.242Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-04T09:55:02.388Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-04T09:55:03.512Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-04T09:55:05.539Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-04T09:55:05.539Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T09:55:05.539Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-04T09:55:06.173Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-04T09:55:06.173Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-04T09:55:06.173Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-04T09:55:06.173Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-04T09:55:06.173Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-04T09:55:06.173Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-04T09:55:06.173Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T09:55:06.173Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-04T09:55:06.640Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-04T09:55:09.216Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-04T09:55:09.216Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-04T09:55:09.216Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-04T09:55:13.787Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-04T09:55:14.205Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-04T09:55:14.205Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-04T09:55:14.205Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T09:55:14.205Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-04T09:55:14.205Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T09:55:14.205Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-04T09:55:17.998Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-04T09:55:20.934Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-04T09:55:20.934Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T09:55:20.934Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-04T09:55:23.145Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-04T09:55:23.145Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T09:55:23.145Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-04T09:55:23.145Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T09:55:23.145Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-04T09:55:23.145Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T09:55:23.145Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-04T09:55:23.865Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-04T09:55:25.359Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-04T09:55:25.359Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T09:55:25.359Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-04T09:55:25.359Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-04T09:55:27.569Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-04T09:55:27.657Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-04T09:55:27.657Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-04T09:55:27.657Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-04T09:55:28.037Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-04T09:55:28.037Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T09:55:28.037Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-04T09:55:28.037Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T09:55:28.037Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-04T09:55:28.037Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T09:55:28.037Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-04T09:55:30.607Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-04T09:55:30.983Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-04T09:55:31.593Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-04T09:55:33.157Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-04T09:55:33.194Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-04T09:55:34.561Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-04T09:55:34.756Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-04T09:55:34.756Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-04T09:55:34.756Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T09:55:34.756Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-04T09:55:35.604Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-04T09:55:36.968Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-04T09:55:36.968Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-04T09:55:39.915Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-04T09:55:39.915Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T09:55:39.915Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-04T09:55:39.915Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T09:55:39.915Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-04T09:55:42.129Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-04T09:55:42.129Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-04T09:55:44.341Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-04T09:55:44.341Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T09:55:44.341Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-04T09:55:45.647Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-04T09:55:46.556Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-04T09:55:46.635Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-04T09:55:47.024Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-04T09:55:49.233Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-04T09:55:49.509Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-04T09:55:53.019Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-04T09:55:57.764Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-04T09:55:57.764Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-04T09:55:57.764Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-04T09:55:57.764Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-04T09:55:57.764Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-04T09:55:59.127Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-04T09:55:59.325Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-04T09:55:59.325Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T09:55:59.325Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-04T09:56:02.017Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-04T09:56:02.273Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-04T09:56:02.273Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T09:56:02.273Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-04T09:56:03.834Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-04T09:56:03.834Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-04T09:56:03.879Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-04T09:56:07.666Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-04T09:56:08.581Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-04T09:56:10.146Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-04T09:56:10.146Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T09:56:10.146Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-04T09:56:10.146Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T09:56:10.146Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-04T09:56:10.146Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T09:56:10.613Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-04T09:56:10.613Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T09:56:10.613Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-04T09:56:10.613Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T09:56:10.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-04T09:56:12.177Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-04T09:56:12.177Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-04T09:56:15.121Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-04T09:56:16.272Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-04T09:56:17.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-04T09:56:19.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-04T09:56:22.099Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-04T09:56:22.493Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c4c318_} [2022-05-04T09:56:22.624Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-04T09:56:24.704Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1270915739_c:\foo_false____} [2022-05-04T09:56:26.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1270915739_c:\foo_true____} [2022-05-04T09:56:29.255Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-04T09:56:29.724Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-04T09:56:29.724Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.724Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-04T09:56:29.724Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.724Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-04T09:56:29.867Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-04T09:56:29.867Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-04T09:56:29.867Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-04T09:56:29.867Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-04T09:56:29.867Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-04T09:56:29.867Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T09:56:29.867Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-04T09:56:32.674Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-04T09:56:32.674Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.674Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-04T09:56:32.817Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-04T09:56:32.817Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-04T09:56:32.817Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T09:56:32.817Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-04T09:56:35.768Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-04T09:56:35.768Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-04T09:56:35.768Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T09:56:35.768Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-04T09:56:37.978Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-04T09:56:37.978Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T09:56:37.978Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-04T09:56:37.978Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T09:56:38.446Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-04T09:56:38.446Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T09:56:38.446Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-04T09:56:40.699Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-04T09:56:40.699Z] docker_cli_external_volume_driver_test.go:485: [d1a8005ffdd5b] daemon is not started [2022-05-04T09:56:43.195Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-04T09:56:44.731Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-04T09:56:45.405Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-04T09:56:45.405Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T09:56:45.405Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-04T09:56:45.405Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T09:56:45.405Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-04T09:56:55.587Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-04T09:56:55.587Z] docker_cli_external_volume_driver_test.go:53: [d1dc2f2a37c33] daemon is not started [2022-05-04T09:56:55.817Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-04T09:56:55.817Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T09:56:55.817Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-04T09:56:55.817Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T09:56:55.817Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-04T09:57:02.572Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-04T09:57:04.466Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-04T09:57:04.467Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T09:57:04.467Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-04T09:57:04.467Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T09:57:04.467Z] === RUN TestDockerSuite/TestCpToDot [2022-05-04T09:57:06.030Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-04T09:57:06.030Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T09:57:06.030Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-04T09:57:06.030Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T09:57:06.498Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-04T09:57:09.443Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-04T09:57:09.443Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-04T09:57:09.443Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-04T09:57:09.443Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-04T09:57:09.443Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite (437.23s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.58s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.23s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.69s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.05s) [2022-05-04T09:57:10.458Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-05-04T09:57:10.458Z] PASS [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] === Skipped [2022-05-04T09:57:10.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-04T09:57:10.458Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-04T09:57:10.458Z] check_test.go:307: [ddaca14bf96c4] daemon is not started [2022-05-04T09:57:10.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-04T09:57:10.458Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-04T09:57:10.458Z] check_test.go:307: [d300ebc37c4f9] daemon is not started [2022-05-04T09:57:10.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-04T09:57:10.458Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-04T09:57:10.458Z] check_test.go:307: [daf67f34e88e4] daemon is not started [2022-05-04T09:57:10.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-04T09:57:10.458Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-04T09:57:10.458Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-04T09:57:10.458Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-04T09:57:10.458Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] DONE 269 tests, 5 skipped in 2343.060s [2022-05-04T09:57:10.458Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-04T09:57:10.458Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2fe18b266ec3/docker.pid [2022-05-04T09:57:10.458Z] +++ kill 7168 [2022-05-04T09:57:10.458Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7168 is not a child of this shell [2022-05-04T09:57:10.458Z] warning: PID 7168 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2fe18b266ec3/docker.pid had a nonzero exit code [2022-05-04T09:57:10.458Z] ++++ cat bundles/test-integration/docker.pid [2022-05-04T09:57:10.458Z] +++ kill 9343 [2022-05-04T09:57:10.458Z] +++ /etc/init.d/apparmor stop [2022-05-04T09:57:10.458Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] Unloading profiles will leave already running processes permanently [2022-05-04T09:57:10.458Z] unconfined, which can lead to unexpected situations. [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] To set a process to complain mode, use the command line tool [2022-05-04T09:57:10.458Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-04T09:57:10.458Z] +++ true [2022-05-04T09:57:10.458Z] exiting test-integration [2022-05-04T09:57:10.458Z] ++ exit 0 [2022-05-04T09:57:10.458Z] [2022-05-04T09:57:10.458Z] + exit 0 [2022-05-04T09:57:10.458Z] ++ jobs -p [2022-05-04T09:57:10.458Z] + pids= [2022-05-04T09:57:10.458Z] + echo 'Remaining pids to kill: []' [2022-05-04T09:57:10.458Z] Remaining pids to kill: [] [2022-05-04T09:57:10.458Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-04T09:57:10.472Z] Recording test results [2022-05-04T09:57:11.655Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-04T09:57:12.278Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-04T09:57:12.611Z] + echo Ensuring container killed. [2022-05-04T09:57:12.611Z] Ensuring container killed. [2022-05-04T09:57:12.611Z] + docker ps -aq -f name=docker-pr1-* [2022-05-04T09:57:12.611Z] + cids=ceb550067fc6 [2022-05-04T09:57:12.611Z] 86736117c691 [2022-05-04T09:57:12.611Z] 72d803ff2673 [2022-05-04T09:57:12.611Z] + [ -n ceb550067fc6 [2022-05-04T09:57:12.611Z] 86736117c691 [2022-05-04T09:57:12.611Z] 72d803ff2673 ] [2022-05-04T09:57:12.611Z] + docker rm -vf ceb550067fc6 86736117c691 72d803ff2673 [2022-05-04T09:57:13.549Z] ceb550067fc6 [2022-05-04T09:57:13.549Z] 86736117c691 [2022-05-04T09:57:13.549Z] 72d803ff2673 [Pipeline] sh [2022-05-04T09:57:13.838Z] + echo Chowning /workspace to jenkins user [2022-05-04T09:57:13.838Z] Chowning /workspace to jenkins user [2022-05-04T09:57:13.838Z] + id -u [2022-05-04T09:57:13.838Z] + id -g [2022-05-04T09:57:13.838Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43559:/workspace busybox chown -R 1000:1000 /workspace [2022-05-04T09:57:13.838Z] Unable to find image 'busybox:latest' locally [2022-05-04T09:57:13.838Z] latest: Pulling from library/busybox [2022-05-04T09:57:13.867Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-04T09:57:14.097Z] 50e8d59317eb: Pulling fs layer [2022-05-04T09:57:14.335Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-04T09:57:14.335Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-04T09:57:14.356Z] 50e8d59317eb: Verifying Checksum [2022-05-04T09:57:14.356Z] 50e8d59317eb: Download complete [2022-05-04T09:57:14.356Z] 50e8d59317eb: Pull complete [2022-05-04T09:57:14.356Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-04T09:57:14.356Z] Status: Downloaded newer image for busybox:latest [2022-05-04T09:57:16.550Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-04T09:57:17.018Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-04T09:57:17.018Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-04T09:57:17.018Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T09:57:17.018Z] === RUN TestDockerSuite/TestCreateRM [2022-05-04T09:57:17.486Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-04T09:57:17.486Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T09:57:17.486Z] === RUN TestDockerSuite/TestCreateStopSignal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-04T09:57:17.950Z] + bundleName=amd64 [2022-05-04T09:57:17.950Z] + echo Creating amd64-bundles.tar.gz [2022-05-04T09:57:17.950Z] Creating amd64-bundles.tar.gz [2022-05-04T09:57:17.950Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-04T09:57:17.950Z] + xargs tar -czf amd64-bundles.tar.gz [2022-05-04T09:57:17.953Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-04T09:57:17.953Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [Pipeline] archiveArtifacts [2022-05-04T09:57:19.336Z] Archiving artifacts [2022-05-04T09:57:20.406Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-04T09:57:21.224Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T09:57:21.536Z] + make clean [2022-05-04T09:57:21.536Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T09:57:21.794Z] docker-dev-cache [2022-05-04T09:57:21.794Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T09:57:26.609Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-04T09:57:26.609Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-04T09:57:26.609Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-04T09:57:29.558Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-04T09:57:29.558Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-04T09:57:29.558Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T09:57:29.558Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-04T09:57:32.505Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-04T09:57:32.505Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.505Z] === RUN TestDockerSuite/TestDockerFails [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-04T09:57:32.506Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-04T09:57:32.506Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-04T09:57:32.506Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-04T09:57:32.506Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-04T09:57:32.506Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T09:57:32.506Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-04T09:57:33.312Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-04T09:57:35.453Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-04T09:57:37.666Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-04T09:57:40.614Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-04T09:57:49.267Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-04T09:57:51.140Z] === RUN TestDockerSuite/TestBuildRm [2022-05-04T09:57:54.019Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-04T09:57:58.767Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-04T09:58:01.714Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-04T09:58:02.182Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-04T09:58:05.968Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-04T09:58:06.069Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-04T09:58:07.528Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-04T09:58:07.994Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-04T09:58:10.823Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-04T09:58:10.823Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T09:58:10.823Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-04T09:58:10.823Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T09:58:11.291Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-04T09:58:13.505Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-04T09:58:13.850Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-04T09:58:18.259Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-04T09:58:18.594Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-04T09:58:18.594Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-04T09:58:18.594Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T09:58:18.594Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-04T09:58:19.577Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-04T09:58:19.577Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T09:58:19.577Z] === RUN TestDockerSuite/TestEventsRename [2022-05-04T09:58:22.521Z] === RUN TestDockerSuite/TestEventsResize [2022-05-04T09:58:23.014Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-04T09:58:28.882Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-04T09:58:31.165Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-04T09:58:32.730Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-04T09:58:34.940Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-04T09:58:39.688Z] === RUN TestDockerSuite/TestEventsTop [2022-05-04T09:58:39.688Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T09:58:39.688Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-04T09:58:42.631Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-04T09:58:46.417Z] === RUN TestDockerSuite/TestExec [2022-05-04T09:58:46.417Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T09:58:46.417Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-04T09:58:46.417Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T09:58:46.885Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-04T09:58:48.449Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-04T09:58:50.111Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-04T09:58:50.579Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-04T09:58:50.658Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-04T09:58:50.658Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T09:58:50.658Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-04T09:58:50.658Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T09:58:50.658Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-04T09:58:50.658Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T09:58:50.658Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-04T09:58:51.569Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-04T09:58:52.870Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-04T09:58:54.430Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-04T09:58:56.641Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-04T09:58:58.202Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-04T09:59:01.993Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-04T09:59:01.993Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-04T09:59:02.946Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-04T09:59:02.946Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T09:59:02.946Z] === RUN TestDockerSuite/TestExecEnv [2022-05-04T09:59:02.946Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T09:59:02.946Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-04T09:59:02.946Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T09:59:02.946Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-04T09:59:05.155Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-04T09:59:09.156Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-04T09:59:09.156Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-04T09:59:09.901Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-04T09:59:09.901Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecParseError [2022-05-04T09:59:09.901Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-04T09:59:09.901Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-04T09:59:09.901Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T09:59:09.901Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-04T09:59:11.466Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-04T09:59:11.466Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-04T09:59:11.466Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-04T09:59:11.466Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-04T09:59:11.466Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T09:59:11.466Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-04T09:59:13.676Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-04T09:59:13.676Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T09:59:13.676Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-04T09:59:15.028Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-04T09:59:19.541Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-04T09:59:19.541Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T09:59:19.541Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-04T09:59:19.541Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T09:59:19.541Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-04T09:59:19.541Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T09:59:19.541Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-04T09:59:25.397Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-04T09:59:31.252Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-04T09:59:33.462Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-04T09:59:39.317Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-04T09:59:39.317Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T09:59:39.317Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-04T09:59:39.317Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-04T09:59:39.784Z] === RUN TestDockerSuite/TestHealth [2022-05-04T09:59:39.784Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T09:59:39.784Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-04T09:59:39.784Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-04T09:59:39.784Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-04T09:59:39.784Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-04T09:59:44.529Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-04T09:59:44.529Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-04T09:59:44.529Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T09:59:44.529Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-04T09:59:44.529Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-04T09:59:44.529Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-04T09:59:44.996Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-04T09:59:45.171Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-04T09:59:45.171Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T09:59:45.171Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-04T09:59:45.463Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-04T09:59:45.463Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T09:59:45.463Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-04T09:59:46.447Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-04T09:59:46.447Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-04T09:59:47.385Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-04T09:59:47.588Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-04T09:59:47.588Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-04T09:59:47.588Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-04T09:59:47.588Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-04T09:59:48.007Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-04T09:59:48.474Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-04T09:59:48.951Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-04T09:59:50.685Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-04T09:59:53.627Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-04T09:59:53.627Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-04T09:59:53.627Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T09:59:53.627Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-04T09:59:54.749Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-04T09:59:54.812Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-04T09:59:57.408Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportFile [2022-05-04T09:59:57.408Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-04T09:59:57.408Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-04T09:59:57.408Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-04T09:59:57.408Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-04T09:59:57.408Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-04T09:59:57.408Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-04T09:59:57.408Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-04T09:59:57.408Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-04T09:59:57.408Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T09:59:57.408Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-04T09:59:57.704Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-04T10:00:00.353Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-04T10:00:01.861Z] === RUN TestDockerSuite/TestBuildUser [2022-05-04T10:00:01.861Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T10:00:01.861Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-04T10:00:01.861Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T10:00:01.861Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-04T10:00:01.861Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T10:00:01.861Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-04T10:00:02.562Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-04T10:00:02.562Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:00:02.562Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-04T10:00:02.562Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:00:02.562Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-04T10:00:02.562Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-04T10:00:02.562Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:00:02.562Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-04T10:00:03.573Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-04T10:00:03.574Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T10:00:03.574Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-04T10:00:03.574Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T10:00:04.043Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-04T10:00:04.043Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T10:00:04.043Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-04T10:00:04.043Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T10:00:04.043Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-04T10:00:04.043Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T10:00:04.043Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-04T10:00:04.771Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-04T10:00:05.238Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-04T10:00:07.448Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-04T10:00:07.448Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:00:07.448Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-04T10:00:07.448Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:00:07.448Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-04T10:00:07.448Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:00:07.448Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-04T10:00:07.654Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-04T10:00:07.654Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-04T10:00:09.923Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-04T10:00:09.923Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:00:09.923Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-04T10:00:09.923Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:00:09.923Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-04T10:00:09.923Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:00:09.923Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-04T10:00:10.391Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-04T10:00:10.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-04T10:00:12.324Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-04T10:00:12.324Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T10:00:12.324Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-04T10:00:12.324Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T10:00:12.324Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-04T10:00:15.137Z] === RUN TestDockerSuite/TestInspectImage [2022-05-04T10:00:15.137Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:00:15.137Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-04T10:00:15.137Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:00:15.137Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-04T10:00:15.137Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:00:15.137Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-04T10:00:17.348Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-04T10:00:18.076Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-04T10:00:18.910Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-04T10:00:19.378Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-04T10:00:21.587Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-04T10:00:23.796Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-04T10:00:23.796Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:00:23.796Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-04T10:00:23.796Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-04T10:00:26.005Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-04T10:00:28.950Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-04T10:00:32.735Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-04T10:00:34.946Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-04T10:00:37.157Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-04T10:00:39.317Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-04T10:00:39.317Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-04T10:00:39.317Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-04T10:00:39.317Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-04T10:00:39.317Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T10:00:39.317Z] === RUN TestDockerSuite/TestBuildFails [2022-05-04T10:00:39.368Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-04T10:00:41.536Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-04T10:00:41.536Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-04T10:00:41.579Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-04T10:00:42.231Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-04T10:00:42.231Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-04T10:00:44.524Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-04T10:00:46.735Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-04T10:00:46.735Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:00:46.735Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-04T10:00:46.735Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:00:47.201Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-04T10:00:47.201Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-04T10:00:47.201Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-04T10:00:48.698Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-04T10:00:48.762Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-04T10:00:50.974Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-04T10:00:52.518Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-04T10:00:55.861Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-04T10:00:56.827Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-04T10:00:59.131Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-04T10:00:59.131Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:00:59.131Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-04T10:00:59.698Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-04T10:00:59.698Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T10:00:59.698Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-04T10:00:59.698Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T10:00:59.698Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-04T10:01:01.340Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-04T10:01:01.340Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-04T10:01:03.438Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-04T10:01:03.438Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T10:01:03.897Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-04T10:01:07.194Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-04T10:01:08.467Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-04T10:01:13.048Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-04T10:01:18.707Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-04T10:01:18.901Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-04T10:01:20.969Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-04T10:01:21.112Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-04T10:01:21.440Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-04T10:01:23.322Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-04T10:01:23.322Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:01:23.322Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-04T10:01:24.479Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-04T10:01:24.937Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-04T10:01:26.265Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-04T10:01:28.475Z] === RUN TestDockerSuite/TestLogsSince [2022-05-04T10:01:28.599Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-04T10:01:28.600Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T10:01:28.600Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-04T10:01:29.071Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-04T10:01:29.540Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-04T10:01:29.540Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T10:01:29.540Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-04T10:01:38.879Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-04T10:01:38.879Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:01:38.879Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-04T10:01:38.879Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:01:38.879Z] === RUN TestDockerSuite/TestLogsTail [2022-05-04T10:01:40.440Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-04T10:01:42.579Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-04T10:01:42.579Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T10:01:42.579Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-04T10:01:42.579Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T10:01:43.034Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-04T10:01:43.034Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T10:01:43.034Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-04T10:01:43.454Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-04T10:01:44.562Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-04T10:01:46.398Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-04T10:01:46.398Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestNetHostname [2022-05-04T10:01:46.398Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-04T10:01:46.398Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-04T10:01:46.398Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-04T10:01:46.398Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginActive [2022-05-04T10:01:46.398Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-04T10:01:46.398Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-04T10:01:46.398Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-04T10:01:46.398Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-04T10:01:46.398Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-04T10:01:46.398Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-04T10:01:46.398Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-04T10:01:46.398Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-04T10:01:46.398Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-04T10:01:46.398Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPortList [2022-05-04T10:01:46.398Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:01:46.398Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-04T10:01:47.361Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-04T10:01:47.361Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:01:47.361Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-04T10:01:51.145Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-04T10:01:51.145Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.145Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-04T10:01:51.612Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:01:51.612Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-04T10:01:56.358Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-04T10:01:56.358Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:01:56.358Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-04T10:01:56.942Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-04T10:01:57.904Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-04T10:01:57.904Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T10:01:58.361Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-04T10:01:58.361Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T10:01:58.361Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-04T10:01:58.361Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T10:01:58.361Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-04T10:01:59.861Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-04T10:02:00.330Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-04T10:02:01.254Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-04T10:02:01.254Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:02:01.254Z] === RUN TestDockerSuite/TestCommitChange [2022-05-04T10:02:03.286Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-04T10:02:03.286Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T10:02:03.286Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-04T10:02:04.274Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-04T10:02:04.275Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-04T10:02:05.007Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-04T10:02:05.007Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:02:05.007Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-04T10:02:07.022Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-04T10:02:10.145Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-04T10:02:10.613Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-04T10:02:11.600Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-04T10:02:13.166Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-04T10:02:13.636Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-04T10:02:13.656Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-04T10:02:14.074Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-04T10:02:14.074Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T10:02:14.074Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-04T10:02:15.203Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-04T10:02:17.429Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-04T10:02:22.610Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-04T10:02:22.610Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:02:22.610Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-04T10:02:26.099Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-04T10:02:26.099Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-04T10:02:26.099Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-04T10:02:26.567Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-04T10:02:27.556Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-04T10:02:28.568Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-04T10:02:28.568Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-04T10:02:28.568Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:02:28.568Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-04T10:02:32.902Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-04T10:02:34.722Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-04T10:02:38.676Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-04T10:02:38.676Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-04T10:02:38.676Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-04T10:02:38.676Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-04T10:02:38.676Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-04T10:02:38.676Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-04T10:02:38.676Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-04T10:02:38.676Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-04T10:02:41.041Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-04T10:02:43.988Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-04T10:02:48.971Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-04T10:02:51.143Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-04T10:02:55.901Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-04T10:02:55.901Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:02:55.901Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-04T10:02:55.901Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:02:55.901Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-04T10:02:57.512Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-04T10:02:57.512Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T10:02:57.512Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-04T10:03:00.036Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-04T10:03:00.036Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.036Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-04T10:03:00.036Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-04T10:03:00.411Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-04T10:03:00.411Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.411Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-04T10:03:00.411Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.411Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-04T10:03:00.411Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.411Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-04T10:03:00.646Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-04T10:03:00.646Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.646Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-04T10:03:00.646Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.646Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-04T10:03:00.646Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.646Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-04T10:03:00.646Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:03:00.646Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-04T10:03:04.135Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-04T10:03:04.135Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T10:03:04.135Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-04T10:03:04.135Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-04T10:03:07.029Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-04T10:03:07.029Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-04T10:03:07.029Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T10:03:07.029Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-04T10:03:07.029Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T10:03:07.029Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-04T10:03:07.029Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T10:03:07.029Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-04T10:03:07.794Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-04T10:03:07.794Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:03:07.794Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-04T10:03:08.777Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-04T10:03:08.777Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:03:08.777Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-04T10:03:09.760Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-04T10:03:10.743Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-04T10:03:10.743Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:03:10.743Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-04T10:03:11.698Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-04T10:03:14.526Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-04T10:03:15.418Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-04T10:03:19.271Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-04T10:03:21.481Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-04T10:03:23.959Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-04T10:03:23.959Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-04T10:03:23.959Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T10:03:23.959Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-04T10:03:28.634Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-04T10:03:28.634Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-04T10:03:31.533Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-04T10:03:31.533Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T10:03:31.989Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-04T10:03:31.989Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T10:03:31.989Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-04T10:03:34.886Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-04T10:03:34.886Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-04T10:03:38.626Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-04T10:03:38.626Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T10:03:38.626Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-04T10:03:42.714Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-04T10:03:42.714Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:03:42.714Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-04T10:03:42.748Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-04T10:03:43.304Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-04T10:03:43.304Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-04T10:03:46.198Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-04T10:03:48.572Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-04T10:03:49.039Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-04T10:03:49.039Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-04T10:03:50.024Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-04T10:03:53.251Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-04T10:03:54.768Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-04T10:03:59.516Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-04T10:03:59.517Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:03:59.517Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-04T10:04:00.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-04T10:04:00.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-04T10:04:00.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-04T10:04:00.384Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-04T10:04:00.384Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-04T10:04:03.300Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-04T10:04:03.300Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-04T10:04:03.340Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-04T10:04:03.340Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T10:04:03.340Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-04T10:04:03.767Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-04T10:04:07.132Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-04T10:04:07.132Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T10:04:07.132Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-04T10:04:10.923Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-04T10:04:11.391Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-04T10:04:16.149Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-04T10:04:18.613Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-04T10:04:18.692Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-04T10:04:19.602Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-04T10:04:19.677Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-04T10:04:19.940Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-04T10:04:19.940Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-04T10:04:19.940Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-04T10:04:19.940Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-04T10:04:19.940Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T10:04:19.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-04T10:04:20.144Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-04T10:04:22.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-04T10:04:22.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-04T10:04:26.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-04T10:04:26.769Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-04T10:04:27.297Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-04T10:04:29.636Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-04T10:04:32.193Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-04T10:04:33.427Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-04T10:04:34.093Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-04T10:04:36.381Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009c378_} [2022-05-04T10:04:39.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13067640809_c:\foo_false____} [2022-05-04T10:04:39.338Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-04T10:04:43.099Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13067640809_c:\foo_true____} [2022-05-04T10:04:43.121Z] === RUN TestDockerSuite/TestRmiTag [2022-05-04T10:04:44.105Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-04T10:04:46.007Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-04T10:04:46.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-04T10:04:46.316Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-04T10:04:46.466Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-04T10:04:46.466Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-04T10:04:46.466Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-04T10:04:46.466Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-04T10:04:46.466Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T10:04:46.466Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-04T10:04:50.222Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.222Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-04T10:04:50.222Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.690Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-04T10:04:50.690Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.690Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-04T10:04:50.690Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:04:50.690Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-04T10:04:54.482Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-04T10:04:54.482Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-04T10:04:54.482Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T10:04:54.482Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-04T10:04:55.340Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-04T10:04:55.340Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T10:04:55.340Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-04T10:04:57.431Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-04T10:04:57.431Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T10:04:57.431Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-04T10:04:57.431Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T10:04:57.431Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-04T10:04:57.431Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T10:04:57.900Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-04T10:05:02.514Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-04T10:05:03.502Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-04T10:05:03.502Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T10:05:03.502Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-04T10:05:03.502Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T10:05:03.502Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-04T10:05:03.769Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-04T10:05:04.119Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-04T10:05:04.587Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-04T10:05:06.460Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-04T10:05:07.562Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-04T10:05:07.562Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:05:07.562Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-04T10:05:07.562Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T10:05:07.562Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-04T10:05:09.334Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-04T10:05:10.898Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:05:10.898Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-04T10:05:13.109Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-04T10:05:13.109Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:05:13.109Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-04T10:05:13.109Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:05:13.109Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-04T10:05:16.890Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-04T10:05:17.858Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-04T10:05:19.845Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-04T10:05:19.845Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-04T10:05:20.062Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-04T10:05:20.062Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:05:20.062Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-04T10:05:20.062Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:05:20.062Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-04T10:05:20.314Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-04T10:05:20.803Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-04T10:05:23.013Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-04T10:05:23.269Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-04T10:05:24.257Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-04T10:05:25.224Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-04T10:05:26.477Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-04T10:05:28.393Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-04T10:05:28.393Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-04T10:05:33.139Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:05:33.139Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-04T10:05:34.996Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-04T10:05:34.996Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T10:05:34.996Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-04T10:05:34.996Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T10:05:34.996Z] === RUN TestDockerSuite/TestCpToDot [2022-05-04T10:05:35.353Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-04T10:05:35.353Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:05:35.820Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-04T10:05:37.949Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-04T10:05:37.949Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T10:05:37.949Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-04T10:05:37.949Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T10:05:37.949Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-04T10:05:38.768Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-04T10:05:38.768Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:05:38.768Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-04T10:05:38.768Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:05:38.768Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-04T10:05:40.329Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-04T10:05:40.330Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:05:40.330Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-04T10:05:41.744Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-04T10:05:41.744Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-04T10:05:41.744Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-04T10:05:41.744Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-04T10:05:41.744Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-04T10:05:41.891Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-04T10:05:42.212Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-04T10:05:44.426Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-04T10:05:44.837Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-04T10:05:47.051Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-04T10:05:47.051Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:05:47.051Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-04T10:05:47.051Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:05:47.051Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-04T10:05:47.051Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:05:47.051Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-04T10:05:47.717Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-04T10:05:48.219Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-04T10:05:48.219Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-04T10:05:48.219Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-04T10:05:48.707Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-04T10:05:49.998Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-04T10:05:49.998Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:05:49.998Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-04T10:05:49.998Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:05:49.998Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-04T10:05:49.998Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:05:49.998Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-04T10:05:49.998Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:05:49.998Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-04T10:05:51.559Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-04T10:05:52.007Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-04T10:05:52.476Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-04T10:05:52.476Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-04T10:05:52.476Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T10:05:52.476Z] === RUN TestDockerSuite/TestCreateRM [2022-05-04T10:05:52.944Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-04T10:05:52.944Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T10:05:52.944Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-04T10:05:53.411Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-04T10:05:53.880Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-04T10:05:56.305Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:05:56.305Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-04T10:05:59.253Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-04T10:05:59.253Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:05:59.253Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-04T10:05:59.253Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-04T10:05:59.253Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:05:59.253Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-04T10:06:01.464Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-04T10:06:03.675Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-04T10:06:03.675Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:06:03.675Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-04T10:06:04.303Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-04T10:06:04.772Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-04T10:06:05.239Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-04T10:06:06.541Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-04T10:06:06.621Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-04T10:06:06.622Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:06:06.622Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-04T10:06:06.622Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:06:06.622Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-04T10:06:06.622Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:06:06.622Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-04T10:06:08.832Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-04T10:06:09.029Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-04T10:06:09.029Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-04T10:06:09.029Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:06:09.029Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-04T10:06:09.510Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-04T10:06:11.045Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-04T10:06:12.826Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-04T10:06:12.826Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDockerFails [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-04T10:06:12.826Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-04T10:06:12.826Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-04T10:06:12.826Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-04T10:06:12.826Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T10:06:12.826Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-04T10:06:12.826Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T10:06:13.294Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-04T10:06:13.993Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-04T10:06:16.203Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:06:16.203Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-04T10:06:17.086Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-04T10:06:20.036Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-04T10:06:20.951Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-04T10:06:20.951Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-04T10:06:20.951Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-04T10:06:20.951Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-04T10:06:20.951Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:06:20.951Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-04T10:06:22.011Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-04T10:06:23.828Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-04T10:06:26.777Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-04T10:06:28.102Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-04T10:06:28.102Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:06:28.102Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunMount [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-04T10:06:29.090Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:06:29.090Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-04T10:06:32.652Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-04T10:06:34.222Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-04T10:06:34.222Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T10:06:34.222Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-04T10:06:34.222Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T10:06:34.222Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-04T10:06:36.322Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-04T10:06:36.441Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-04T10:06:36.441Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T10:06:36.441Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-04T10:06:37.742Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-04T10:06:37.742Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:06:37.742Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-04T10:06:37.742Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:06:37.742Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-04T10:06:37.742Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:06:37.742Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-04T10:06:41.525Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-04T10:06:42.192Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.273Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-04T10:06:46.273Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.274Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-04T10:06:46.274Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.274Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-04T10:06:46.274Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:06:46.274Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-04T10:06:46.740Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-04T10:06:47.723Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-04T10:06:49.348Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-04T10:06:49.937Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-04T10:06:51.498Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-04T10:06:52.299Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-04T10:06:52.769Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-04T10:06:53.060Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-04T10:06:55.276Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:06:55.276Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:06:58.587Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-04T10:06:59.061Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-04T10:06:59.061Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:06:59.061Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-04T10:06:59.061Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:06:59.061Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-04T10:06:59.061Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:06:59.062Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-04T10:06:59.062Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:06:59.062Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-04T10:06:59.062Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:06:59.062Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-04T10:06:59.573Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-04T10:07:00.560Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-04T10:07:07.716Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-04T10:07:07.717Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:07:07.717Z] === RUN TestDockerSuite/TestRunRm [2022-05-04T10:07:07.718Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-04T10:07:09.927Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-04T10:07:14.881Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-04T10:07:14.881Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-04T10:07:14.881Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T10:07:14.881Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-04T10:07:15.349Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-04T10:07:15.349Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T10:07:15.349Z] === RUN TestDockerSuite/TestEventsRename [2022-05-04T10:07:15.781Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-04T10:07:17.991Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-04T10:07:19.144Z] === RUN TestDockerSuite/TestEventsResize [2022-05-04T10:07:20.934Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-04T10:07:22.494Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-04T10:07:25.439Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-04T10:07:25.439Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:07:25.439Z] === RUN TestDockerSuite/TestRunState [2022-05-04T10:07:25.439Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:07:25.439Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-04T10:07:27.324Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-04T10:07:27.648Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-04T10:07:27.648Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:07:27.648Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-04T10:07:29.859Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-04T10:07:29.859Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:07:29.859Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-04T10:07:29.859Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:07:29.859Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-04T10:07:29.859Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-04T10:07:30.327Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-04T10:07:30.327Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:07:30.327Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-04T10:07:35.073Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-04T10:07:35.073Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.073Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-04T10:07:35.073Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.073Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-04T10:07:35.073Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.073Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-04T10:07:35.074Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:07:35.074Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-04T10:07:37.283Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-04T10:07:37.283Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:07:37.283Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-04T10:07:40.231Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-04T10:07:40.231Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:07:40.231Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-04T10:07:40.231Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:07:40.231Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-04T10:07:43.178Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-04T10:07:50.324Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-04T10:07:54.996Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-04T10:07:55.067Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-04T10:07:55.982Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-04T10:07:57.443Z] === RUN TestDockerSuite/TestBuildRm [2022-05-04T10:08:00.737Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-04T10:08:00.925Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-04T10:08:00.925Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:08:00.925Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-04T10:08:00.925Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-04T10:08:04.707Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-04T10:08:06.602Z] === RUN TestDockerSuite/TestEventsTop [2022-05-04T10:08:06.602Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T10:08:06.602Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-04T10:08:06.915Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-04T10:08:08.790Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-04T10:08:09.125Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:08:09.125Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-04T10:08:09.938Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-04T10:08:12.910Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-04T10:08:13.735Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-04T10:08:13.735Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T10:08:13.735Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-04T10:08:13.735Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T10:08:13.893Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-04T10:08:14.206Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-04T10:08:14.559Z] === RUN TestDockerSuite/TestExec [2022-05-04T10:08:14.559Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:08:14.559Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-04T10:08:14.559Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:08:14.559Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-04T10:08:16.100Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-04T10:08:16.423Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-04T10:08:18.277Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-04T10:08:20.844Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-04T10:08:20.844Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-04T10:08:20.844Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-04T10:08:20.844Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-04T10:08:20.844Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-04T10:08:20.844Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:08:20.844Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-04T10:08:21.170Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-04T10:08:21.170Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T10:08:21.170Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-04T10:08:21.170Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T10:08:21.170Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-04T10:08:21.170Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:08:21.170Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-04T10:08:23.051Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-04T10:08:23.517Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-04T10:08:23.984Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-04T10:08:23.984Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-04T10:08:25.843Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-04T10:08:26.193Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-04T10:08:26.193Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-04T10:08:26.876Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-04T10:08:28.402Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-04T10:08:28.731Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-04T10:08:29.834Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-04T10:08:30.612Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-04T10:08:33.399Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-04T10:08:33.555Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-04T10:08:33.555Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:08:33.555Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-04T10:08:35.705Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-04T10:08:37.125Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-04T10:08:42.202Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-04T10:08:42.202Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:08:42.202Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-04T10:08:45.988Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-04T10:08:45.988Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:08:45.988Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-04T10:08:45.988Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:08:45.988Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-04T10:08:45.988Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:08:45.988Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-04T10:08:45.988Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:08:45.988Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-04T10:08:49.470Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-04T10:08:49.470Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T10:08:49.470Z] === RUN TestDockerSuite/TestExecEnv [2022-05-04T10:08:49.470Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:08:49.470Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-04T10:08:49.470Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T10:08:49.470Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-04T10:08:53.137Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:08:53.137Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-04T10:08:53.206Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-04T10:08:54.697Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-04T10:08:56.908Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-04T10:08:56.908Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:08:56.908Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-04T10:08:59.017Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-04T10:08:59.017Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecParseError [2022-05-04T10:08:59.017Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-04T10:08:59.017Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-04T10:08:59.017Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.017Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-04T10:08:59.119Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-04T10:08:59.119Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-04T10:08:59.120Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-04T10:08:59.120Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-04T10:08:59.120Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-04T10:08:59.120Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-04T10:08:59.120Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:08:59.120Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-04T10:09:03.723Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-04T10:09:03.723Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-04T10:09:03.723Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-04T10:09:03.723Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-04T10:09:03.723Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T10:09:03.723Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-04T10:09:05.819Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-04T10:09:05.819Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-04T10:09:05.819Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-04T10:09:08.409Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-04T10:09:08.409Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T10:09:08.409Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-04T10:09:14.022Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-04T10:09:14.022Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-04T10:09:14.489Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-04T10:09:14.489Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:09:14.489Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-04T10:09:14.489Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-04T10:09:14.955Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-04T10:09:14.955Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-04T10:09:15.463Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-04T10:09:15.463Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T10:09:15.463Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-04T10:09:15.463Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T10:09:15.463Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-04T10:09:15.463Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T10:09:15.463Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-04T10:09:17.164Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-04T10:09:17.631Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-04T10:09:18.450Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-04T10:09:18.450Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-04T10:09:20.575Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-04T10:09:20.575Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-04T10:09:21.043Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-04T10:09:21.043Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-04T10:09:21.509Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-04T10:09:22.527Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-04T10:09:25.612Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-04T10:09:25.612Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-04T10:09:30.160Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-04T10:09:30.160Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:09:30.160Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-04T10:09:30.160Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-04T10:09:30.160Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-04T10:09:30.160Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:09:30.160Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-04T10:09:30.373Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-04T10:09:31.071Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-04T10:09:34.787Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-04T10:09:37.304Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-04T10:09:37.304Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-04T10:09:37.770Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-04T10:09:41.833Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-04T10:09:41.833Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:09:41.833Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-04T10:09:41.833Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-04T10:09:42.289Z] === RUN TestDockerSuite/TestHealth [2022-05-04T10:09:42.289Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T10:09:42.289Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-04T10:09:42.289Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-04T10:09:42.289Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-04T10:09:42.289Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-04T10:09:48.177Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-04T10:09:48.177Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.177Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite (2283.82s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (85.00s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.84s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.04s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.72s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.15s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.61s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.88s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (91.81s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.61s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.15s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.97s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.98s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.62s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.09s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.35s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.36s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.13s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.71s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.15s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.83s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.07s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.31s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.76s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.00s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.22s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.71s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.22s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.65s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.23s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.72s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.88s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.64s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.72s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.16s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCmd (0.70s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.65s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.23s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.54s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.40s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.28s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.06s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.77s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.15s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.53s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.72s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.69s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.30s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.19s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.15s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.86s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.96s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.21s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.19s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.92s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.44s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (11.30s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (56.91s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.67s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.85s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.87s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.57s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.16s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.54s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.72s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.07s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (74.31s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.48s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.12s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.53s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.93s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.47s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.71s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.51s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.96s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.60s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFails (2.48s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.94s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.84s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.46s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.66s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.22s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.88s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.34s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildHistory (11.14s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.01s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.86s) [2022-05-04T10:09:48.645Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.65s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildLabel (0.97s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.99s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.61s) [2022-05-04T10:09:48.645Z] --- PASS: TestDockerSuite/TestBuildLabels (0.97s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.51s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.67s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.56s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.57s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.34s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.23s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (3.10s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.07s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.91s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.62s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.45s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.14s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.63s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.45s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.61s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.99s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.46s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.70s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.52s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.12s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.66s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.05s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.85s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.38s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.63s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.47s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.24s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.91s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.47s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.48s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildRm (12.04s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.58s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.52s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.88s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.85s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.73s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.94s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.82s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.61s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.57s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.35s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildStderr (4.29s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.87s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.61s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.41s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.69s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.32s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.29s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.13s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.04s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.99s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.74s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.58s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.22s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.04s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.10s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.10s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.19s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.87s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.77s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.50s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitChange (4.93s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.67s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.93s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitTTY (7.06s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.65s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.82s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.08s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.40s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.51s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.41s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.09s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.98s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.05s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.52s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.51s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.97s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.65s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.42s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.71s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.25s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.79s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.57s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.96s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.36s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.91s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.76s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.38s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.50s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.51s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.42s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.50s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c4c318_} (2.52s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1270915739_c:\foo_false____} (2.47s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1270915739_c:\foo_true____} (2.44s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.61s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.61s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.58s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.66s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.61s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.97s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.11s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToDot (2.56s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCpToStdout (2.73s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-04T10:09:48.646Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2022-05-04T10:09:48.646Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.10s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.46s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.84s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.67s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateRM (0.40s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.82s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.51s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.83s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.48s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.58s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.55s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.57s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.71s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsCopy (4.38s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.33s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.43s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.10s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.15s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.89s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFilters (5.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFormat (5.12s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsRename (2.71s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsResize (7.80s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.11s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.38s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.94s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.17s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.90s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.89s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.98s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.95s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.97s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.93s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.42s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecInspectID (4.34s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.23s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.09s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.09s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.92s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.84s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.92s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.84s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.52s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.70s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.96s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.77s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.61s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.47s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.50s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.38s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.44s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectDefault (2.42s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectHistory (4.55s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.42s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.98s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.45s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.99s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.03s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectStatus (3.10s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.93s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.41s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.06s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.41s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.39s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.48s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.87s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.90s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.68s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.54s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.98s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.99s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.88s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.83s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.45s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.08s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.52s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.64s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsSince (9.31s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsTail (2.77s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.62s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.72s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.04s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.99s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.00s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsByOrder (8.09s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.50s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.75s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2022-05-04T10:09:48.647Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.73s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.73s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.44s) [2022-05-04T10:09:48.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.60s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.61s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.38s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.24s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.92s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.47s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.57s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.11s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.84s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.45s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.57s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.32s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.04s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.00s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.67s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.36s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.91s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.85s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.86s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiTag (0.57s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.50s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.59s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.80s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.78s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.10s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.27s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.86s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.58s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.45s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.46s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.50s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.42s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.72s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.77s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.80s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.52s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.46s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.47s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.74s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.87s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.49s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.42s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.43s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.47s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunExitCode (2.40s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.42s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.50s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.45s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.35s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.65s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.50s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.29s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.11s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.36s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.77s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.82s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.30s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.33s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.48s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.59s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunRm (2.48s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.51s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.52s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.42s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.95s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.61s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.43s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.23s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.75s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.43s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.42s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.09s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.29s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.46s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.89s) [2022-05-04T10:09:48.648Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-05-04T10:09:48.648Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.30s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.47s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.44s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.34s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.39s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.75s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.82s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.66s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.33s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.43s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.47s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.41s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.97s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.36s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.92s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.99s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.16s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.96s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.27s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.01s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.88s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.23s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.61s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.15s) [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-04T10:09:48.649Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] --- PASS: TestDockerRegistrySuite (0.13s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-04T10:09:48.649Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:48.649Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-04T10:09:48.649Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-04T10:09:48.650Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-04T10:09:48.650Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-04T10:09:48.650Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-04T10:09:48.650Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-04T10:09:48.650Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-04T10:09:48.650Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerDaemonSuite [2022-05-04T10:09:48.650Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-04T10:09:48.650Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-04T10:09:48.650Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-04T10:09:48.650Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerSwarmSuite [2022-05-04T10:09:48.650Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-04T10:09:48.650Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerExternalVolumeSuite [2022-05-04T10:09:48.650Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerNetworkSuite [2022-05-04T10:09:48.650Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-04T10:09:48.650Z] === RUN TestDockerHubPullSuite [2022-05-04T10:09:48.650Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-04T10:09:48.650Z] PASS [2022-05-04T10:09:48.650Z] ok github.com/docker/docker/integration-cli 2284.171s [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === Skipped [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:09:48.650Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:09:48.650Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:09:48.650Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:09:48.650Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-04T10:09:48.650Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-04T10:09:48.650Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-04T10:09:48.650Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.650Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-04T10:09:48.650Z] [2022-05-04T10:09:48.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:09:48.651Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-05-04T10:09:48.651Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-05-04T10:09:48.651Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.651Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-05-04T10:09:48.651Z] [2022-05-04T10:09:48.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-04T10:09:48.652Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.652Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-04T10:09:48.652Z] [2022-05-04T10:09:48.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-04T10:09:48.652Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.652Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-04T10:09:48.652Z] [2022-05-04T10:09:48.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-05-04T10:09:48.652Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T10:09:48.652Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-05-04T10:09:48.652Z] [2022-05-04T10:09:48.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-04T10:09:48.652Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.652Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-04T10:09:48.652Z] [2022-05-04T10:09:48.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:09:48.652Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:09:48.652Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:09:48.652Z] [2022-05-04T10:09:48.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:09:49.120Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.120Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:09:49.120Z] [2022-05-04T10:09:49.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:09:49.120Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:49.121Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:49.121Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:09:49.121Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:09:49.121Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:09:49.121Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-04T10:09:49.121Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:09:49.121Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:09:49.121Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.121Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:09:49.121Z] [2022-05-04T10:09:49.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:09:49.121Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:09:49.122Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:09:49.122Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.04s) [2022-05-04T10:09:49.122Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.04s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:09:49.122Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:09:49.122Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:09:49.122Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.122Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:09:49.122Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-05-04T10:09:49.123Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:09:49.123Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.123Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:09:49.123Z] [2022-05-04T10:09:49.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:09:49.124Z] [2022-05-04T10:09:49.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:09:49.124Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.124Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:09:49.125Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:49.125Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.125Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:49.125Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-04T10:09:49.126Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.126Z] DONE 1088 tests, 539 skipped in 2295.545s [2022-05-04T10:09:49.126Z] INFO: Integration tests ended at 05/04/2022 10:09:49. Duration:00:38:15.6800559 [2022-05-04T10:09:49.126Z] INFO: Docker info of the daemon under test at end of run [2022-05-04T10:09:49.126Z] [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-04T10:09:49.337Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-04T10:09:49.337Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-04T10:09:49.593Z] Containers: 10 [2022-05-04T10:09:49.593Z] Running: 0 [2022-05-04T10:09:49.593Z] Paused: 0 [2022-05-04T10:09:49.593Z] Stopped: 10 [2022-05-04T10:09:49.593Z] Images: 18 [2022-05-04T10:09:49.593Z] Server Version: 0.0.0-dev [2022-05-04T10:09:49.593Z] Storage Driver: windowsfilter [2022-05-04T10:09:49.593Z] Windows: [2022-05-04T10:09:49.593Z] Logging Driver: json-file [2022-05-04T10:09:49.593Z] Plugins: [2022-05-04T10:09:49.593Z] Volume: local [2022-05-04T10:09:49.593Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T10:09:49.593Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T10:09:49.593Z] Swarm: inactive [2022-05-04T10:09:49.593Z] Default Isolation: process [2022-05-04T10:09:49.593Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T10:09:49.593Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-04T10:09:49.593Z] OSType: windows [2022-05-04T10:09:49.593Z] Architecture: x86_64 [2022-05-04T10:09:49.593Z] CPUs: 4 [2022-05-04T10:09:49.593Z] Total Memory: 32GiB [2022-05-04T10:09:49.593Z] Name: azwin-2-24ffe1 [2022-05-04T10:09:49.593Z] ID: O3KX:S53Z:ZUFD:CTXY:CA2S:NS5W:YYPI:RG7U:6V75:F2Y5:G2UU:ZMQA [2022-05-04T10:09:49.593Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T10:09:49.593Z] Debug Mode (client): false [2022-05-04T10:09:49.593Z] Debug Mode (server): true [2022-05-04T10:09:49.593Z] File Descriptors: -1 [2022-05-04T10:09:49.593Z] Goroutines: 17 [2022-05-04T10:09:49.593Z] System Time: 2022-05-04T10:09:49.1123144Z [2022-05-04T10:09:49.593Z] EventsListeners: 0 [2022-05-04T10:09:49.594Z] Registry: https://index.docker.io/v1/ [2022-05-04T10:09:49.594Z] Labels: [2022-05-04T10:09:49.594Z] Experimental: false [2022-05-04T10:09:49.594Z] Insecure Registries: [2022-05-04T10:09:49.594Z] 127.0.0.0/8 [2022-05-04T10:09:49.594Z] Live Restore Enabled: false [2022-05-04T10:09:49.594Z] [2022-05-04T10:09:49.594Z] [2022-05-04T10:09:49.594Z] INFO: Stopping daemon under test [2022-05-04T10:09:49.594Z] SUCCESS: The process with PID 5456 (child process of PID 5532) has been terminated. [2022-05-04T10:09:49.594Z] SUCCESS: The process with PID 5532 (child process of PID 1396) has been terminated. [2022-05-04T10:09:49.594Z] INFO: Stop tailing logs of the daemon under tests [2022-05-04T10:09:49.594Z] INFO: executeCI.ps1 Completed successfully at 05/04/2022 10:09:49. [2022-05-04T10:09:49.594Z] INFO: Tidying up at end of run [2022-05-04T10:09:49.594Z] ----------- DAEMON LOG ------------ [2022-05-04T10:09:49.594Z] 2022/05/04 09:28:40 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-04T10:09:49.594Z] ----------- END DAEMON LOG -------- [2022-05-04T10:09:49.594Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.out) to bundles\CIDUT.out [2022-05-04T10:09:49.594Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.err) to bundles\CIDUT.err [2022-05-04T10:09:49.594Z] INFO: Saving containerd logs to bundles [2022-05-04T10:09:49.594Z] INFO: Nuke-Everything... [2022-05-04T10:09:49.793Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-04T10:09:49.793Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T10:09:49.793Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-04T10:09:50.061Z] INFO: Container count on control daemon to delete is 2 [2022-05-04T10:09:50.061Z] 84212fc0e7c3 [2022-05-04T10:09:50.061Z] fc7eebc7c7e5 [2022-05-04T10:09:50.528Z] INFO: Tidying pidfile d:\CI\PR-43559\1\docker.pid [2022-05-04T10:09:50.528Z] INFO: Nuking d:\CI [2022-05-04T10:09:51.320Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-04T10:09:51.320Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-04T10:09:53.484Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-04T10:09:53.484Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-04T10:09:55.674Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-04T10:09:55.674Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T10:09:55.674Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-04T10:09:56.372Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-04T10:09:58.629Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-04T10:10:00.089Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-04T10:10:00.089Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-04T10:10:00.089Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:10:00.089Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-04T10:10:00.195Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-04T10:10:03.806Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-04T10:10:03.806Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-04T10:10:04.263Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportFile [2022-05-04T10:10:04.263Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-04T10:10:04.263Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-04T10:10:04.263Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-04T10:10:04.263Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-04T10:10:04.263Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-04T10:10:04.263Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-04T10:10:04.263Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-04T10:10:04.263Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-04T10:10:04.263Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:10:04.263Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-04T10:10:06.068Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-04T10:10:07.985Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-04T10:10:11.703Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-04T10:10:11.703Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.703Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-04T10:10:11.703Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.703Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-04T10:10:11.703Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-04T10:10:11.703Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.703Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-04T10:10:11.938Z] === RUN TestDockerSuite/TestBuildUser [2022-05-04T10:10:11.938Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.938Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-04T10:10:11.938Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.938Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-04T10:10:11.938Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T10:10:11.938Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-04T10:10:14.597Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-04T10:10:14.597Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-04T10:10:15.839Z] INFO: Zapped successfully [2022-05-04T10:10:15.839Z] [2022-05-04T10:10:15.839Z] INFO: executeCI.ps1 exiting at Wed May 4 10:10:11 CUT 2022. Duration 01:06:50.4220914 [2022-05-04T10:10:15.839Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-04T10:10:16.086Z] Recording test results [2022-05-04T10:10:17.810Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-04T10:10:17.811Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-04T10:10:18.312Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-04T10:10:18.312Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:10:18.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-04T10:10:18.312Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:10:18.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-04T10:10:18.312Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:10:18.312Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-04T10:10:21.204Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-04T10:10:25.261Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-04T10:10:26.476Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-04T10:10:26.476Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T10:10:26.476Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-04T10:10:26.476Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T10:10:26.476Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-04T10:10:26.776Z] Creating win-2022-integration-bundles.zip [2022-05-04T10:10:28.253Z] === RUN TestDockerSuite/TestInspectImage [2022-05-04T10:10:28.253Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:10:28.253Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-04T10:10:28.253Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:10:28.253Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-04T10:10:28.253Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:10:28.253Z] === RUN TestDockerSuite/TestInspectInt64 [Pipeline] archiveArtifacts [2022-05-04T10:10:28.555Z] Archiving artifacts [2022-05-04T10:10:31.144Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-04T10:10:34.860Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-04T10:10:34.860Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-04T10:10:38.578Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-04T10:10:42.300Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-04T10:10:42.300Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:10:42.300Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-04T10:10:42.300Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-04T10:10:44.303Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T10:10:45.248Z] + make clean [2022-05-04T10:10:46.014Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-04T10:10:46.809Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T10:10:46.809Z] docker-dev-cache [2022-05-04T10:10:46.809Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T10:10:50.683Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-04T10:10:56.590Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-04T10:10:56.590Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-04T10:10:57.738Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-04T10:11:01.457Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-04T10:11:05.182Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-04T10:11:08.905Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-04T10:11:09.092Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-04T10:11:12.623Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-04T10:11:15.514Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-04T10:11:16.260Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-04T10:11:16.260Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T10:11:16.260Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-04T10:11:16.260Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T10:11:16.260Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-04T10:11:19.232Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-04T10:11:19.232Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-04T10:11:19.232Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-04T10:11:19.232Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-04T10:11:20.055Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-04T10:11:20.055Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T10:11:20.055Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-04T10:11:22.951Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-04T10:11:26.672Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-04T10:11:33.722Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-04T10:11:35.002Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-04T10:11:36.614Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-04T10:11:36.614Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:11:36.614Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-04T10:11:38.804Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-04T10:11:39.795Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-04T10:11:40.334Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-04T10:11:40.334Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-04T10:11:48.874Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-04T10:11:55.926Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-04T10:12:01.043Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-04T10:12:01.043Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T10:12:01.043Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-04T10:12:01.043Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T10:12:01.043Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-04T10:12:01.043Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T10:12:01.043Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-04T10:12:02.614Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-04T10:12:02.974Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-04T10:12:07.644Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-04T10:12:12.324Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-04T10:12:12.324Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:12:12.324Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-04T10:12:13.047Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-04T10:12:15.267Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-04T10:12:15.267Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T10:12:15.267Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-04T10:12:15.267Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T10:12:15.267Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-04T10:12:15.267Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T10:12:15.267Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-04T10:12:16.049Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-04T10:12:18.222Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-04T10:12:18.947Z] === RUN TestDockerSuite/TestLogsSince [2022-05-04T10:12:24.097Z] === RUN TestDockerSuite/TestCommitChange [2022-05-04T10:12:29.232Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-04T10:12:29.232Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:12:29.232Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-04T10:12:29.232Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:12:29.232Z] === RUN TestDockerSuite/TestLogsTail [2022-05-04T10:12:29.968Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-04T10:12:33.087Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-04T10:12:35.846Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-04T10:12:35.846Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T10:12:35.846Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-04T10:12:36.812Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-04T10:12:40.531Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-04T10:12:40.531Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestNetHostname [2022-05-04T10:12:40.531Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-04T10:12:40.531Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-04T10:12:40.531Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-04T10:12:40.531Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginActive [2022-05-04T10:12:40.531Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-04T10:12:40.531Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-04T10:12:40.531Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-04T10:12:40.531Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-04T10:12:40.531Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-04T10:12:40.531Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-04T10:12:40.531Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-04T10:12:40.531Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-04T10:12:40.531Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-04T10:12:40.531Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.531Z] === RUN TestDockerSuite/TestPortList [2022-05-04T10:12:40.531Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:12:40.987Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-04T10:12:43.036Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-04T10:12:43.036Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:12:43.036Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-04T10:12:48.502Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-04T10:12:48.502Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:12:48.502Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-04T10:12:51.704Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-04T10:12:54.566Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-04T10:12:54.566Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:12:54.566Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-04T10:12:56.463Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-04T10:12:56.463Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-04T10:12:56.463Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-04T10:12:56.463Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-04T10:12:56.463Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-04T10:12:56.463Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-04T10:12:56.463Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T10:12:56.463Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-04T10:12:56.932Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-04T10:13:05.595Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-04T10:13:09.339Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-04T10:13:09.339Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:13:09.339Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-04T10:13:12.761Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-04T10:13:12.761Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T10:13:12.761Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-04T10:13:19.929Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-04T10:13:19.929Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T10:13:19.929Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-04T10:13:19.929Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T10:13:20.399Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-04T10:13:20.399Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T10:13:20.399Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-04T10:13:23.357Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-04T10:13:23.357Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T10:13:23.357Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-04T10:13:23.357Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-04T10:13:24.125Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-04T10:13:26.316Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-04T10:13:26.316Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-04T10:13:26.316Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T10:13:26.316Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-04T10:13:26.316Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T10:13:26.316Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-04T10:13:26.316Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T10:13:26.316Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-04T10:13:29.271Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-04T10:13:32.230Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-04T10:13:35.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-04T10:13:35.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-04T10:13:35.187Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T10:13:35.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-04T10:13:38.147Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-04T10:13:38.147Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-04T10:13:45.177Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-04T10:13:45.177Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-04T10:13:45.177Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:13:45.177Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-04T10:13:45.177Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-04T10:13:45.177Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-04T10:13:45.312Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-04T10:13:45.312Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T10:13:45.312Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-04T10:13:45.312Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T10:13:45.312Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-04T10:13:48.274Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-04T10:13:48.274Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-04T10:13:49.853Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-04T10:13:51.229Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-04T10:13:51.229Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T10:13:51.229Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-04T10:13:54.186Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-04T10:13:54.655Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-04T10:13:57.615Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-04T10:14:00.144Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-04T10:14:07.191Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-04T10:14:07.647Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:14:07.647Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-04T10:14:07.647Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:14:07.647Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-04T10:14:08.049Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-04T10:14:11.849Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-04T10:14:11.849Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-04T10:14:11.849Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-04T10:14:11.849Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-04T10:14:11.849Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-04T10:14:14.074Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-04T10:14:14.074Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T10:14:14.074Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-04T10:14:14.700Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-04T10:14:14.700Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:14:14.700Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-04T10:14:14.700Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:14:15.156Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-04T10:14:15.156Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:14:15.156Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-04T10:14:15.156Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:14:15.156Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-04T10:14:17.033Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-04T10:14:17.033Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T10:14:17.033Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-04T10:14:19.995Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-04T10:14:19.995Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-04T10:14:25.879Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-04T10:14:27.498Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-04T10:14:27.498Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:14:27.498Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-04T10:14:27.498Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-04T10:14:27.498Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:14:27.499Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-04T10:14:28.099Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-04T10:14:28.099Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-04T10:14:28.099Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-04T10:14:28.099Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-04T10:14:28.099Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T10:14:28.099Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-04T10:14:29.026Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-04T10:14:29.988Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-04T10:14:29.988Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:14:29.988Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-04T10:14:30.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-04T10:14:30.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-05-04T10:14:33.276Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-05-04T10:14:36.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-05-04T10:14:37.034Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-04T10:14:44.080Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-04T10:14:44.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-05-04T10:14:47.796Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-04T10:14:52.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008933b0_} [2022-05-04T10:15:00.747Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13779448970_c:\foo_false____} [2022-05-04T10:15:07.913Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13779448970_c:\foo_true____} [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-04T10:15:11.708Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-04T10:15:11.708Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-04T10:15:11.708Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-04T10:15:11.708Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-04T10:15:11.708Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-04T10:15:11.708Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T10:15:11.708Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-04T10:15:17.700Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-04T10:15:17.700Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:15:17.700Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-04T10:15:20.378Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-04T10:15:20.378Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-04T10:15:20.378Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:15:20.378Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-04T10:15:23.334Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-04T10:15:23.334Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-04T10:15:23.334Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T10:15:23.334Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-04T10:15:27.986Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-04T10:15:27.986Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-04T10:15:27.986Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-04T10:15:28.949Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-04T10:15:32.007Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-04T10:15:32.007Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T10:15:32.007Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-04T10:15:32.007Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T10:15:32.007Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-04T10:15:32.007Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T10:15:32.007Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-04T10:15:37.499Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-04T10:15:42.435Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-04T10:15:43.265Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-04T10:15:43.265Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:15:43.265Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-04T10:15:49.614Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-04T10:15:49.614Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:15:49.614Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-04T10:15:49.614Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T10:15:49.614Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-04T10:15:50.364Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-04T10:15:50.364Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-04T10:15:50.364Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-04T10:16:07.442Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-04T10:16:07.443Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:16:07.443Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-04T10:16:07.443Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:16:07.443Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-04T10:16:11.412Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-04T10:16:13.578Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-04T10:16:14.540Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-04T10:16:16.107Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-04T10:16:16.107Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T10:16:16.107Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-04T10:16:16.107Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T10:16:16.107Z] === RUN TestDockerSuite/TestCpToDot [2022-05-04T10:16:23.268Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-04T10:16:23.268Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T10:16:23.268Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-04T10:16:23.268Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T10:16:23.268Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-04T10:16:24.827Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-04T10:16:30.594Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-04T10:16:31.933Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-04T10:16:31.933Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-04T10:16:31.933Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-04T10:16:31.933Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-04T10:16:31.933Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-04T10:16:34.150Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-04T10:16:37.106Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-04T10:16:37.106Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-04T10:16:37.575Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-04T10:16:39.792Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-04T10:16:40.788Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-04T10:16:40.788Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-04T10:16:40.788Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T10:16:40.883Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-04T10:16:41.259Z] === RUN TestDockerSuite/TestCreateRM [2022-05-04T10:16:41.730Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-04T10:16:41.730Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T10:16:41.730Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-04T10:16:41.730Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-04T10:16:42.199Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-04T10:16:46.653Z] === RUN TestDockerSuite/TestRmiTag [2022-05-04T10:16:47.109Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-04T10:16:50.967Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-04T10:16:52.750Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-04T10:16:52.750Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-04T10:16:52.750Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-04T10:16:56.542Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-04T10:16:56.542Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-04T10:16:56.542Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:16:56.542Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-04T10:16:59.496Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-04T10:16:59.496Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDockerFails [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-04T10:16:59.496Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-04T10:16:59.496Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-04T10:16:59.496Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.496Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-04T10:16:59.496Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.965Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-04T10:16:59.965Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T10:16:59.965Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-04T10:17:02.920Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-04T10:17:05.875Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-04T10:17:08.830Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-04T10:17:16.056Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-04T10:17:16.512Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-04T10:17:23.565Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-04T10:17:23.773Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-04T10:17:24.022Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-04T10:17:24.022Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.022Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-04T10:17:24.022Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.022Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-04T10:17:24.022Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.022Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-04T10:17:24.481Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.481Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-04T10:17:24.481Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.481Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-04T10:17:24.481Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.481Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-04T10:17:24.481Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:17:24.481Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-04T10:17:27.373Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-04T10:17:27.373Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:17:27.373Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-04T10:17:27.373Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:17:27.828Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-04T10:17:28.530Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-04T10:17:34.401Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-04T10:17:34.874Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-04T10:17:37.356Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-04T10:17:38.344Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-04T10:17:38.594Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-04T10:17:41.483Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-04T10:17:43.107Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-04T10:17:43.107Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-04T10:17:44.676Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-04T10:17:45.201Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-04T10:17:48.091Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-04T10:17:48.546Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-04T10:17:50.546Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-04T10:17:55.306Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-04T10:17:55.593Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.593Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-04T10:17:55.774Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-04T10:17:55.774Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-04T10:17:55.774Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.774Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-04T10:17:55.774Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.774Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-04T10:17:55.774Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T10:17:55.774Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-04T10:17:57.343Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-04T10:17:57.343Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T10:17:57.343Z] === RUN TestDockerSuite/TestEventsRename [2022-05-04T10:17:58.485Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-04T10:17:58.486Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:17:58.486Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-04T10:18:00.295Z] === RUN TestDockerSuite/TestEventsResize [2022-05-04T10:18:03.151Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-04T10:18:03.151Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:18:03.151Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-04T10:18:03.151Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:18:03.151Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-04T10:18:06.043Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:18:06.043Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-04T10:18:08.208Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-04T10:18:08.963Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-04T10:18:11.927Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-04T10:18:14.816Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-04T10:18:14.816Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:18:14.816Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-04T10:18:14.816Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:18:14.816Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-04T10:18:14.816Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:18:15.275Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-04T10:18:16.125Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-04T10:18:18.167Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-04T10:18:18.167Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:18:18.167Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-04T10:18:18.167Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:18:18.167Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-04T10:18:18.167Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:18:18.623Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-04T10:18:18.623Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:18:18.623Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-04T10:18:19.079Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-04T10:18:20.790Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-04T10:18:24.951Z] === RUN TestDockerSuite/TestEventsTop [2022-05-04T10:18:24.951Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T10:18:24.951Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-04T10:18:27.842Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:18:27.842Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-04T10:18:27.906Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-04T10:18:30.733Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-04T10:18:30.733Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:18:30.733Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-04T10:18:30.733Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-04T10:18:30.733Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:18:30.733Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-04T10:18:32.672Z] === RUN TestDockerSuite/TestExec [2022-05-04T10:18:32.672Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:18:32.672Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-04T10:18:32.672Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:18:32.672Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-04T10:18:34.453Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-04T10:18:34.889Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-04T10:18:37.345Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-04T10:18:37.345Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:18:37.345Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-04T10:18:37.845Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-04T10:18:37.845Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T10:18:37.845Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-04T10:18:37.845Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T10:18:37.845Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-04T10:18:37.845Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:18:37.845Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-04T10:18:40.062Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-04T10:18:41.064Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-04T10:18:41.064Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:18:41.064Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-04T10:18:41.064Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:18:41.064Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-04T10:18:41.064Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:18:41.064Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-04T10:18:42.279Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-04T10:18:44.779Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-04T10:18:45.232Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-04T10:18:47.449Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-04T10:18:47.668Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-04T10:18:51.387Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-04T10:18:53.324Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-04T10:18:53.324Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T10:18:53.324Z] === RUN TestDockerSuite/TestExecEnv [2022-05-04T10:18:53.324Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:18:53.324Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-04T10:18:53.324Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T10:18:53.324Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-04T10:18:54.276Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-04T10:18:54.276Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-04T10:18:54.276Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-04T10:18:54.276Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.276Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:18:54.276Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:18:54.732Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-04T10:18:54.732Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.732Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-04T10:18:54.732Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:18:54.732Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-04T10:18:55.539Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-04T10:19:00.499Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-04T10:19:00.499Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-04T10:19:00.499Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-04T10:19:00.499Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-04T10:19:00.499Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:19:00.499Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-04T10:19:01.409Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-04T10:19:01.409Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecParseError [2022-05-04T10:19:01.409Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-04T10:19:01.409Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-04T10:19:01.409Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T10:19:01.409Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-04T10:19:04.365Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-04T10:19:04.365Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-04T10:19:04.365Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-04T10:19:04.365Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-04T10:19:04.365Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T10:19:04.365Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-04T10:19:07.322Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-04T10:19:07.322Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T10:19:07.322Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-04T10:19:09.179Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-04T10:19:09.179Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:19:09.179Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunMount [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-04T10:19:12.072Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:19:12.072Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-04T10:19:16.132Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-04T10:19:16.132Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T10:19:16.132Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-04T10:19:16.132Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T10:19:16.132Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-04T10:19:16.601Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T10:19:16.601Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-04T10:19:22.365Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-04T10:19:22.365Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:19:22.365Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-04T10:19:22.365Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:19:22.365Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-04T10:19:22.365Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:19:22.365Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-04T10:19:23.762Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-04T10:19:29.434Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-04T10:19:29.630Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-04T10:19:33.423Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-04T10:19:35.207Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-04T10:19:35.207Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-04T10:19:36.735Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-04T10:19:38.904Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-04T10:19:39.293Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-04T10:19:39.293Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:19:39.293Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-04T10:19:39.293Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-04T10:19:39.762Z] === RUN TestDockerSuite/TestHealth [2022-05-04T10:19:39.762Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T10:19:39.762Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-04T10:19:39.762Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-04T10:19:39.762Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-04T10:19:39.762Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-04T10:19:41.071Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-04T10:19:42.036Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-04T10:19:45.631Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-04T10:19:45.631Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-04T10:19:45.631Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.631Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-04T10:19:45.631Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-04T10:19:45.631Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-04T10:19:45.750Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:19:45.750Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:19:46.105Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-04T10:19:47.093Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-04T10:19:47.093Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T10:19:47.093Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-04T10:19:48.079Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-04T10:19:48.547Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-04T10:19:50.414Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-04T10:19:50.414Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-04T10:19:50.414Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-04T10:19:50.414Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-04T10:19:50.414Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:19:50.414Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-04T10:19:50.766Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-04T10:19:51.235Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-04T10:19:54.189Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-04T10:20:02.760Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-04T10:20:02.760Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:20:02.760Z] === RUN TestDockerSuite/TestRunRm [2022-05-04T10:20:02.857Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-04T10:20:02.857Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-04T10:20:02.857Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:20:02.857Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-04T10:20:04.290Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-04T10:20:06.802Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImportFile [2022-05-04T10:20:06.802Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-04T10:20:06.802Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-04T10:20:06.802Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-04T10:20:06.803Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-04T10:20:06.803Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-04T10:20:06.803Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-04T10:20:06.803Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-04T10:20:06.803Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-04T10:20:06.803Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-04T10:20:06.803Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:20:07.275Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-04T10:20:07.275Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:20:07.275Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-04T10:20:10.232Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-04T10:20:11.334Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-04T10:20:13.187Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-04T10:20:13.187Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:20:13.187Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-04T10:20:13.187Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:20:13.187Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-04T10:20:13.187Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-04T10:20:13.187Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:20:13.187Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-04T10:20:14.223Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-04T10:20:15.405Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-04T10:20:15.873Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-04T10:20:17.936Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-04T10:20:18.825Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-04T10:20:18.825Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:20:18.825Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-04T10:20:18.825Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:20:18.825Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-04T10:20:18.825Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:20:18.825Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-04T10:20:20.824Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-04T10:20:20.824Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:20:20.824Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-04T10:20:20.824Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:20:20.824Z] === RUN TestDockerSuite/TestRunState [2022-05-04T10:20:20.824Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:20:20.824Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-04T10:20:21.780Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-04T10:20:24.543Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-04T10:20:24.544Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-04T10:20:24.544Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-04T10:20:24.544Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-04T10:20:24.544Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-04T10:20:24.544Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:20:25.000Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-04T10:20:27.649Z] === RUN TestDockerSuite/TestInspectImage [2022-05-04T10:20:27.649Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:20:27.649Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-04T10:20:27.649Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:20:27.649Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-04T10:20:27.649Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:20:27.649Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-04T10:20:29.870Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-04T10:20:30.772Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:20:30.772Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-04T10:20:32.085Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-04T10:20:32.554Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-04T10:20:34.491Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-04T10:20:34.491Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:20:34.491Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-04T10:20:35.508Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-04T10:20:37.380Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-04T10:20:37.380Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:20:37.380Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-04T10:20:37.380Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:20:37.380Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-04T10:20:38.462Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-04T10:20:38.462Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:20:38.462Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-04T10:20:38.462Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-04T10:20:40.681Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-04T10:20:42.052Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-04T10:20:44.476Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-04T10:20:50.347Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-04T10:20:52.374Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-04T10:20:52.564Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-04T10:20:59.431Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-04T10:20:59.724Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-04T10:21:02.679Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-04T10:21:04.898Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-04T10:21:07.853Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-04T10:21:07.969Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-04T10:21:07.969Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:21:07.969Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-04T10:21:07.969Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-04T10:21:12.639Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-04T10:21:15.528Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-04T10:21:16.523Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-04T10:21:16.523Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-04T10:21:16.523Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-04T10:21:16.523Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-04T10:21:18.418Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-04T10:21:18.418Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.418Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-04T10:21:18.418Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-04T10:21:18.740Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-04T10:21:18.874Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-04T10:21:18.874Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-04T10:21:18.874Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-04T10:21:18.874Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-04T10:21:18.874Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:21:18.874Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-04T10:21:20.957Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-04T10:21:23.539Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-04T10:21:26.439Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-04T10:21:28.123Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-04T10:21:28.604Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-04T10:21:30.340Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-04T10:21:30.340Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:21:30.340Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-04T10:21:33.294Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-04T10:21:33.294Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-04T10:21:34.531Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-04T10:21:34.531Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-04T10:21:34.531Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-04T10:21:34.531Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-04T10:21:34.531Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.531Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-04T10:21:34.531Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.988Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-04T10:21:34.988Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.988Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-04T10:21:34.988Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.988Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-04T10:21:34.988Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.988Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-04T10:21:34.988Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:21:34.988Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-04T10:21:37.151Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-04T10:21:37.607Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-04T10:21:38.062Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-04T10:21:38.518Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-04T10:21:40.044Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-04T10:21:40.044Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-04T10:21:41.965Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-04T10:21:43.762Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-04T10:21:46.651Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-04T10:21:49.542Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-04T10:21:49.542Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:21:49.997Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-04T10:21:50.633Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-04T10:21:59.306Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-04T10:22:00.293Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-04T10:22:00.293Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:22:00.293Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-04T10:22:02.261Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-04T10:22:05.217Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-04T10:22:05.217Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:22:05.217Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-04T10:22:06.062Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-04T10:22:06.062Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:22:06.062Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-04T10:22:06.062Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:22:06.062Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-04T10:22:06.062Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:22:06.062Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-04T10:22:06.062Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:22:06.062Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-04T10:22:08.170Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-04T10:22:16.349Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:22:16.349Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-04T10:22:16.838Z] === RUN TestDockerSuite/TestLogsSince [2022-05-04T10:22:19.238Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-04T10:22:23.906Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-04T10:22:23.906Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:22:23.906Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-04T10:22:25.503Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-04T10:22:25.503Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:22:25.503Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-04T10:22:25.503Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:22:25.503Z] === RUN TestDockerSuite/TestLogsTail [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-04T10:22:27.621Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-04T10:22:27.621Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-04T10:22:27.621Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-04T10:22:27.621Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-04T10:22:27.621Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-04T10:22:27.621Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:22:27.621Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-04T10:22:28.456Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-04T10:22:31.413Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-04T10:22:34.365Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-04T10:22:34.365Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestNetHostname [2022-05-04T10:22:34.365Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-04T10:22:34.365Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-04T10:22:34.365Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-04T10:22:34.365Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPluginActive [2022-05-04T10:22:34.365Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-04T10:22:34.365Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-04T10:22:34.365Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.365Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-04T10:22:34.365Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-04T10:22:34.834Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-04T10:22:34.834Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-04T10:22:34.834Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-04T10:22:34.834Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-04T10:22:34.834Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-04T10:22:34.834Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPortList [2022-05-04T10:22:34.834Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:22:34.834Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-04T10:22:45.254Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-04T10:22:45.254Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-04T10:22:45.259Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-04T10:22:45.259Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-04T10:22:45.259Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-04T10:22:45.259Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-04T10:22:45.259Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.259Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-04T10:22:45.259Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.727Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-04T10:22:45.728Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-04T10:22:45.728Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:22:45.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-04T10:22:47.421Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-04T10:22:47.421Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-04T10:22:50.483Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-04T10:22:50.483Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:22:50.483Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-04T10:22:52.087Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-04T10:22:52.087Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-04T10:22:52.542Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-04T10:22:52.542Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-04T10:22:53.000Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-04T10:23:00.908Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-04T10:23:00.908Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:23:00.908Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-04T10:23:03.290Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-04T10:23:03.290Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:23:03.290Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-04T10:23:03.749Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-04T10:23:03.749Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-04T10:23:03.749Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:23:03.749Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-04T10:23:14.064Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-04T10:23:14.064Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-04T10:23:14.064Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-04T10:23:15.841Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-04T10:23:28.835Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-04T10:23:28.835Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:23:28.835Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite (2914.07s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.91s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.19s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.23s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.33s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.92s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (96.06s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.07s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.67s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.05s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.66s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.91s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.66s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.41s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.33s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.22s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.40s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.04s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.29s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.98s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.63s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.97s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.28s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.23s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.10s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.33s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.19s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.43s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.65s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.31s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.78s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.59s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.66s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.61s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.68s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.11s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCmd (0.73s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.65s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.64s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.53s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.55s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.40s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.95s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.13s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:23:28.835Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:23:28.835Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.58s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.13s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.76s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.68s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.80s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.64s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.47s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.94s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.92s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.95s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.65s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.93s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.85s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignore (61.64s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.13s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.22s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.82s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.94s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.50s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.96s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.42s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.89s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.36s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.33s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.31s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.39s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.64s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.70s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.55s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.72s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.33s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.68s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.47s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.26s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFails (3.39s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.15s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.91s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.52s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.41s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.54s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.50s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.78s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.25s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildHistory (13.69s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.19s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.21s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.87s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.89s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabel (1.25s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.21s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.69s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabels (1.26s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.83s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.28s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.71s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.61s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.15s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (43.15s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.59s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.20s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.54s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.76s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.31s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.26s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.90s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.87s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.73s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.09s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.65s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.26s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.99s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.87s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.27s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.63s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.58s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.34s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.51s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.91s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.27s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.50s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildRm (17.23s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.78s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.96s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.92s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.93s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.79s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.97s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.27s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.46s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildStderr (6.31s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.09s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.39s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.63s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.19s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.35s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.73s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.21s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.36s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.15s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.35s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.09s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.94s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.55s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.61s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.07s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.45s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.65s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.47s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.44s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCommitChange (6.39s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.18s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.29s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCommitTTY (9.37s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.01s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.28s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.29s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.36s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.31s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.33s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.15s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.10s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (8.50s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.25s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.52s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.11s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.51s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.13s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.33s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.42s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.45s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.10s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.14s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.35s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.48s) [2022-05-04T10:23:28.836Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.02s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.16s) [2022-05-04T10:23:28.836Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.17s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.44s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.11s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.37s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.29s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.27s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.32s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009c378_} (3.32s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13067640809_c:\foo_false____} (3.27s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13067640809_c:\foo_true____} (3.23s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.54s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.13s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.55s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.58s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.43s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.13s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.66s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.56s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.58s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToDot (3.85s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCpToStdout (3.81s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.41s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.46s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.04s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.87s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.45s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.62s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.35s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.50s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.41s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.52s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.66s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsCopy (6.34s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.98s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.35s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.93s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.68s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.13s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFilters (6.85s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFormat (6.79s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsRename (3.48s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsResize (33.78s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.26s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.96s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.74s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.90s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.44s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.29s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.55s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.06s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.05s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (11.68s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.11s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecInspectID (6.01s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.52s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.20s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.35s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.46s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.39s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.42s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.41s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.92s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.72s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.27s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.07s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.48s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.59s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.40s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.29s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.28s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.29s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectDefault (3.28s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectHistory (5.89s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:23:28.837Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.30s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.96s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-05-04T10:23:28.837Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.25s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.99s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.95s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectStatus (4.03s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.44s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.98s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.25s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.05s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.31s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.40s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.31s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.33s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.42s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.67s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.33s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.01s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.37s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.49s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.65s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.78s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.75s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.38s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.36s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsSince (9.95s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsTail (3.85s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.91s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.44s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.73s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.58s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsByOrder (13.89s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.12s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.46s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.46s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.69s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.41s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPsShowMounts (10.92s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2022-05-04T10:23:28.838Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:23:28.838Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.96s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.31s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.50s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.16s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.70s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.27s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.94s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.30s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.65s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.76s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.11s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.10s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.80s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.61s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.39s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.43s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.72s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiTag (0.72s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.32s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.52s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.65s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.17s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.36s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.22s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:23:29.296Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.42s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.14s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.38s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.35s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.37s) [2022-05-04T10:23:29.296Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.75s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.35s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.39s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.65s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.44s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.38s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.23s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.28s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.25s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.62s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.24s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.32s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.34s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.33s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunExitCode (3.33s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.32s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.33s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.40s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.85s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.35s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.74s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.83s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.87s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.75s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.50s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.32s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.24s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.96s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.12s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.08s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunRm (3.27s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.32s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.47s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.29s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.35s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.22s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.43s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.76s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.26s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.45s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.29s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.78s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.92s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.29s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.20s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.09s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.16s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.87s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.41s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.19s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.23s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.37s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.73s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.21s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.31s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.19s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.43s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.78s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.34s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.76s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.85s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.01s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.51s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.91s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.48s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.01s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.77s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.69s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.36s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.35s) [2022-05-04T10:23:29.297Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.73s) [2022-05-04T10:23:29.297Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:23:29.298Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.85s) [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-04T10:23:29.298Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerRegistrySuite (0.14s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-04T10:23:29.298Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-04T10:23:29.298Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-04T10:23:29.298Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-04T10:23:29.298Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-04T10:23:29.298Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-04T10:23:29.298Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-04T10:23:29.298Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerDaemonSuite [2022-05-04T10:23:29.298Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-04T10:23:29.298Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-04T10:23:29.298Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-04T10:23:29.298Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerSwarmSuite [2022-05-04T10:23:29.298Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-04T10:23:29.298Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerExternalVolumeSuite [2022-05-04T10:23:29.298Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerNetworkSuite [2022-05-04T10:23:29.298Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-04T10:23:29.298Z] === RUN TestDockerHubPullSuite [2022-05-04T10:23:29.298Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.298Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-04T10:23:29.298Z] PASS [2022-05-04T10:23:29.298Z] ok github.com/docker/docker/integration-cli 2914.507s [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === Skipped [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:23:29.299Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:23:29.299Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:23:29.299Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-04T10:23:29.299Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:23:29.299Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:23:29.299Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-04T10:23:29.299Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-05-04T10:23:29.299Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.28s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.28s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-04T10:23:29.299Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.47s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.47s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.299Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:23:29.299Z] [2022-05-04T10:23:29.299Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-04T10:23:29.299Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-05-04T10:23:29.300Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.47s) [2022-05-04T10:23:29.300Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-04T10:23:29.300Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:23:29.300Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:23:29.300Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.300Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:23:29.300Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.300Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:23:29.300Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:23:29.301Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:29.301Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:29.301Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:23:29.301Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-04T10:23:29.301Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-04T10:23:29.301Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-04T10:23:29.301Z] [2022-05-04T10:23:29.301Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:23:29.301Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.301Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:23:29.302Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:23:29.302Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:23:29.302Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:23:29.302Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:23:29.302Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:23:29.302Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:23:29.302Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-04T10:23:29.302Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:23:29.302Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:23:29.302Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:23:29.302Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.302Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:23:29.302Z] [2022-05-04T10:23:29.302Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:23:29.758Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.758Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-04T10:23:29.758Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:23:29.759Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:23:29.759Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-04T10:23:29.759Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:23:29.759Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.759Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:23:29.759Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.03s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:23:29.760Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.760Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:23:29.760Z] [2022-05-04T10:23:29.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.761Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.761Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.761Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:23:29.762Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:23:29.762Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:23:29.762Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:23:29.762Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.762Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:23:29.762Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-04T10:23:29.763Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:29.763Z] DONE 1088 tests, 544 skipped in 2926.426s [2022-05-04T10:23:29.763Z] INFO: Integration tests ended at 05/04/2022 10:23:29. Duration:00:48:46.5630988 [2022-05-04T10:23:29.763Z] INFO: Docker info of the daemon under test at end of run [2022-05-04T10:23:29.763Z] [2022-05-04T10:23:30.219Z] Containers: 10 [2022-05-04T10:23:30.219Z] Running: 0 [2022-05-04T10:23:30.219Z] Paused: 0 [2022-05-04T10:23:30.219Z] Stopped: 10 [2022-05-04T10:23:30.219Z] Images: 18 [2022-05-04T10:23:30.219Z] Server Version: 0.0.0-dev [2022-05-04T10:23:30.219Z] Storage Driver: windowsfilter [2022-05-04T10:23:30.219Z] Windows: [2022-05-04T10:23:30.219Z] Logging Driver: json-file [2022-05-04T10:23:30.219Z] Plugins: [2022-05-04T10:23:30.219Z] Volume: local [2022-05-04T10:23:30.219Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T10:23:30.219Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T10:23:30.219Z] Swarm: inactive [2022-05-04T10:23:30.219Z] Default Isolation: process [2022-05-04T10:23:30.219Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-04T10:23:30.219Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-04T10:23:30.219Z] OSType: windows [2022-05-04T10:23:30.219Z] Architecture: x86_64 [2022-05-04T10:23:30.219Z] CPUs: 4 [2022-05-04T10:23:30.219Z] Total Memory: 32GiB [2022-05-04T10:23:30.219Z] Name: azwin-2-74be70 [2022-05-04T10:23:30.219Z] ID: TOHA:B5KK:VEWX:YF55:WLJS:TD3K:PMDH:Y6CF:PSND:KYIH:7JIW:5ZBG [2022-05-04T10:23:30.219Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T10:23:30.219Z] Debug Mode (client): false [2022-05-04T10:23:30.219Z] Debug Mode (server): true [2022-05-04T10:23:30.219Z] File Descriptors: -1 [2022-05-04T10:23:30.219Z] Goroutines: 44 [2022-05-04T10:23:30.219Z] System Time: 2022-05-04T10:23:29.7622436Z [2022-05-04T10:23:30.219Z] EventsListeners: 0 [2022-05-04T10:23:30.219Z] Registry: https://index.docker.io/v1/ [2022-05-04T10:23:30.219Z] Labels: [2022-05-04T10:23:30.219Z] Experimental: false [2022-05-04T10:23:30.219Z] Insecure Registries: [2022-05-04T10:23:30.219Z] 127.0.0.0/8 [2022-05-04T10:23:30.219Z] Live Restore Enabled: false [2022-05-04T10:23:30.219Z] [2022-05-04T10:23:30.219Z] [2022-05-04T10:23:30.219Z] INFO: Stopping daemon under test [2022-05-04T10:23:30.219Z] SUCCESS: The process with PID 5020 (child process of PID 5696) has been terminated. [2022-05-04T10:23:30.219Z] SUCCESS: The process with PID 5696 (child process of PID 1368) has been terminated. [2022-05-04T10:23:30.219Z] INFO: Stop tailing logs of the daemon under tests [2022-05-04T10:23:30.219Z] INFO: executeCI.ps1 Completed successfully at 05/04/2022 10:23:29. [2022-05-04T10:23:30.219Z] INFO: Tidying up at end of run [2022-05-04T10:23:30.219Z] ----------- DAEMON LOG ------------ [2022-05-04T10:23:30.219Z] 2022/05/04 09:31:27 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-04T10:23:30.219Z] ----------- END DAEMON LOG -------- [2022-05-04T10:23:30.219Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.out) to bundles\CIDUT.out [2022-05-04T10:23:30.219Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.err) to bundles\CIDUT.err [2022-05-04T10:23:30.220Z] INFO: Saving containerd logs to bundles [2022-05-04T10:23:30.220Z] INFO: Nuke-Everything... [2022-05-04T10:23:30.675Z] INFO: Container count on control daemon to delete is 2 [2022-05-04T10:23:31.131Z] 6a2a6a3bab45 [2022-05-04T10:23:31.131Z] f0f92d54cd91 [2022-05-04T10:23:31.131Z] INFO: Tidying pidfile d:\CI\PR-43559\1\docker.pid [2022-05-04T10:23:31.131Z] INFO: Killing containerd with PID 3492 [2022-05-04T10:23:31.131Z] INFO: Nuking d:\CI [2022-05-04T10:23:37.087Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-04T10:23:37.088Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-04T10:23:37.088Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:23:37.088Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-04T10:23:52.184Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-04T10:23:56.001Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-04T10:24:01.060Z] INFO: Zapped successfully [2022-05-04T10:24:01.064Z] [2022-05-04T10:24:01.064Z] INFO: executeCI.ps1 exiting at Wed May 4 10:23:58 CUT 2022. Duration 01:16:32.4195884 [2022-05-04T10:24:01.064Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-04T10:24:01.303Z] Recording test results [2022-05-04T10:24:04.664Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-04T10:24:10.317Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-04T10:24:10.536Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-04T10:24:10.536Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:24:10.536Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-04T10:24:10.536Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:24:10.536Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-04T10:24:12.428Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-04T10:24:14.803Z] Archiving artifacts [2022-05-04T10:24:16.406Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-04T10:24:16.406Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:24:16.406Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-04T10:24:16.406Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:24:16.406Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-04T10:24:16.406Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:24:16.406Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-04T10:24:16.406Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:24:16.406Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-04T10:24:25.076Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-04T10:24:25.076Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:24:25.076Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-04T10:24:26.645Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-04T10:24:26.645Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:24:26.645Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-04T10:24:27.632Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-04T10:24:28.621Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-04T10:24:28.621Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:24:28.621Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-04T10:24:30.387Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T10:24:31.303Z] + make clean [2022-05-04T10:24:32.831Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T10:24:32.831Z] docker-dev-cache [2022-05-04T10:24:32.831Z] docker-mod-cache [Pipeline] deleteDir [2022-05-04T10:24:33.377Z] === RUN TestDockerSuite/TestRestartContainerSuccess [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-04T10:24:40.235Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-04T10:24:41.412Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-04T10:25:17.274Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-04T10:25:17.274Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:25:17.274Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-04T10:25:22.122Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-04T10:25:22.122Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-04T10:25:22.122Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-04T10:25:23.110Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-04T10:25:28.980Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-04T10:25:33.738Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-04T10:25:33.738Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:25:33.738Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-04T10:25:38.497Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-04T10:25:38.497Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-04T10:25:38.966Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-04T10:25:56.795Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-04T10:26:05.468Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-04T10:26:05.468Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-04T10:26:14.131Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-04T10:26:20.026Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-04T10:26:34.959Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-04T10:26:39.716Z] === RUN TestDockerSuite/TestRmiTag [2022-05-04T10:26:40.704Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-04T10:26:43.663Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-04T10:27:04.897Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-04T10:27:07.852Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-04T10:27:13.724Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.291Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-04T10:27:15.291Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:27:15.759Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-04T10:27:17.977Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-04T10:27:17.977Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:27:17.977Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-04T10:27:17.977Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:27:18.445Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-04T10:27:24.312Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-04T10:27:27.264Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-04T10:27:30.216Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-04T10:27:33.171Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-04T10:27:40.372Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-04T10:27:40.372Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-04T10:27:46.239Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:27:46.239Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-04T10:27:49.190Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-04T10:27:49.190Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:27:49.190Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-04T10:27:52.982Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-04T10:27:52.982Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:27:52.982Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-04T10:27:52.982Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:27:52.982Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-04T10:27:55.201Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:27:55.201Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-04T10:27:58.155Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-04T10:28:00.378Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-04T10:28:09.045Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-04T10:28:09.045Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:28:09.045Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-04T10:28:09.045Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:28:09.045Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-04T10:28:09.045Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:28:09.046Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-04T10:28:16.203Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-04T10:28:16.203Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:28:16.203Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-04T10:28:16.203Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:28:16.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-04T10:28:16.203Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:28:16.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-04T10:28:16.203Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:28:16.203Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-04T10:28:18.420Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-04T10:28:25.583Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:28:25.583Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-04T10:28:27.803Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-04T10:28:27.803Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:28:27.803Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-04T10:28:27.803Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-04T10:28:27.803Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:28:27.803Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-04T10:28:30.757Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-04T10:28:37.924Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-04T10:28:37.924Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:28:37.924Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-04T10:28:40.877Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-04T10:28:40.877Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:28:40.877Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-04T10:28:40.877Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:28:40.877Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-04T10:28:40.877Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:28:40.877Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-04T10:28:49.542Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-04T10:28:51.113Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-04T10:28:54.067Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-04T10:28:56.284Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-04T10:28:56.284Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-04T10:28:56.284Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.284Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-04T10:28:56.284Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.284Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-04T10:28:56.284Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.754Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-04T10:28:56.754Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.754Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:28:56.754Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:28:56.754Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-04T10:28:56.754Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.754Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-04T10:28:56.754Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:28:56.754Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-04T10:29:07.180Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-04T10:29:07.180Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-04T10:29:07.180Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-04T10:29:07.180Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-04T10:29:07.180Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:29:07.180Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-04T10:29:19.690Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-04T10:29:19.690Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:29:19.690Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:29:20.679Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-04T10:29:20.679Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunMount [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-04T10:29:21.148Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:29:21.148Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-04T10:29:29.814Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-04T10:29:29.814Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:29:29.814Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-04T10:29:29.814Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:29:29.814Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-04T10:29:30.283Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:29:30.283Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-04T10:29:37.443Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-04T10:29:42.199Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:29:42.199Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-04T10:29:42.669Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-04T10:29:43.656Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-04T10:29:46.609Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-04T10:29:48.831Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-04T10:29:50.400Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-04T10:29:52.615Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-04T10:29:52.615Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:29:52.615Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-04T10:29:52.615Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:29:52.615Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-04T10:29:52.615Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-04T10:29:53.085Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-04T10:29:53.085Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-04T10:29:53.085Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-04T10:29:53.085Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-04T10:29:53.085Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:29:53.085Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-04T10:30:01.754Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-04T10:30:01.754Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-04T10:30:01.754Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-04T10:30:01.754Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-04T10:30:01.754Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:30:01.754Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-04T10:30:12.186Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-04T10:30:12.186Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:30:12.186Z] === RUN TestDockerSuite/TestRunRm [2022-05-04T10:30:13.753Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-04T10:30:19.628Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-04T10:30:23.425Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-04T10:30:26.381Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-04T10:30:29.339Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-04T10:30:32.298Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-04T10:30:32.298Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:30:32.298Z] === RUN TestDockerSuite/TestRunState [2022-05-04T10:30:32.298Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:30:32.298Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-04T10:30:35.258Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-04T10:30:35.258Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:30:35.258Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-04T10:30:37.477Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-04T10:30:37.477Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:30:37.477Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-04T10:30:37.477Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:30:37.477Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-04T10:30:37.946Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-04T10:30:37.946Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-04T10:30:37.946Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:30:37.946Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-04T10:30:43.822Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:30:43.822Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-04T10:30:52.493Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-04T10:30:52.493Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:30:52.493Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-04T10:30:54.710Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-04T10:30:54.710Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:30:54.710Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-04T10:30:54.710Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:30:54.710Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-04T10:31:03.382Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-04T10:31:13.916Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-04T10:31:18.674Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-04T10:31:27.351Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-04T10:31:27.351Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:31:27.351Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-04T10:31:27.351Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-04T10:31:30.309Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-04T10:31:32.526Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-04T10:31:35.480Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-04T10:31:35.480Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.480Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-04T10:31:35.480Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-04T10:31:35.480Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-04T10:31:35.480Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.950Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-04T10:31:35.950Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.950Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-04T10:31:35.950Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.950Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-04T10:31:35.950Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.950Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-04T10:31:35.950Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:31:35.950Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-04T10:31:40.709Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-04T10:31:42.926Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-04T10:31:45.142Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-04T10:31:51.010Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-04T10:31:51.010Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-04T10:31:51.010Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-04T10:31:51.010Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-04T10:31:51.010Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-04T10:31:51.010Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-04T10:31:51.010Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.010Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-04T10:31:51.011Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:31:51.011Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-04T10:31:53.964Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-04T10:31:53.964Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-04T10:31:54.433Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-04T10:31:54.433Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-04T10:31:56.650Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-04T10:31:56.650Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-04T10:31:58.867Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-04T10:32:01.823Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-04T10:32:04.040Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-04T10:32:04.040Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:32:04.040Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-04T10:32:14.477Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-04T10:32:14.477Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:32:14.477Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-04T10:32:19.233Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-04T10:32:19.233Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:32:19.233Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-04T10:32:19.233Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:32:19.233Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-04T10:32:19.233Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:32:19.233Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-04T10:32:19.233Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:32:19.233Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-04T10:32:29.657Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:32:29.657Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-04T10:32:31.874Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-04T10:32:34.827Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-04T10:32:34.827Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:32:34.827Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-04T10:32:37.781Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-04T10:32:37.781Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-04T10:32:37.781Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-04T10:32:37.781Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-04T10:32:37.781Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-04T10:32:37.781Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:32:37.781Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-04T10:32:55.602Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-04T10:32:55.602Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-04T10:32:57.820Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-04T10:32:58.289Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-04T10:33:06.961Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-04T10:33:07.431Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-04T10:33:07.901Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-04T10:33:07.901Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-04T10:33:07.901Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-04T10:33:18.334Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-04T10:33:18.334Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:33:18.334Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-04T10:33:18.802Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-04T10:33:18.802Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-04T10:33:18.802Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:33:18.802Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-04T10:33:33.742Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-04T10:33:33.742Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-04T10:33:33.742Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-04T10:33:44.173Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-04T10:33:44.173Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:33:44.173Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite (3239.04s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.04s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.81s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.92s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (124.69s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.19s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.20s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.63s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.58s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.72s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.96s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (142.90s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.76s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.95s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.13s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.13s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.81s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.05s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.86s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.38s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.92s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.35s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.53s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.05s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.30s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.65s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddTar (45.09s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (30.20s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.74s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.46s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.37s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.29s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.39s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.91s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.62s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.05s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.76s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (41.42s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.51s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.83s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.47s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.79s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.89s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.25s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCmd (0.77s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.73s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.35s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.88s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.60s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.65s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.34s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.30s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.70s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.88s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.33s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.48s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.90s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.44s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.72s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (40.76s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.95s) [2022-05-04T10:33:45.741Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (35.15s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.26s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.07s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.61s) [2022-05-04T10:33:45.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (8.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (8.13s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignore (85.92s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.40s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (91.54s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.25s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.23s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.47s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.23s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (43.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.86s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (17.52s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (142.95s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.60s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.72s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.40s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.68s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.68s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.87s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.90s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.29s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.07s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.40s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (20.26s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.86s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFails (2.80s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.17s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.79s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.64s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.53s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromGit (12.13s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.76s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.50s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.99s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.73s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.18s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildHistory (14.36s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.39s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabel (1.30s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.84s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.33s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.80s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabels (1.31s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.96s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.74s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.82s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.16s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (23.58s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.74s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.29s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (36.21s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.04s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.31s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.62s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.79s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.12s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.88s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.24s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.17s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.75s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.92s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.27s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.80s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuild (20.59s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.23s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (15.89s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.86s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.52s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.20s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.83s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.64s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.61s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.88s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.28s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildRm (15.71s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.20s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.93s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (9.31s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.38s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.36s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (28.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.21s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.84s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.86s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.11s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildStderr (5.56s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.68s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.69s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.66s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.63s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.43s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.00s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.74s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.11s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.17s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.25s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (15.47s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.96s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.22s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.38s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.50s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.59s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.58s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.47s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.63s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.61s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.42s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitChange (5.87s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.85s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.81s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitTTY (8.06s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.34s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.80s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.06s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.47s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.87s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.81s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.98s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.83s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.89s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.99s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.62s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.87s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.06s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.53s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.18s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.35s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.68s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.36s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.97s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.48s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.90s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.87s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.08s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.55s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:33:45.742Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.43s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (40.82s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.92s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.05s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.99s) [2022-05-04T10:33:45.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.88s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008933b0_} (7.87s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13779448970_c:\foo_false____} (7.98s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13779448970_c:\foo_true____} (3.07s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.92s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.20s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.78s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToCaseA (10.35s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.75s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.55s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.71s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToDot (7.68s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCpToStdout (7.82s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateArgs (0.28s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.34s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.67s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.33s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (1.00s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateRM (0.50s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.33s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.72s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.69s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.04s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.07s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.74s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.88s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.94s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsCopy (6.06s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.04s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.60s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.06s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.50s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.30s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFilters (5.42s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFormat (5.47s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsRename (2.83s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsResize (8.30s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.41s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.21s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.86s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsUntag (2.84s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.82s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.61s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.36s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.41s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.59s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.60s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.59s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.00s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.79s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecInspectID (5.28s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.81s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.39s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.55s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.49s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.41s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.50s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.40s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.12s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.44s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.34s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.33s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.35s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.72s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.94s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesFormat (0.28s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.32s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.13s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.06s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.12s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.80s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.74s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.67s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.25s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.09s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectDefault (2.66s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectHistory (5.22s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.67s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.64s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.76s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.78s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.69s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectStatus (3.24s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.46s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.78s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (7.34s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.64s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.67s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.75s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.54s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.12s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:33:45.743Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.11s) [2022-05-04T10:33:45.743Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.55s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.45s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.18s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.82s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.72s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.54s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.57s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.11s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.10s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.88s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.55s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsSince (9.52s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsTail (3.32s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.96s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.69s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (10.53s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.13s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsByOrder (9.90s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.29s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.68s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.14s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.62s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.36s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.81s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.78s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.63s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.65s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.86s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.80s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (33.07s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.49s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.30s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.01s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.16s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.87s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.99s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiBlank (0.11s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.25s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (8.24s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.96s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.04s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.33s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.41s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.56s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiTag (0.91s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.07s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.29s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.98s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.52s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.63s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.62s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.47s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.83s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.63s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.55s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.11s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.58s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.59s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.79s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.31s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.64s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.65s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.58s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunCreateVolume (7.59s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.40s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.39s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.88s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.62s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunEchoStdout (7.47s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.68s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunExitCode (7.48s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.71s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.69s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.74s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.72s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.33s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.89s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.45s) [2022-05-04T10:33:45.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.29s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:33:45.744Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.32s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.52s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.59s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.38s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (8.05s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.81s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunRm (2.83s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.94s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.01s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.21s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.85s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.21s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.68s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.62s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.24s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.30s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.05s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunUserDefaults (7.84s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.04s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.75s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.13s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.97s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.21s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.13s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.75s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.78s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.11s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.75s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.60s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.32s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.78s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.82s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.60s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.63s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.56s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.26s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.60s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.60s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.90s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.62s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.41s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.19s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.28s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.44s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.39s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.38s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.12s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (8.55s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.52s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.55s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.13s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.70s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.80s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.27s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (12.92s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.39s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.39s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.91s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-04T10:33:45.745Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.83s) [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-04T10:33:45.745Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.745Z] --- PASS: TestDockerRegistrySuite (0.22s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:33:45.745Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-04T10:33:45.746Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-04T10:33:45.746Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-04T10:33:45.746Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-04T10:33:45.746Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-04T10:33:45.746Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-04T10:33:45.746Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-04T10:33:45.746Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:33:45.746Z] === RUN TestDockerDaemonSuite [2022-05-04T10:33:45.746Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-04T10:33:45.746Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-04T10:33:45.746Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-04T10:33:45.746Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:45.746Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:33:45.746Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:33:46.218Z] === RUN TestDockerSwarmSuite [2022-05-04T10:33:46.218Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-04T10:33:46.218Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:33:46.218Z] === RUN TestDockerExternalVolumeSuite [2022-05-04T10:33:46.218Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:33:46.218Z] === RUN TestDockerNetworkSuite [2022-05-04T10:33:46.218Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-04T10:33:46.218Z] === RUN TestDockerHubPullSuite [2022-05-04T10:33:46.218Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-04T10:33:46.218Z] PASS [2022-05-04T10:33:46.218Z] ok github.com/docker/docker/integration-cli 3239.588s [2022-05-04T10:33:46.218Z] [2022-05-04T10:33:46.218Z] === Skipped [2022-05-04T10:33:46.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-04T10:33:46.218Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-04T10:33:46.218Z] [2022-05-04T10:33:46.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:33:46.218Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.218Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-04T10:33:46.218Z] [2022-05-04T10:33:46.218Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:33:46.218Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-04T10:33:46.219Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-04T10:33:46.219Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-04T10:33:46.219Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:33:46.219Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-04T10:33:46.219Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.37s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.37s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:33:46.219Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.07s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.07s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-04T10:33:46.219Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.219Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-04T10:33:46.219Z] [2022-05-04T10:33:46.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-04T10:33:46.220Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-04T10:33:46.220Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-04T10:33:46.220Z] docker_cli_sni_test.go:18: Flakey test [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-04T10:33:46.220Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-04T10:33:46.220Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.220Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-04T10:33:46.220Z] [2022-05-04T10:33:46.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-05-04T10:33:46.221Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-04T10:33:46.221Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:33:46.221Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.04s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.04s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:33:46.221Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:33:46.221Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:33:46.221Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-04T10:33:46.221Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.221Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-04T10:33:46.221Z] [2022-05-04T10:33:46.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-05-04T10:33:46.221Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-04T10:33:46.222Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-04T10:33:46.222Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-04T10:33:46.222Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.06s) [2022-05-04T10:33:46.222Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.06s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.12s) [2022-05-04T10:33:46.222Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.12s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:33:46.222Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-04T10:33:46.222Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-04T10:33:46.222Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:33:46.222Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-04T10:33:46.222Z] [2022-05-04T10:33:46.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-04T10:33:46.222Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.222Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-04T10:33:46.223Z] [2022-05-04T10:33:46.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-04T10:33:46.223Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.223Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:33:46.693Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-04T10:33:46.693Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-04T10:33:46.693Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-05-04T10:33:46.693Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.693Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-05-04T10:33:46.693Z] [2022-05-04T10:33:46.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-04T10:33:46.693Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-04T10:33:46.694Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.04s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.04s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:33:46.694Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.694Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-04T10:33:46.694Z] [2022-05-04T10:33:46.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.05s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.05s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-04T10:33:46.695Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.695Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-04T10:33:46.695Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-04T10:33:46.696Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.696Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-04T10:33:46.696Z] [2022-05-04T10:33:46.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:46.696Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-04T10:33:46.697Z] [2022-05-04T10:33:46.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:33:46.697Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:46.697Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-04T10:33:47.166Z] [2022-05-04T10:33:47.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:33:47.166Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.166Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-04T10:33:47.166Z] [2022-05-04T10:33:47.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:33:47.166Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.166Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-04T10:33:47.166Z] [2022-05-04T10:33:47.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-04T10:33:47.167Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] DONE 1088 tests, 539 skipped in 3251.471s [2022-05-04T10:33:47.167Z] INFO: Integration tests ended at 05/04/2022 10:33:46. Duration:00:54:11.6887257 [2022-05-04T10:33:47.167Z] INFO: Docker info of the daemon under test at end of run [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] Containers: 10 [2022-05-04T10:33:47.167Z] Running: 0 [2022-05-04T10:33:47.167Z] Paused: 0 [2022-05-04T10:33:47.167Z] Stopped: 10 [2022-05-04T10:33:47.167Z] Images: 18 [2022-05-04T10:33:47.167Z] Server Version: 0.0.0-dev [2022-05-04T10:33:47.167Z] Storage Driver: windowsfilter [2022-05-04T10:33:47.167Z] Windows: [2022-05-04T10:33:47.167Z] Logging Driver: json-file [2022-05-04T10:33:47.167Z] Plugins: [2022-05-04T10:33:47.167Z] Volume: local [2022-05-04T10:33:47.167Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-04T10:33:47.167Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-04T10:33:47.167Z] Swarm: inactive [2022-05-04T10:33:47.167Z] Default Isolation: process [2022-05-04T10:33:47.167Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-04T10:33:47.167Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-04T10:33:47.167Z] OSType: windows [2022-05-04T10:33:47.167Z] Architecture: x86_64 [2022-05-04T10:33:47.167Z] CPUs: 4 [2022-05-04T10:33:47.167Z] Total Memory: 32GiB [2022-05-04T10:33:47.167Z] Name: azwin-2-04b450 [2022-05-04T10:33:47.167Z] ID: BGNT:TWRF:EW7X:TU6I:Q5GS:V6AE:FSKX:BYK7:XQJR:UESG:WORK:G22Y [2022-05-04T10:33:47.167Z] Docker Root Dir: D:\CI\PR-43559\1\daemon [2022-05-04T10:33:47.167Z] Debug Mode (client): false [2022-05-04T10:33:47.167Z] Debug Mode (server): true [2022-05-04T10:33:47.167Z] File Descriptors: -1 [2022-05-04T10:33:47.167Z] Goroutines: 17 [2022-05-04T10:33:47.167Z] System Time: 2022-05-04T10:33:46.7723662Z [2022-05-04T10:33:47.167Z] EventsListeners: 0 [2022-05-04T10:33:47.167Z] Registry: https://index.docker.io/v1/ [2022-05-04T10:33:47.167Z] Labels: [2022-05-04T10:33:47.167Z] Experimental: false [2022-05-04T10:33:47.167Z] Insecure Registries: [2022-05-04T10:33:47.167Z] 127.0.0.0/8 [2022-05-04T10:33:47.167Z] Live Restore Enabled: false [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] [2022-05-04T10:33:47.167Z] INFO: Stopping daemon under test [2022-05-04T10:33:47.167Z] SUCCESS: The process with PID 3516 (child process of PID 2368) has been terminated. [2022-05-04T10:33:47.167Z] SUCCESS: The process with PID 2368 (child process of PID 4492) has been terminated. [2022-05-04T10:33:47.167Z] INFO: Stop tailing logs of the daemon under tests [2022-05-04T10:33:47.167Z] INFO: executeCI.ps1 Completed successfully at 05/04/2022 10:33:47. [2022-05-04T10:33:47.167Z] INFO: Tidying up at end of run [2022-05-04T10:33:47.636Z] ----------- DAEMON LOG ------------ [2022-05-04T10:33:47.636Z] 2022/05/04 09:36:28 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-04T10:33:47.636Z] ----------- END DAEMON LOG -------- [2022-05-04T10:33:47.636Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.out) to bundles\CIDUT.out [2022-05-04T10:33:47.636Z] INFO: Saving daemon under test log (d:\CI\PR-43559\1\dut.err) to bundles\CIDUT.err [2022-05-04T10:33:47.636Z] INFO: Saving containerd logs to bundles [2022-05-04T10:33:47.636Z] INFO: Nuke-Everything... [2022-05-04T10:33:48.105Z] INFO: Container count on control daemon to delete is 2 [2022-05-04T10:33:48.105Z] 011e5475cc34 [2022-05-04T10:33:48.105Z] 1cf8be794551 [2022-05-04T10:33:48.573Z] INFO: Tidying pidfile d:\CI\PR-43559\1\docker.pid [2022-05-04T10:33:48.573Z] INFO: Nuking d:\CI [2022-05-04T10:34:31.283Z] INFO: Zapped successfully [2022-05-04T10:34:31.283Z] [2022-05-04T10:34:31.283Z] INFO: executeCI.ps1 exiting at Wed May 4 10:34:28 CUT 2022. Duration 01:30:15.9330047 [2022-05-04T10:34:31.283Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-04T10:34:31.533Z] Recording test results [2022-05-04T10:34:39.204Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-04T10:34:41.312Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-04T10:34:43.752Z] Archiving artifacts [2022-05-04T10:34:58.258Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43559/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-04T10:34:59.220Z] + make clean [2022-05-04T10:35:01.442Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-04T10:35:01.442Z] docker-dev-cache [2022-05-04T10:35:01.442Z] 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